git: 22e4a0473cc5 - main - www/nginx-devel: add missing configure option for http_xslt module (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Jul 2023 00:08:55 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=22e4a0473cc5db6d72e7a8dc594645a0519ec4e4
commit 22e4a0473cc5db6d72e7a8dc594645a0519ec4e4
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2023-07-13 00:07:54 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2023-07-13 00:07:54 +0000
www/nginx-devel: add missing configure option for http_xslt module (+)
Bump PORTREVISION.
---
www/nginx-devel/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index fe72cee17917..a723c4c0cbc4 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME?= nginx
PORTVERSION= 1.25.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
LOCAL/osa
@@ -160,6 +160,7 @@ HTTP_SSL_CONFIGURE_ON= --with-http_ssl_module
HTTP_SSL_USES= ssl
HTTP_STATUS_CONFIGURE_ON= --with-http_stub_status_module
HTTP_SUB_CONFIGURE_ON= --with-http_sub_module
+HTTP_XSLT_CONFIGURE_ON= --with-http_xslt_module
HTTP_XSLT_LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libxslt.so:textproc/libxslt
HTTP_XSLT_VARS= DSO_BASEMODS+=http_xslt_module