diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-27 01:18:07 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2016-04-27 01:18:07 +0000 |
commit | 09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81 (patch) | |
tree | 3f8924fa4c0d046ca033af97a9ff9c8d0c072e07 /www/nginx-devel | |
parent | 8e0a0f5bea803a25608a465479f744f419374b95 (diff) | |
download | ports-09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81.tar.gz ports-09ab1b744e0dd7870c0508c04cd4b3eb8b7d6a81.zip |
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 2 | ||||
-rw-r--r-- | www/nginx-devel/distinfo | 4 | ||||
-rw-r--r-- | www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | 4 | ||||
-rw-r--r-- | www/nginx-devel/files/extra-patch-passenger-src-nginx_module-config | 4 |
4 files changed, 7 insertions, 7 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 |