Re: git: 2653c8c8e432 - main - www/nginx: define NGINX_VERSION in a separate file

From: Kevin Bowling <kevin.bowling_at_kev009.com>
Date: Sun, 04 Jan 2026 11:32:36 UTC
You might have missed a hunk or file
[00:00:18] [01] [00:00:00] Building   www/nginx | nginx-_8,3
[00:00:22] [01] [00:00:04] Finished   www/nginx | nginx-_8,3: Failed: fetch

On Sun, Jan 4, 2026 at 2:58 AM Jochen Neumeister <joneum@freebsd.org> wrote:
>
> 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
>