pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/tint2



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May 24 09:48:34 UTC 2022

Modified Files:
        pkgsrc/x11/tint2: Makefile

Log Message:
tint2: switch to USE_GITLAB.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/x11/tint2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/tint2/Makefile
diff -u pkgsrc/x11/tint2/Makefile:1.62 pkgsrc/x11/tint2/Makefile:1.63
--- pkgsrc/x11/tint2/Makefile:1.62      Mon Apr 18 19:12:26 2022
+++ pkgsrc/x11/tint2/Makefile   Tue May 24 09:48:34 2022
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.62 2022/04/18 19:12:26 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/05/24 09:48:34 nikita Exp $
 
 DISTNAME=              tint2-v17.0.2
 PKGNAME=               ${DISTNAME:S/-v/-/}
 PKGREVISION=           1
 CATEGORIES=            x11
-MASTER_SITES=          https://gitlab.com/o9000/tint2/-/archive/v${PKGVERSION_NOREV}/
+MASTER_SITES=          ${MASTER_SITE_GITLAB:=o9000/}
+GITLAB_PROJECT=                tint2
+GITLAB_RELEASE=                v${PKGVERSION_NOREV}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            fernandotcl%gmail.com@localhost



Home | Main Index | Thread Index | Old Index