git: d8a0d0dced16 - main - www/nginx-naxsi: Add PCRE Options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Sep 2022 08:45:20 UTC
The branch main has been updated by joneum: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8a0d0dced164baec28ec112693df1251f8780ef commit d8a0d0dced164baec28ec112693df1251f8780ef Author: Jochen Neumeister <joneum@FreeBSD.org> AuthorDate: 2022-09-20 08:44:22 +0000 Commit: Jochen Neumeister <joneum@FreeBSD.org> CommitDate: 2022-09-20 08:45:14 +0000 www/nginx-naxsi: Add PCRE Options Sponsored by: Netzkommune GmbH --- www/nginx-naxsi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/nginx-naxsi/Makefile b/www/nginx-naxsi/Makefile index f906f0c56015..d07f0690fc9a 100644 --- a/www/nginx-naxsi/Makefile +++ b/www/nginx-naxsi/Makefile @@ -1,4 +1,5 @@ PORTNAME= nginx +PORTREVISION= 1 PKGNAMESUFFIX= -naxsi MAINTAINER= joneum@FreeBSD.org @@ -15,6 +16,6 @@ OPTIONS_DEFAULT?=DSO FILE_AIO HTTP HTTP_ADDITION HTTP_AUTH_REQ HTTP_CACHE \ HTTP_DAV HTTP_FLV HTTP_GZIP_STATIC HTTP_GUNZIP_FILTER \ HTTP_MP4 HTTP_RANDOM_INDEX HTTP_REALIP HTTP_SECURE_LINK \ HTTP_SLICE HTTP_REWRITE HTTP_SSL HTTP_STATUS HTTP_SUB \ - HTTPV2 MAIL MAIL_SSL NAXSI STREAM STREAM_SSL THREADS WWW + HTTPV2 MAIL MAIL_SSL NAXSI STREAM PCRE_ONE STREAM_SSL THREADS WWW .include "${MASTERDIR}/Makefile"