git: 046dee4fa57a - main - www/nginx-lite: Add PCRE Options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Sep 2022 06:41:00 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=046dee4fa57a611019f606bca30ba66bf088aa35
commit 046dee4fa57a611019f606bca30ba66bf088aa35
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2022-09-19 06:39:00 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2022-09-19 06:40:50 +0000
www/nginx-lite: Add PCRE Options
PR: 265925
Sponsored by: Netzkommune GmbH
---
www/nginx-lite/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/nginx-lite/Makefile b/www/nginx-lite/Makefile
index e41d059264ec..fa7829ff61c9 100644
--- a/www/nginx-lite/Makefile
+++ b/www/nginx-lite/Makefile
@@ -1,4 +1,5 @@
PORTNAME= nginx
+PORTREVISION= 1
PKGNAMESUFFIX= -lite
MAINTAINER= joneum@FreeBSD.org
@@ -13,6 +14,6 @@ CONFLICTS= nginx-1.* \
OPTIONS_DEFAULT=FILE_AIO HTTP HTTP_CACHE \
HTTP_REALIP HTTP_REWRITE \
- HTTP_SSL THREADS
+ HTTP_SSL THREADS PCRE_ONE
.include "${MASTERDIR}/Makefile"