diff options
| author | Jason E. Hale <jhale@FreeBSD.org> | 2025-08-27 06:55:23 +0000 |
|---|---|---|
| committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-09-03 07:38:17 +0000 |
| commit | 5ec9a2c1dcdbbdad9bcba0b913575e6b34da703c (patch) | |
| tree | 650b06d25b85981666d78e18ce3be642f809d20e | |
| parent | 573acd345807237df67328b51d0c13b37bee3e24 (diff) | |
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
(cherry picked from commit da8c9786240b797f498a35ebff43176e630a2fd5)
| -rw-r--r-- | www/qt6-webengine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/qt6-webengine/Makefile b/www/qt6-webengine/Makefile index d06782364af6..f3dd9cf36ef2 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- |
