git: 67b8c56c459e - main - www/{nginx,nginx-devel,freenginx}: 3rd-party modules management
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Sep 2026 16:37:59 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67b8c56c459e3c25c9787318f28623473cc04ec9
commit 67b8c56c459e3c25c9787318f28623473cc04ec9
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-09-09 16:36:04 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-09-09 16:37:46 +0000
www/{nginx,nginx-devel,freenginx}: 3rd-party modules management
Bump PORTREVISION so the packages pick up the fixed lua, cache_purge
and njs module sources.
Sponsored by: Netzkommune GmbH
---
www/freenginx/Makefile | 2 +-
www/nginx-devel/Makefile | 1 +
www/nginx/Makefile | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/www/freenginx/Makefile b/www/freenginx/Makefile
index 208c1fcff01a..deecd5fac0f6 100644
--- a/www/freenginx/Makefile
+++ b/www/freenginx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= freenginx
PORTVERSION= ${NGINX_VERSION}
.include "version.mk"
-PORTREVISION?= 12
+PORTREVISION?= 13
CATEGORIES= www
MASTER_SITES= https://freenginx.org/download/ \
LOCAL/joneum
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index 8e52fe9ff7b8..a126727487d3 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -1,6 +1,7 @@
PORTNAME?= nginx
PORTVERSION= ${NGINX_VERSION}
.include "version.mk"
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/
PKGNAMESUFFIX?= -devel
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 0ee00fa0e4d7..0dfce8176e68 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= nginx
PORTVERSION= ${NGINX_VERSION}
.include "version.mk"
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \