svn commit: r517848 - in head/www/nginx-devel: . files
Sergey A. Osokin
osa at FreeBSD.org
Sun Nov 17 23:11:12 UTC 2019
Author: osa
Date: Sun Nov 17 23:11:10 2019
New Revision: 517848
URL: https://svnweb.freebsd.org/changeset/ports/517848
Log:
Update the extra patch for the third-party spnego module,
it was missing with r517770.
Bump PORTREVISION.
PR: 242031
Modified:
head/www/nginx-devel/Makefile
head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config
Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile Sun Nov 17 23:10:07 2019 (r517847)
+++ head/www/nginx-devel/Makefile Sun Nov 17 23:11:10 2019 (r517848)
@@ -3,7 +3,7 @@
PORTNAME= nginx
PORTVERSION= 1.17.5
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
Modified: head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config
==============================================================================
--- head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sun Nov 17 23:10:07 2019 (r517847)
+++ head/www/nginx-devel/files/extra-patch-spnego-http-auth-nginx-module-config Sun Nov 17 23:11:10 2019 (r517848)
@@ -1,5 +1,5 @@
---- ../spnego-http-auth-nginx-module-0c6ff3f/config.orig 2017-04-15 13:07:01.159506000 -0400
-+++ ../spnego-http-auth-nginx-module-7e028a5/config 2018-04-20 00:15:08.515289000 +0200
+--- ../spnego-http-auth-nginx-module-21bb963/config.orig 2017-04-15 13:07:01.159506000 -0400
++++ ../spnego-http-auth-nginx-module-21bb963/config 2018-04-20 00:15:08.515289000 +0200
@@ -1,9 +1,6 @@
ngx_addon_name=ngx_http_auth_spnego_module
-ngx_feature_libs="-lgssapi_krb5 -lkrb5 -lcom_err"
More information about the svn-ports-all
mailing list