Skip to content

Commit

Permalink
x11/libxcvt: drop USE_GITLAB to get non-FreeBSD mirrors
Browse files Browse the repository at this point in the history
Not using USES=xorg-cat to avoid cruft:
- unused by xorg-server after ports 88b0ae2
- 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
  • Loading branch information
jbeich committed Jun 27, 2023
1 parent 3caeed0 commit 4b7b1d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 2 additions & 6 deletions x11/libxcvt/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
4 changes: 2 additions & 2 deletions x11/libxcvt/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4b7b1d6

Please sign in to comment.