git: 71c42e957e63 - main - www/{nginx,nginx-devel}: Forgot to bump portrevision
Yusuf Yaman <[email protected]> Tue, 04 Aug 2026 12:03:50 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by nxjoseph: URL: https://cgit.FreeBSD.org/ports/commit/?id=71c42e957e637f0530fd4ae04501f326ad9c706f commit 71c42e957e637f0530fd4ae04501f326ad9c706f Author: Yusuf Yaman <[email protected]> AuthorDate: 2026-08-04 12:02:40 +0000 Commit: Yusuf Yaman <[email protected]> CommitDate: 2026-08-04 12:03:37 +0000 www/{nginx,nginx-devel}: Forgot to bump portrevision Fixes: 2fc4e25bbaae Fixes: 206b53381e95 Reported by: Jochen Neumeister <[email protected]> (via mail) Approved by: osa, vvd (Mentors, implicit) --- www/nginx-devel/Makefile | 2 +- www/nginx/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index f0c9b2cfc07b..1100f6e66804 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME?= nginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \ LOCAL/osa diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 78ae33299b0e..23911b310554 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,7 @@ PORTNAME= nginx PORTVERSION= ${NGINX_VERSION} .include "version.mk" -PORTREVISION= 0 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www MASTER_SITES= https://nginx.org/download/ \