diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 13:17:23 +0100 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2024-01-05 13:57:24 +0100 |
commit | 82f0c0f3480cb0e63adcbbc33cbf929f27371f8c (patch) | |
tree | 695f3c4cc611f058fda911bd5ca31382dee66725 /sysutils | |
parent | sysutils/signon-qt5: rename port to sysutils/signond and flavorize (diff) |
net-im/libaccounts-qt5: rename to libaccounts-qt and flavorize
- rename to get rid of qt5 in name
- switch to fork [1] to add Qt6 support
[1] https://gitlab.com/nicolasfella/libaccounts-qt/-/tree/qt6
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/accounts-qml-module/Makefile | 4 | ||||
-rw-r--r-- | sysutils/signon-ui/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile index 3c1e2481bbac..bb7a91830f30 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= 3 +PORTREVISION= 4 CATEGORIES= sysutils kde DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -11,7 +11,7 @@ WWW= https://gitlab.com/groups/accounts-sso LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libsignon-qt5.so:sysutils/signond@qt5 USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2 diff --git a/sysutils/signon-ui/Makefile b/sysutils/signon-ui/Makefile index ca3178df3602..77140d2dc5a1 100644 --- a/sysutils/signon-ui/Makefile +++ b/sysutils/signon-ui/Makefile @@ -3,7 +3,7 @@ PORTNAME= signon-ui # > git rev-list 0.17+15.10.20150810-0ubuntu1.. --count DISTVERSION= 0.17-355 DISTVERSIONSUFFIX= -g4368bb7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils kde DIST_SUBDIR= KDE/${GL_ACCOUNT} @@ -14,7 +14,7 @@ WWW= https://gitlab.com/accounts-sso/signon-ui LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \ +LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \ libnotify.so:devel/libnotify \ libsignon-qt5.so:sysutils/signond@qt5 \ libproxy.so:net/libproxy |