git: 5129fdc52b32 - main - 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:32:51 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5129fdc52b324879499eaebfdd08e369bffd607f commit 5129fdc52b324879499eaebfdd08e369bffd607f 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:30:31 +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 > 5 months) MFH: 2024Q2 --- 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