git: cc183d8a8d82 - main - devel/qt5-scripttools: Restore PORTREVISION
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Nov 2024 06:34:12 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc183d8a8d82261baf32888861abffae1769d02d commit cc183d8a8d82261baf32888861abffae1769d02d Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2024-11-03 05:17:24 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2024-11-03 06:34:04 +0000 devel/qt5-scripttools: Restore PORTREVISION I forgot to update this port in c0294e30df31 where PORTVERSION was increased in Mk/Uses/qt.mk, but distinfo was not updated and the old PORTREVISION was not removed, but it had unfortunately already been indexed by the chkversion.pl script with the old PORTREVISION in tow before I fixed it in 886b4294b79c. The port was broken before this and no packages would have been created. This is just to squash the nag emails to the kde@ list. MFH: 2024Q4 --- devel/qt5-scripttools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/qt5-scripttools/Makefile b/devel/qt5-scripttools/Makefile index a9dec4b9e764..4512408c1d84 100644 --- a/devel/qt5-scripttools/Makefile +++ b/devel/qt5-scripttools/Makefile @@ -1,5 +1,6 @@ PORTNAME= scripttools PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= devel PKGNAMEPREFIX= qt5-