Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2024 05:17:56 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1d815805aca0 - main - x11/disman: chase to the new home
Message-ID:  <202404130517.43D5HuTi095902@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

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

commit 1d815805aca088075d7f350d08e134b1d96989e5
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-04-08 10:23:50 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-04-13 05:09:10 +0000

    x11/disman: chase to the new home
    
    From GitLab banner: "This is an archived project. Repository and other
    project resources are read-only."
---
 x11/disman/Makefile                  | 7 ++++---
 x11/disman/distinfo                  | 4 ++--
 x11/disman/files/patch-optional-deps | 4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/x11/disman/Makefile b/x11/disman/Makefile
index ffd4eb40d097..fd0358e79983 100644
--- a/x11/disman/Makefile
+++ b/x11/disman/Makefile
@@ -5,7 +5,7 @@ CATEGORIES=	x11
 
 MAINTAINER=	jbeich@FreeBSD.org
 COMMENT=	Qt/C++ display management library
-WWW=		https://gitlab.com/kwinft/disman
+WWW=		https://github.com/winft/disman
 
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING.LIB
@@ -13,11 +13,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING.LIB
 TEST_DEPENDS=	${qt-testlib_PORT:T}>0:${qt-testlib_PORT}
 
 USES=		cmake:testing kde:5 pathfix qt:5
-USE_GITLAB=	yes
+USE_GITHUB=	yes
 USE_KDE=	ecm:build coreaddons
 USE_LDCONFIG=	yes
 USE_QT=		qmake:build buildtools:build core dbus gui
-GL_ACCOUNT=	kwinft
+GH_ACCOUNT=	winft
+WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME:S/@/-/}
 PLIST_SUB=	VERSION=${PORTVERSION}
 
 OPTIONS_DEFINE=	WAYLAND X11
diff --git a/x11/disman/distinfo b/x11/disman/distinfo
index 5450b3ae75aa..8293a7b6e80b 100644
--- a/x11/disman/distinfo
+++ b/x11/disman/distinfo
@@ -1,3 +1,3 @@
 TIMESTAMP = 1676648351
-SHA256 (disman-disman@0.527.0.tar.bz2) = 7c5a259391c8151dcb2c608a69d867f20ff2a0e9306c15fdf103668a571c283a
-SIZE (disman-disman@0.527.0.tar.bz2) = 112490
+SHA256 (winft-disman-disman@0.527.0_GH0.tar.gz) = 4398d0b044d2021441db084138fd28d741a34a79c9e54e86a31705d706f5b8f2
+SIZE (winft-disman-disman@0.527.0_GH0.tar.gz) = 150355
diff --git a/x11/disman/files/patch-optional-deps b/x11/disman/files/patch-optional-deps
index 7d79872b4571..3633afdbd833 100644
--- a/x11/disman/files/patch-optional-deps
+++ b/x11/disman/files/patch-optional-deps
@@ -1,5 +1,5 @@
-Revert https://gitlab.com/kwinft/disman/-/commit/78771e145b7f
-and    https://gitlab.com/kwinft/disman/-/commit/18d0a3aa7940
+Revert https://github.com/winft/disman/commit/78771e145b7f
+and    https://github.com/winft/disman/commit/18d0a3aa7940
 to support disabling build dependencies at configure (CMake) time.
 
 CMake Error at backends/wayland/plugins/kwayland/CMakeLists.txt:21 (target_link_libraries):



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404130517.43D5HuTi095902>