Date: Mon, 3 Feb 2025 22:58:22 GMT From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b2f565fe3a50 - main - filesystems/kio-fuse: switch to KF6/Qt6 Message-ID: <202502032258.513MwMIS028014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2f565fe3a504de6edff7e36a8e092b81770f735 commit b2f565fe3a504de6edff7e36a8e092b81770f735 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-02-03 22:55:29 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-02-03 22:56:32 +0000 filesystems/kio-fuse: switch to KF6/Qt6 --- filesystems/kio-fuse/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/filesystems/kio-fuse/Makefile b/filesystems/kio-fuse/Makefile index 21368d99edb4..c119dc6bd533 100644 --- a/filesystems/kio-fuse/Makefile +++ b/filesystems/kio-fuse/Makefile @@ -1,5 +1,6 @@ PORTNAME= kio-fuse DISTVERSION= 5.1.0 +PORTREVISION= 1 CATEGORIES= filesystems sysutils kde MASTER_SITES= KDE/stable/${PORTNAME} @@ -10,11 +11,10 @@ WWW= https://invent.kde.org/system/kio-fuse LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt -USES= cmake compiler:c++11-lang fuse:3 kde:5 pkgconfig qt:5 tar:xz -USE_KDE= config coreaddons kio service \ +USES= cmake compiler:c++11-lang fuse:3 kde:6 pkgconfig qt:6 tar:xz +USE_KDE= coreaddons kio \ ecm:build -USE_QT= concurrent core dbus network \ - buildtools:build qmake:build +USE_QT= base PLIST_FILES= lib/libexec/kio-fuse \ share/dbus-1/services/org.kde.KIOFuse.service
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502032258.513MwMIS028014>