diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:00:03 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-11-28 00:00:03 +0000 |
commit | fec86d00b7e883b25c352c6203325bb4b92ae714 (patch) | |
tree | d8ef5c93e40e8df4c45fab3c4c0d275de8f78bc3 /www/nginx/Makefile.extmod | |
parent | - Combine the two USES together - one used to incorrectly over-right the other. (diff) |
Update passenger and it's modules for www/nginx and
www/nginx-devel ports to 5.3.7.
Diffstat (limited to 'www/nginx/Makefile.extmod')
-rw-r--r-- | www/nginx/Makefile.extmod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx/Makefile.extmod b/www/nginx/Makefile.extmod index b5767855ae22..ebda9a5cc1f7 100644 --- a/www/nginx/Makefile.extmod +++ b/www/nginx/Makefile.extmod @@ -226,7 +226,7 @@ NAXSI_VARS= DSO_EXTMODS+=naxsi NAXSI_SUBDIR=/naxsi_src NJS_GH_TUPLE= nginx:njs:992e93d:njs NJS_VARS= DSO_EXTMODS+=njs NJS_SUBDIR=/nginx -PASSENGER_NGINX_VER= 5.3.5 +PASSENGER_NGINX_VER= 5.3.7 PASSENGER_CATEGORIES= ruby PASSENGER_USE= ruby=yes PASSENGER_BUILD_DEPENDS= ${LOCALBASE}/bin/rake:devel/rubygem-rake |