Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Aug 2026 12:03:50 +0000
From:      Yusuf Yaman <nxjoseph@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 71c42e957e63 - main - www/{nginx,nginx-devel}: Forgot to bump portrevision
Message-ID:  <6a71d526.2112b.7f803cac@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by nxjoseph:

URL: https://cgit.FreeBSD.org/ports/commit/?id=71c42e957e637f0530fd4ae04501f326ad9c706f

commit 71c42e957e637f0530fd4ae04501f326ad9c706f
Author:     Yusuf Yaman <nxjoseph@FreeBSD.org>
AuthorDate: 2026-08-04 12:02:40 +0000
Commit:     Yusuf Yaman <nxjoseph@FreeBSD.org>
CommitDate: 2026-08-04 12:03:37 +0000

    www/{nginx,nginx-devel}: Forgot to bump portrevision
    
    Fixes:          2fc4e25bbaae
    Fixes:          206b53381e95
    Reported by:    Jochen Neumeister <joneum@FreeBSD.org> (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/ \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a71d526.2112b.7f803cac>