Date: Tue, 27 Jun 2023 11:45:04 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: 4b7b1d6e91e8 - main - x11/libxcvt: drop USE_GITLAB to get non-FreeBSD mirrors Message-ID: <202306271145.35RBj4No054981@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=4b7b1d6e91e8920886ea128a32e198d69d2233e9 commit 4b7b1d6e91e8920886ea128a32e198d69d2233e9 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-06-27 11:22:37 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-06-27 11:44:40 +0000 x11/libxcvt: drop USE_GITLAB to get non-FreeBSD mirrors Not using USES=xorg-cat to avoid cruft: - unused by xorg-server after ports 88b0ae2bb9c6 - USES=pkgconfig is unused by libxcvt - USE_XORG=xorg-macros is unused with USES=meson - USES=pathfix is unused with USES=meson - EXTRACT_SUFX=tar.bz2 is unused by new releases/projects --- x11/libxcvt/Makefile | 8 ++------ x11/libxcvt/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/x11/libxcvt/Makefile b/x11/libxcvt/Makefile index f4e95ab9e14f..66b87b0d683f 100644 --- a/x11/libxcvt/Makefile +++ b/x11/libxcvt/Makefile @@ -1,8 +1,8 @@ PORTNAME= libxcvt -DISTVERSIONPREFIX= ${PORTNAME}- DISTVERSION= 0.1.2 PORTREVISION= 1 CATEGORIES= x11 +MASTER_SITES= XORG/individual/lib MAINTAINER= jbeich@FreeBSD.org COMMENT= Calculate VESA CVT mode lines @@ -11,10 +11,6 @@ WWW= https://gitlab.freedesktop.org/xorg/lib/libxcvt LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson -USE_GITLAB= yes -GL_SITE= https://gitlab.freedesktop.org -GL_ACCOUNT= xorg/lib -GL_COMMIT= d9ca87eea9eecddaccc3a77227bcb3acf84e89df +USES= meson tar:xz .include <bsd.port.mk> diff --git a/x11/libxcvt/distinfo b/x11/libxcvt/distinfo index 050227b4edef..5d2a08012a01 100644 --- a/x11/libxcvt/distinfo +++ b/x11/libxcvt/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1658129014 -SHA256 (xorg/lib-libxcvt-d9ca87eea9eecddaccc3a77227bcb3acf84e89df_GL0.tar.gz) = d6108a682714c988b62bc9c09e55593c89e05a2be218c34360f3f871c8d747d4 -SIZE (xorg/lib-libxcvt-d9ca87eea9eecddaccc3a77227bcb3acf84e89df_GL0.tar.gz) = 10265 +SHA256 (libxcvt-0.1.2.tar.xz) = 0561690544796e25cfbd71806ba1b0d797ffe464e9796411123e79450f71db38 +SIZE (libxcvt-0.1.2.tar.xz) = 9648
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306271145.35RBj4No054981>