pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mustach



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May 24 11:58:58 UTC 2022

Modified Files:
        pkgsrc/devel/mustach: Makefile

Log Message:
mustach: switch to USE_GITLAB.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/mustach/Makefile

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

Modified files:

Index: pkgsrc/devel/mustach/Makefile
diff -u pkgsrc/devel/mustach/Makefile:1.9 pkgsrc/devel/mustach/Makefile:1.10
--- pkgsrc/devel/mustach/Makefile:1.9   Sun Apr 17 20:00:34 2022
+++ pkgsrc/devel/mustach/Makefile       Tue May 24 11:58:58 2022
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.9 2022/04/17 20:00:34 sjmulder Exp $
+# $NetBSD: Makefile,v 1.10 2022/05/24 11:58:58 nikita Exp $
 
 DISTNAME=      mustach-1.2.2
 PKGREVISION=   1
 CATEGORIES=    devel
-MASTER_SITES=  https://gitlab.com/jobol/mustach/-/archive/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=jobol/}
+GITLAB_PROJECT=        mustach
+GITLAB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    sjmulder%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.com/jobol/mustach



Home | Main Index | Thread Index | Old Index