diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-09-16 20:38:21 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-09-16 20:38:21 +0000 |
commit | b98489dba234073ed9bfb5e78b7643fb9358753b (patch) | |
tree | a9314edd006e1a4550293642cf85deb279e09105 /www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | |
parent | games/xinvaders3d: (diff) |
Add the following third-party modules:
o) ip2location
o) ip2proxy
Add third-party slice_ahead feature.
Update third-party passenger module to the latest release 6.0.3.
Switch third-party lua module dependence from lang/luajit (2.0) to
lang/luajit-openresty (2.1).
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=512184
Diffstat (limited to 'www/nginx-devel/files/extra-patch-passenger-build-nginx.rb')
-rw-r--r-- | www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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 b3867ebeffdc..d5e668e695bc 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-6.0.2/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-6.0.2/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-6.0.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-6.0.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ |