git: da8c9786240b - main - www/qt6-webengine: Move PORTREVISION comment

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Wed, 27 Aug 2025 08:45:26 UTC
The branch main has been updated by jhale:

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

commit da8c9786240b797f498a35ebff43176e630a2fd5
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2025-08-27 06:55:23 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2025-08-27 08:45:17 +0000

    www/qt6-webengine: Move PORTREVISION comment
    
    Move inline PORTREVISION comment overhead to prevent editing by overly
    enthusiastic custom scripts and to prevent errors from standard tools
    like Tools/scripts/bump-revison.sh. We'll have qt7 eventually, but it
    will likely be a few years off.
    
    Fixes:          3068854dd026 - libxml2: chase libxml soversion bump
---
 www/qt6-webengine/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile
index e363ec6cf930..72bfee1b9e17 100644
--- a/www/qt6-webengine/Makefile
+++ b/www/qt6-webengine/Makefile
@@ -12,7 +12,9 @@
 
 PORTNAME?=	webengine
 DISTVERSION=	${QT6_VERSION}
-PORTREVISION?=	2 # Master port for print/qt7-pdf. Please keep this line.
+# This is the parent port of print/qt6-pdf. Please always keep 'PORTREVISION?='
+# and reset the value to '0' only after increasing QT6_VERSION in Mk/Uses/qt.mk.
+PORTREVISION?=	2
 CATEGORIES?=	www
 PKGNAMEPREFIX=	qt6-