git: fb00da4e07ac - main - www/nginx-full: Add maintainer note per new ports policy

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Mon, 24 Aug 2026 09:00:51 UTC
The branch main has been updated by joneum:

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

commit fb00da4e07ac147efbf26434308b09c911c7d844
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2026-08-24 08:56:52 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2026-08-24 09:00:33 +0000

    www/nginx-full: Add maintainer note per new ports policy
    
    The maintainer load and port lifecycle policy only excludes a port from the
    outdated ratio when the reason is documented in the port itself:
    
            https://wiki.freebsd.org/Ports/MaintainerLoadAndPortLifecyclePolicy
    
    This is a slave port of www/nginx and follows the nginx stable branch, while
    mainline is packaged as www/nginx-devel. repology merges the nginx ports into a
    single project and measures the flavored slave ports against mainline: at the
    time of writing it reports 1.30.4 here as outdated against 1.31.4, while the
    unflavored www/nginx carrying the very same 1.30.4 is not reported at all.
    
    No functional change, comment only.
    
    Sponsored by:   Netzkommune GmbH
---
 www/nginx-full/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/www/nginx-full/Makefile b/www/nginx-full/Makefile
index be451b441027..410be4618d27 100644
--- a/www/nginx-full/Makefile
+++ b/www/nginx-full/Makefile
@@ -5,6 +5,10 @@ PKGNAMESUFFIX=	-full
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Robust and small WWW server (full package)
 
+# Slave port of www/nginx (stable branch); mainline is www/nginx-devel.
+# repology measures the flavored slave ports against mainline and reports them
+# as outdated, while unflavored www/nginx with the same version is not.
+
 MASTERDIR=	${.CURDIR}/../nginx
 
 CONFLICTS=	nginx-1.* \