git: 7c8877809e46 - 2025Q2 - misc/qt6ct: Bump after update Qt6 for rebuild package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Jun 2025 23:38:14 UTC
The branch 2025Q2 has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7c8877809e462dcd7f294ae1605937ed5efb24a8
commit 7c8877809e462dcd7f294ae1605937ed5efb24a8
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2025-06-05 23:25:02 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-06-05 23:37:53 +0000
misc/qt6ct: Bump after update Qt6 for rebuild package
qt6ct is still linked against Qt 6.7.x therefore it cannot work under
Qt 6.8.x. Just launching the app you get a prompt that says that it's
linked against an incompatible Qt version.
PR: 284012
Approved by: tcberner (maintainer, timeout almost 5 months)
MFH: 2024Q2
(cherry picked from commit 5129fdc52b324879499eaebfdd08e369bffd607f)
---
misc/qt6ct/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/misc/qt6ct/Makefile b/misc/qt6ct/Makefile
index 59eac642d2f0..42a8bb97810b 100644
--- a/misc/qt6ct/Makefile
+++ b/misc/qt6ct/Makefile
@@ -1,5 +1,6 @@
PORTNAME= qt6ct
DISTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= misc
MAINTAINER= tcberner@FreeBSD.org