diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2018-05-13 15:04:50 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2018-05-13 15:04:50 +0000 |
commit | b40589f2129a77d5cdd92bb17f13d64de0db0e4c (patch) | |
tree | 77666f57f7e12c351dd8dfdebd0c0e45e2bea715 /www/nginx-devel/files/extra-patch-passenger-build-nginx.rb | |
parent | graphics/tesseract-data: re-try on aarch64 (diff) |
Upgrade third-party passenger module from 5.2.3 to 5.3.0.
While I'm here fix the issue with GSSAPIINCDIR variable, it's
been introduced as GSSAPINCDIR without a correct substitution
during the third-party auth_krb5 module's patch time.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=469801
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 8e821fd17e5c..40f1b0d6544b 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.2.3/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 -+++ ../passenger-5.2.3/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 +--- ../passenger-5.3.0/build/nginx.rb.orig 2013-10-26 18:00:00.000000000 -0400 ++++ ../passenger-5.3.0/build/nginx.rb 2016-05-09 18:21:22.426777000 -0400 @@ -33,13 +33,12 @@ desc "Build Nginx support files" task :nginx => [ |