Update from 4.0.44 to 4.0.45:

o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
This commit is contained in:
Sergey A. Osokin 2014-06-20 09:50:29 +00:00
parent 2f4edacb0c
commit 059776b3fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358542
8 changed files with 14 additions and 15 deletions

View file

@ -636,8 +636,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
#IGNORE= PASSENGER: update require
PASSENGER_VERSION= 4.0.44
PASSENGER_VERSION= 4.0.45
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx

View file

@ -72,8 +72,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
SIZE (passenger-4.0.44.tar.gz) = 3928963
SHA256 (passenger-4.0.45.tar.gz) = 5363611ebe5086b1ba699057ead3af1c06d0a70f368d1a41bdc399a45f934579
SIZE (passenger-4.0.45.tar.gz) = 4363360
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f

View file

@ -1,5 +1,5 @@
--- ../passenger-4.0.44/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.44/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
--- ../passenger-4.0.45/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.45/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [

View file

@ -648,7 +648,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
PASSENGER_VERSION= 4.0.44
PASSENGER_VERSION= 4.0.45
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx

View file

@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) = 9e907536278d8da80d3dbb29aeffe9c4ec37c
SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387
SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef
SIZE (naxsi-core-0.50.tgz) = 49809
SHA256 (passenger-4.0.44.tar.gz) = 201308c9d95ccbd7aa5167a22bdc4e403f90ba7a185d5cc51a840caa0c3cd30e
SIZE (passenger-4.0.44.tar.gz) = 3928963
SHA256 (passenger-4.0.45.tar.gz) = 5363611ebe5086b1ba699057ead3af1c06d0a70f368d1a41bdc399a45f934579
SIZE (passenger-4.0.45.tar.gz) = 4363360
SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec
SIZE (ngx_postgres-0.9.tar.gz) = 41022
SHA256 (openresty-rds-csv-nginx-module-v0.05-0-g607e26b.tar.gz) = d5f14e45c6dc0d039ad52ae889775b5af1ff80a1c8edb69361c1581aca5d0b8f

View file

@ -1,5 +1,5 @@
--- ../passenger-4.0.44/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.44/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
--- ../passenger-4.0.45/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
+++ ../passenger-4.0.45/build/nginx.rb 2014-06-02 05:55:12.000000000 +0400
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
PORTVERSION= 4.0.44
PORTVERSION= 4.0.45
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
@ -78,7 +78,7 @@ pre-patch:
s!#{PlatformInfo.debugging_cflags}!${CFLAGS}!g; \
s!-O2!!g; \
s! -feliminate-unused-debug-symbols -feliminate-unused-debug-types!!g; \
201,203s!true!false!' \
204,206s!true!false!' \
${WRKSRC}/build/basics.rb
.if ${PORT_OPTIONS:NDEBUG}
@${REINPLACE_CMD} \

View file

@ -1,2 +1,2 @@
SHA256 (rubygem/passenger-4.0.44.gem) = 7680ca94f078d2115060184d9461d3087389f31d657b620c29d710566ff3a58e
SIZE (rubygem/passenger-4.0.44.gem) = 3944448
SHA256 (rubygem/passenger-4.0.45.gem) = 54b81460d1df74dc481044564908a04bbc648cdfdc014303e61051547b227fb3
SIZE (rubygem/passenger-4.0.45.gem) = 4378112