diff options
author | osa <osa@FreeBSD.org> | 2014-04-09 10:36:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-04-09 10:36:08 +0800 |
commit | 897f21ce0b708d778ba2dd01139aac26debcc7c6 (patch) | |
tree | cf15037167f3d250f4cf7ecf5da4e5b488bd25ca /www/nginx/Makefile | |
parent | 3f726aea0cf45afee36ac198838c45b451385d51 (diff) | |
download | freebsd-ports-gnome-897f21ce0b708d778ba2dd01139aac26debcc7c6.tar.gz freebsd-ports-gnome-897f21ce0b708d778ba2dd01139aac26debcc7c6.tar.zst freebsd-ports-gnome-897f21ce0b708d778ba2dd01139aac26debcc7c6.zip |
Update from 4.0.35 to 4.0.41:
o) www/rubygem-passenger;
o) third-party modules for www/nginx and www/nginx-devel.
STAGEfy www/rubygem-passenger.
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r-- | www/nginx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index c18e6d488da2..92ba90459166 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -647,7 +647,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_module \ .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.35 +PASSENGER_VERSION= 4.0.41 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 |