aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2016-04-27 01:18:07 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2016-04-27 01:18:07 +0000
commit09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81 (patch)
tree3f8924fa4c0d046ca033af97a9ff9c8d0c072e07 /www
parent8e0a0f5bea803a25608a465479f744f419374b95 (diff)
downloadports-09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81.tar.gz
ports-09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81.zip
Upgrade from 5.0.26 to 5.0.27:
o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel.
Notes
Notes: svn path=/head/; revision=414085
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile2
-rw-r--r--www/nginx-devel/distinfo4
-rw-r--r--www/nginx-devel/files/extra-patch-passenger-build-nginx.rb4
-rw-r--r--www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config4
-rw-r--r--www/nginx/Makefile2
-rw-r--r--www/nginx/distinfo4
-rw-r--r--www/nginx/files/extra-patch-passenger-build-nginx.rb4
-rw-r--r--www/nginx/files/extra-patch-passenger-src-nginx_module-config4
-rw-r--r--www/rubygem-passenger/Makefile3
-rw-r--r--www/rubygem-passenger/distinfo4
10 files changed, 18 insertions, 17 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 796ab23752f6..e9521727e67d 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -785,7 +785,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 5.0.26
+PASSENGER_VERSION= 5.0.27
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-dynamic-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module
diff --git a/www/nginx-devel/distinfo b/www/nginx-devel/distinfo
index d8e2bf1cdfed..4223d7d07360 100644
--- a/www/nginx-devel/distinfo
+++ b/www/nginx-devel/distinfo
@@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
SIZE (mod_zip-1.1.6.tar.gz) = 21991
SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24
SIZE (modsecurity-2.9.1.tar.gz) = 4261212
-SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9
-SIZE (passenger-5.0.26.tar.gz) = 5321762
+SHA256 (passenger-5.0.27.tar.gz) = 41f27a218a4beba7d251a4fb21819f87ecf37c2cea09aa3c01e40d7dc2b2532d
+SIZE (passenger-5.0.27.tar.gz) = 5568686
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
diff --git a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
index 5525eb129c62..be2f6ec430dd 100644
--- a/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb
@@ -1,5 +1,5 @@
---- ../passenger-5.0.26/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-5.0.26/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
+--- ../passenger-5.0.27/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-5.0.27/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
diff --git a/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config b/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config
index d33b40c028a3..9dfefc34218d 100644
--- a/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config
+++ b/www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config
@@ -1,5 +1,5 @@
---- ../passenger-5.0.26/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500
-+++ ../passenger-5.0.26/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500
+--- ../passenger-5.0.27/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500
++++ ../passenger-5.0.27/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500
@@ -20,6 +20,10 @@
if ! cd $ngx_addon_dir; then
exit 1
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 756b9882422f..d5c5744e6d3d 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -785,7 +785,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \
.endif
.if ${PORT_OPTIONS:MPASSENGER}
-PASSENGER_VERSION= 5.0.26
+PASSENGER_VERSION= 5.0.27
MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger
DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger
CONFIGURE_ARGS+=--add-dynamic-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/src/nginx_module
diff --git a/www/nginx/distinfo b/www/nginx/distinfo
index d8e2bf1cdfed..4223d7d07360 100644
--- a/www/nginx/distinfo
+++ b/www/nginx/distinfo
@@ -22,8 +22,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032
SIZE (mod_zip-1.1.6.tar.gz) = 21991
SHA256 (modsecurity-2.9.1.tar.gz) = 958cc5a7a7430f93fac0fd6f8b9aa92fc1801efce0cda797d6029d44080a9b24
SIZE (modsecurity-2.9.1.tar.gz) = 4261212
-SHA256 (passenger-5.0.26.tar.gz) = de3b63b65ff27d193096361a330d9db1dc07076c1ba9be5ecee90322d91dbbc9
-SIZE (passenger-5.0.26.tar.gz) = 5321762
+SHA256 (passenger-5.0.27.tar.gz) = 41f27a218a4beba7d251a4fb21819f87ecf37c2cea09aa3c01e40d7dc2b2532d
+SIZE (passenger-5.0.27.tar.gz) = 5568686
SHA256 (nginx-sflow-module-0.9.7.tar.gz) = 508d15a43059abab08281bfa66d2dd520e2e7635d0b17043549bb331c8755b76
SIZE (nginx-sflow-module-0.9.7.tar.gz) = 27614
SHA256 (ngx_slowfs_cache-1.10.tar.gz) = 1e81453942e5b0877de1f1f06c56ae82918ea9818255cb935bcb673c95a758a1
diff --git a/www/nginx/files/extra-patch-passenger-build-nginx.rb b/www/nginx/files/extra-patch-passenger-build-nginx.rb
index 5525eb129c62..be2f6ec430dd 100644
--- a/www/nginx/files/extra-patch-passenger-build-nginx.rb
+++ b/www/nginx/files/extra-patch-passenger-build-nginx.rb
@@ -1,5 +1,5 @@
---- ../passenger-5.0.26/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
-+++ ../passenger-5.0.26/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
+--- ../passenger-5.0.27/build/nginx.rb.orig 2013-10-27 02:00:00.000000000 +0400
++++ ../passenger-5.0.27/build/nginx.rb 2015-09-26 02:05:27.664684000 +0300
@@ -32,6 +32,7 @@
desc "Build Nginx support files"
task :nginx => [
diff --git a/www/nginx/files/extra-patch-passenger-src-nginx_module-config b/www/nginx/files/extra-patch-passenger-src-nginx_module-config
index d33b40c028a3..9dfefc34218d 100644
--- a/www/nginx/files/extra-patch-passenger-src-nginx_module-config
+++ b/www/nginx/files/extra-patch-passenger-src-nginx_module-config
@@ -1,5 +1,5 @@
---- ../passenger-5.0.26/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500
-+++ ../passenger-5.0.26/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500
+--- ../passenger-5.0.27/src/nginx_module/config.orig 2016-03-04 17:28:49.527086000 -0500
++++ ../passenger-5.0.27/src/nginx_module/config 2016-03-04 17:29:16.364138000 -0500
@@ -20,6 +20,10 @@
if ! cd $ngx_addon_dir; then
exit 1
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index 603220e8aae1..a9dfb643154a 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= passenger
-PORTVERSION= 5.0.26
+PORTVERSION= 5.0.27
CATEGORIES= www rubygems
MASTER_SITES= RG
PKGNAMEPREFIX= rubygem-
@@ -27,6 +27,7 @@ USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+NOPORTDOCS= yes
.include <bsd.port.options.mk>
diff --git a/www/rubygem-passenger/distinfo b/www/rubygem-passenger/distinfo
index 6c6f9e5ffc29..960945fc537c 100644
--- a/www/rubygem-passenger/distinfo
+++ b/www/rubygem-passenger/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rubygem/passenger-5.0.26.gem) = 6d1be5d4d79ac2bac2b55aa2999c4fc2f0faac46a1d79f5839e4153b1b7561cb
-SIZE (rubygem/passenger-5.0.26.gem) = 5331968
+SHA256 (rubygem/passenger-5.0.27.gem) = c3e6656f4f85ffef02089d3a90dc7896d9686b2077a243d4c5a6024225d9409f
+SIZE (rubygem/passenger-5.0.27.gem) = 5579264