git: cb8153762ffd - 2025Q2 - */*: chase removal of flavors from appstream-qt and packagekit-qt
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 21:32:44 UTC
The branch 2025Q2 has been updated by makc: URL: https://cgit.FreeBSD.org/ports/commit/?id=cb8153762ffd2b7e043ec50f5e9838db14e7875e commit cb8153762ffd2b7e043ec50f5e9838db14e7875e Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2025-04-02 21:56:39 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2025-04-10 21:17:56 +0000 */*: chase removal of flavors from appstream-qt and packagekit-qt (cherry picked from commit ddc0b36ceb12ecf9feae5e7cc1cac70b9aeaef6e) --- sysutils/plasma6-discover/Makefile | 5 +++-- x11/kf6-frameworkintegration/Makefile | 5 +++-- x11/plasma6-plasma-desktop/Makefile | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sysutils/plasma6-discover/Makefile b/sysutils/plasma6-discover/Makefile index 8f1a025031ba..6d2ff4d28854 100644 --- a/sysutils/plasma6-discover/Makefile +++ b/sysutils/plasma6-discover/Makefile @@ -1,13 +1,14 @@ PORTNAME= discover DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma package management tools WWW= https://www.kde.org/plasma-desktop -LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ +LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ libmarkdown.so:textproc/discount \ libQCoro6Core.so:devel/qcoro@qt6 RUN_DEPENDS= PackageKit>0:ports-mgmt/packagekit diff --git a/x11/kf6-frameworkintegration/Makefile b/x11/kf6-frameworkintegration/Makefile index 7cc9a897c743..575112a66ae4 100644 --- a/x11/kf6-frameworkintegration/Makefile +++ b/x11/kf6-frameworkintegration/Makefile @@ -1,12 +1,13 @@ PORTNAME= frameworkintegration DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde kde-frameworks COMMENT= Integration of Qt application with KDE workspaces MAINTAINER= kde@FreeBSD.org -LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ +LIB_DEPENDS= libAppStreamQt.so:devel/appstream-qt \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ USES= cmake gettext gl kde:6 qt:6 tar:xz USE_GL= gl opengl diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile index bfef3f34daa8..9a146cb45232 100644 --- a/x11/plasma6-plasma-desktop/Makefile +++ b/x11/plasma6-plasma-desktop/Makefile @@ -1,6 +1,6 @@ PORTNAME= plasma-desktop DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 kde kde-plasma MAINTAINER= kde@FreeBSD.org @@ -14,7 +14,7 @@ LIB_DEPENDS= libcanberra.so:audio/libcanberra \ libicuuc.so:devel/icu \ libkaccounts6.so:net-im/kaccounts-integration \ liboauth2plugin.so:sysutils/signon-plugin-oauth2@qt6 \ - libpackagekitqt6.so:ports-mgmt/packagekit-qt@qt6 \ + libpackagekitqt6.so:ports-mgmt/packagekit-qt \ libwayland-client.so:graphics/wayland \ libxcb-util.so:x11/xcb-util \ libxkbcommon.so:x11/libxkbcommon \