Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jun 2026 21:17:05 +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: 65a7640e2f0b - main - sysutils/signon-ui: Update to the latest commit and switch to Qt 6
Message-ID:  <6a39a651.1bd6c.1ae5ad3f@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=65a7640e2f0b415834f57415d4e84194b9c72497

commit 65a7640e2f0b415834f57415d4e84194b9c72497
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

    sysutils/signon-ui: Update to the latest commit and switch to Qt 6
---
 sysutils/signon-ui/Makefile                  | 18 ++++++++----------
 sysutils/signon-ui/distinfo                  |  6 +++---
 sysutils/signon-ui/files/patch-signon-ui.pro | 10 ++++------
 3 files changed, 15 insertions(+), 19 deletions(-)

diff --git a/sysutils/signon-ui/Makefile b/sysutils/signon-ui/Makefile
index dac11e8c321c..608546185d3c 100644
--- a/sysutils/signon-ui/Makefile
+++ b/sysutils/signon-ui/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	signon-ui
 # Note, we're counting since the 0.17+15.10.20150810-0ubuntu1 tag:
 # > git rev-list 0.17+15.10.20150810-0ubuntu1.. --count
-DISTVERSION=	0.17-355
-DISTVERSIONSUFFIX=	-g4368bb7
-PORTREVISION=	5
+DISTVERSION=	0.17-368
+DISTVERSIONSUFFIX=	-geef943f
 CATEGORIES=	sysutils kde
 DIST_SUBDIR=	KDE/${GL_ACCOUNT}
 
@@ -14,20 +13,19 @@ WWW=		https://gitlab.com/accounts-sso/signon-ui
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libaccounts-qt5.so:net-im/libaccounts-qt@qt5 \
+LIB_DEPENDS=	libaccounts-qt6.so:net-im/libaccounts-qt \
 		libnotify.so:devel/libnotify \
-		libsignon-qt5.so:sysutils/signond@qt5 \
+		libsignon-qt6.so:sysutils/signond \
 		libproxy.so:net/libproxy
 
-USES=		compiler:c++11-lang gettext-runtime gl gnome pkgconfig python \
-		qmake qt:5 tar:bz2
+USES=		gettext-runtime gl gnome pkgconfig python \
+		qmake qt:6 tar:bz2
 USE_GL=		gl
 USE_GNOME=	gdkpixbuf glib20
-USE_QT=		core dbus declarative gui location network webchannel webengine widgets xml \
-		buildtools:build qmake:build
+USE_QT=		base declarative positioning webchannel webengine
 # gitlab variables
 USE_GITLAB=	yes
 GL_ACCOUNT=	accounts-sso
-GL_TAGNAME=	4368bb77d9d1abc2978af514225ba4a42c29a646
+GL_TAGNAME=	eef943f0edf3beee8ecb85d4a9dae3656002fc24
 
 .include <bsd.port.mk>
diff --git a/sysutils/signon-ui/distinfo b/sysutils/signon-ui/distinfo
index d809308a4ea4..e8cc5bdc7579 100644
--- a/sysutils/signon-ui/distinfo
+++ b/sysutils/signon-ui/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1694505278
-SHA256 (KDE/accounts-sso/accounts-sso-signon-ui-4368bb77d9d1abc2978af514225ba4a42c29a646_GL0.tar.gz) = 4534b05d10e206d332bd91838af3411fdbfc897b604ba5843e7af76c1657f99b
-SIZE (KDE/accounts-sso/accounts-sso-signon-ui-4368bb77d9d1abc2978af514225ba4a42c29a646_GL0.tar.gz) = 65777
+TIMESTAMP = 1782069523
+SHA256 (KDE/accounts-sso/accounts-sso-signon-ui-eef943f0edf3beee8ecb85d4a9dae3656002fc24_GL0.tar.gz) = 0906a1adee88e331e9dcf1f2d5978c24f8564fb734f5c114c88bddb63196d3d4
+SIZE (KDE/accounts-sso/accounts-sso-signon-ui-eef943f0edf3beee8ecb85d4a9dae3656002fc24_GL0.tar.gz) = 65055
diff --git a/sysutils/signon-ui/files/patch-signon-ui.pro b/sysutils/signon-ui/files/patch-signon-ui.pro
index 7fde8491a71a..1329e518caf9 100644
--- a/sysutils/signon-ui/files/patch-signon-ui.pro
+++ b/sysutils/signon-ui/files/patch-signon-ui.pro
@@ -1,14 +1,12 @@
---- signon-ui.pro.orig	2013-06-11 06:51:14 UTC
+--- signon-ui.pro.orig	2023-10-16 20:12:00 UTC
 +++ signon-ui.pro
-@@ -3,10 +3,7 @@ include(common-project-config.pri)
- 
+@@ -4,8 +4,7 @@ SUBDIRS = \
  TEMPLATE = subdirs
  CONFIG += ordered
--SUBDIRS = \
--    po \
+ SUBDIRS = \
 -    src \
 -    tests
-+SUBDIRS = src 
++    src
  
  include(common-installs-config.pri)
  


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a39a651.1bd6c.1ae5ad3f>