Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 11:47:26 +0000
From:      Jochen Neumeister <joneum@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dd55652b3c15 - main - www/nginx: fix NGINX_VERSION
Message-ID:  <695a534e.314af.5844bb26@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by joneum:

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

commit dd55652b3c15eaa90d7e94cdcab0586ff47b9cb2
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-01-04 11:46:26 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-01-04 11:47:17 +0000

    www/nginx: fix NGINX_VERSION
    
    Sponsored by:   Netzkommune GmbH
---
 www/nginx/Makefile   | 1 +
 www/nginx/version.mk | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 6b504af02782..f2adf79b094a 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	nginx
 PORTVERSION=	${NGINX_VERSION}
+.include "version.mk"
 PORTREVISION=	8
 PORTEPOCH=	3
 CATEGORIES=	www
diff --git a/www/nginx/version.mk b/www/nginx/version.mk
index cfc730712d5d..99036268ed05 100644
--- a/www/nginx/version.mk
+++ b/www/nginx/version.mk
@@ -1 +1 @@
-1.28.0
+NGINX_VERSION=	1.28.0


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695a534e.314af.5844bb26>