diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2011-03-02 19:13:55 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2011-03-02 19:13:55 +0000 |
commit | 46d0d89c09c139b87bf806c92cd4c843ef3670d2 (patch) | |
tree | 4199a66c7791fca279254ebabd2e2306d0a28f28 /www/nginx | |
parent | c01ce7f42cea25ae2ef11525ecf8db7da00540f1 (diff) | |
download | ports-46d0d89c09c139b87bf806c92cd4c843ef3670d2.tar.gz ports-46d0d89c09c139b87bf806c92cd4c843ef3670d2.zip |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 2 | ||||
-rw-r--r-- | www/nginx/distinfo | 4 | ||||
-rw-r--r-- | www/nginx/files/extra-patch-passenger::build::nginx.rb | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 26b757beefad..2001938279b8 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -398,7 +398,7 @@ CONFIGURE_ARGS+=--with-pcre .endif .if defined(WITH_PASSENGER_MODULE) -PASSENGER_VERSION= 3.0.3 +PASSENGER_VERSION= 3.0.4 MASTER_SITES+= RF/passenger/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx diff --git a/www/nginx/distinfo b/www/nginx/distinfo index f53592c9fd29..6b3e2b20991a 100644 --- a/www/nginx/distinfo +++ b/www/nginx/distinfo @@ -46,8 +46,8 @@ SHA256 (mod_zip-1.1.6.tar.gz) = d30546b4be8308c721df0240ebc38c474c6b577381a11032 SIZE (mod_zip-1.1.6.tar.gz) = 21991 SHA256 (ngx_http_memc_module-0.11.tar.gz) = 9ece68bdae2c170fb845c1082da6502401763ffd3e4b443226ff9303df65951f SIZE (ngx_http_memc_module-0.11.tar.gz) = 98042 -SHA256 (passenger-3.0.3.tar.gz) = 8e333a2d82f75cfac5cbb1533674b661c1c790124109a96be8eee14a98a34167 -SIZE (passenger-3.0.3.tar.gz) = 3134655 +SHA256 (passenger-3.0.4.tar.gz) = 225e819dafb66591ce30b0f4987353c448f5b54bca554d058654cc90d13a4644 +SIZE (passenger-3.0.4.tar.gz) = 2297803 SHA256 (ngx_slowfs_cache-1.5.tar.gz) = 8f3d1afd6bcaaeba89bc4f9d5e5ba3e2b334bf8e7e5b56bd37f25b5cbac8d828 SIZE (ngx_slowfs_cache-1.5.tar.gz) = 9785 SHA256 (ngx_supervisord-1.4.tar.gz) = 0954a4efb1b955692acf523e169221146d6aa93ad1643c9f2482f75a1fbf9e3b diff --git a/www/nginx/files/extra-patch-passenger::build::nginx.rb b/www/nginx/files/extra-patch-passenger::build::nginx.rb index acfdcdad9ac9..e5e04fdab8fe 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-3.0.3/build/nginx.rb.orig 2010-12-07 13:57:32.000000000 +0300 -+++ ../passenger-3.0.3/build/nginx.rb 2010-12-07 13:58:13.000000000 +0300 +--- ../passenger-3.0.4/build/nginx.rb.orig 2010-12-07 13:57:32.000000000 +0300 ++++ ../passenger-3.0.4/build/nginx.rb 2010-12-07 13:58:13.000000000 +0300 @@ -23,10 +23,7 @@ desc "Build Nginx helper agent" |