Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2026 21:17:04 +0000
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: acf157d07002 - main - */*: Switch to unflavorized dependencies
Message-ID:  <6a39a650.1bd68.4d218d0d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by makc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=acf157d0700278ca8a3167004d1c7962a6c3964a

commit acf157d0700278ca8a3167004d1c7962a6c3964a
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2026-06-22 21:15:07 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2026-06-22 21:15:07 +0000

    */*: Switch to unflavorized dependencies
---
 net-im/kaccounts-integration/Makefile      | 5 +++--
 net-im/kaccounts-providers/Makefile        | 5 +++--
 net-im/libsignon-glib/Makefile             | 6 +++---
 net/kio-gdrive/Makefile                    | 3 ++-
 sysutils/accounts-qml-module/Makefile      | 6 +++---
 sysutils/signon-kwallet-extension/Makefile | 3 ++-
 x11/plasma6-plasma-desktop/Makefile        | 3 ++-
 7 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/net-im/kaccounts-integration/Makefile b/net-im/kaccounts-integration/Makefile
index 54333de43675..1be24c615a79 100644
--- a/net-im/kaccounts-integration/Makefile
+++ b/net-im/kaccounts-integration/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kaccounts-integration
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net-im kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -7,8 +8,8 @@ COMMENT=	System to administer web accounts for the KDE desktop
 WWW=		https://projects.kde.org/projects/kdereview/kaccounts-integration
 
 LIB_DEPENDS=	libQCoro6Core.so:devel/qcoro \
-		libaccounts-qt6.so:net-im/libaccounts-qt@qt6 \
-		libsignon-qt6.so:sysutils/signond@qt6
+		libaccounts-qt6.so:net-im/libaccounts-qt \
+		libsignon-qt6.so:sysutils/signond
 
 USES=		cmake compiler:c++11-lang gettext-tools kde:6 pkgconfig qt:6 \
 		tar:xz
diff --git a/net-im/kaccounts-providers/Makefile b/net-im/kaccounts-providers/Makefile
index 7905499ea9c2..5f179714dc8d 100644
--- a/net-im/kaccounts-providers/Makefile
+++ b/net-im/kaccounts-providers/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kaccounts-providers
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net-im kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -8,8 +9,8 @@ WWW=		https://projects.kde.org/projects/kdereview/kaccounts-providers
 
 LIB_DEPENDS=	libaccounts-glib.so:net-im/libaccounts-glib \
 		libkaccounts6.so:net-im/kaccounts-integration \
-		libaccounts-qt6.so:net-im/libaccounts-qt@qt6 \
-		libsignon-qt6.so:sysutils/signond@qt6
+		libaccounts-qt6.so:net-im/libaccounts-qt \
+		libsignon-qt6.so:sysutils/signond
 
 USES=		cmake compiler:c++11-lang gettext gnome kde:6 pkgconfig qt:6 \
 		tar:xz
diff --git a/net-im/libsignon-glib/Makefile b/net-im/libsignon-glib/Makefile
index bdd2daefe8bb..3b16d1aef454 100644
--- a/net-im/libsignon-glib/Makefile
+++ b/net-im/libsignon-glib/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libsignon-glib
 DISTVERSION=	2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net-im
 DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
@@ -11,8 +11,8 @@ WWW=		https://gitlab.com/accounts-sso/libsignon-glib
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	signond:sysutils/signond@qt5
-RUN_DEPENDS=	signond:sysutils/signond@qt5
+BUILD_DEPENDS=	signond:sysutils/signond
+RUN_DEPENDS=	signond:sysutils/signond
 
 USES=		gnome meson pathfix pkgconfig python tar:bz2 vala:build
 USE_GNOME=	introspection pygobject3
diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile
index 6d5e4fba123d..01bb2c05d398 100644
--- a/net/kio-gdrive/Makefile
+++ b/net/kio-gdrive/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	kio-gdrive
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	net kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -10,7 +11,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libqt6keychain.so:security/qtkeychain@qt6 \
-		libaccounts-qt6.so:net-im/libaccounts-qt@qt6 \
+		libaccounts-qt6.so:net-im/libaccounts-qt \
 		libkaccounts6.so:net-im/kaccounts-integration
 RUN_DEPENDS=	kaccounts-providers>=0:net-im/kaccounts-providers
 
diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile
index 9ebbee43ee92..b60f96727c9d 100644
--- a/sysutils/accounts-qml-module/Makefile
+++ b/sysutils/accounts-qml-module/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	accounts-qml-module
 DISTVERSION=	0.7
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	sysutils kde
 DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
@@ -11,8 +11,8 @@ WWW=		https://gitlab.com/groups/accounts-sso
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libaccounts-qt6.so:net-im/libaccounts-qt@qt6 \
-		libsignon-qt6.so:sysutils/signond@qt6
+LIB_DEPENDS=	libaccounts-qt6.so:net-im/libaccounts-qt \
+		libsignon-qt6.so:sysutils/signond
 
 USES=		compiler:c++17-lang gl pkgconfig qmake qt:6 tar:bz2
 USE_GL=		gl
diff --git a/sysutils/signon-kwallet-extension/Makefile b/sysutils/signon-kwallet-extension/Makefile
index 05fb22ac7883..c4efd402876b 100644
--- a/sysutils/signon-kwallet-extension/Makefile
+++ b/sysutils/signon-kwallet-extension/Makefile
@@ -1,12 +1,13 @@
 PORTNAME=	signon-kwallet-extension
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
+PORTREVISION=	1
 CATEGORIES=	sysutils kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
 COMMENT=	KWallet integration for signon framework
 WWW=		https://projects.kde.org/projects/kde/kdenetwork/signon-kwallet-extension
 
-LIB_DEPENDS=	libsignon-qt6.so:sysutils/signond@qt6
+LIB_DEPENDS=	libsignon-qt6.so:sysutils/signond
 
 USES=		cmake compiler:c++11-lang kde:6 pkgconfig qt:6 tar:xz
 USE_KDE=	wallet \
diff --git a/x11/plasma6-plasma-desktop/Makefile b/x11/plasma6-plasma-desktop/Makefile
index aabe17190282..642be8b41f08 100644
--- a/x11/plasma6-plasma-desktop/Makefile
+++ b/x11/plasma6-plasma-desktop/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	plasma-desktop
 DISTVERSION=	${KDE_PLASMA_VERSION}
+PORTREVISION=	1
 CATEGORIES=	x11 kde kde-plasma
 
 MAINTAINER=	kde@FreeBSD.org
@@ -11,7 +12,7 @@ BUILD_DEPENDS=	wayland-protocols>=0:graphics/wayland-protocols \
 LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
 		libicuuc.so:devel/icu \
 		libkaccounts6.so:net-im/kaccounts-integration \
-		liboauth2plugin.so:sysutils/signon-plugin-oauth2@qt6 \
+		liboauth2plugin.so:sysutils/signon-plugin-oauth2 \
 		libpackagekitqt6.so:ports-mgmt/packagekit-qt \
 		libwayland-client.so:graphics/wayland \
 		libxcb-util.so:x11/xcb-util \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a39a650.1bd68.4d218d0d>