git: 91ee9ec8e0db - main - sysutils/bsdisks: Switch to Qt 6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 19:06:09 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=91ee9ec8e0dbfa97b298e6498900938e71762837 commit 91ee9ec8e0dbfa97b298e6498900938e71762837 Author: Eric Camachat <eric@camachat.org> AuthorDate: 2024-05-21 18:38:37 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-05-21 19:06:00 +0000 sysutils/bsdisks: Switch to Qt 6 PR: 279168 --- sysutils/bsdisks/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sysutils/bsdisks/Makefile b/sysutils/bsdisks/Makefile index 5425be18ec15..b095f71b51a5 100644 --- a/sysutils/bsdisks/Makefile +++ b/sysutils/bsdisks/Makefile @@ -1,5 +1,6 @@ PORTNAME= bsdisks DISTVERSION= 0.35 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= arrowd@FreeBSD.org @@ -8,11 +9,12 @@ WWW= https://foss.heptapod.net/bsdutils/bsdisks LICENSE= BSD3CLAUSE -LIB_DEPENDS= libpolkit-qt5-core-1.so:sysutils/polkit-qt-1@qt5 +LIB_DEPENDS= libpolkit-qt6-core-1.so:sysutils/polkit-qt-1@qt6 -USES= cmake compiler:c++11-lang qt:5 +USES= cmake compiler:c++11-lang qt:6 -USE_QT= qmake:build buildtools:build core dbus +USE_QT= base +CMAKE_ARGS= -DQT_MAJOR_VERSION=6 USE_GITLAB= yes GL_SITE= https://foss.heptapod.net