git: 2653c8c8e432 - main - www/nginx: define NGINX_VERSION in a separate file
Date: Sun, 04 Jan 2026 09:57:20 UTC
The branch main has been updated by joneum:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2653c8c8e432005007b608ad14a9b3f9ea0969fe
commit 2653c8c8e432005007b608ad14a9b3f9ea0969fe
Author: Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-01-04 09:54:42 +0000
Commit: Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-01-04 09:56:59 +0000
www/nginx: define NGINX_VERSION in a separate file
Sponsored by: Netzkommune GmbH
---
www/nginx/Makefile | 2 +-
www/nginx/version.mk | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 4323ec9557e1..6b504af02782 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nginx
-PORTVERSION= 1.28.0
+PORTVERSION= ${NGINX_VERSION}
PORTREVISION= 8
PORTEPOCH= 3
CATEGORIES= www
diff --git a/www/nginx/version.mk b/www/nginx/version.mk
new file mode 100644
index 000000000000..cfc730712d5d
--- /dev/null
+++ b/www/nginx/version.mk
@@ -0,0 +1 @@
+1.28.0