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-spnego-http-auth-nginx-module-config | |
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-spnego-http-auth-nginx-module-config')
-rw-r--r-- | www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config b/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config index 37543286589a..9c55d455ebed 100644 --- a/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config +++ b/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config @@ -8,7 +8,7 @@ - ngx_feature_libs="$ngx_feature_libs -lgssapi" -fi +ngx_feature_libs="%%GSSAPILIBS%%" -+ngx_module_incs="%%GSSAPINCDIR%%" ++ngx_module_incs="%%GSSAPIINCDIR%%" if test -n "$ngx_module_link"; then ngx_module_type=HTTP |