pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pleaser



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May 24 09:38:44 UTC 2022

Modified Files:
        pkgsrc/security/pleaser: Makefile

Log Message:
pleaser: switch to USE_GITLAB.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/pleaser/Makefile

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

Modified files:

Index: pkgsrc/security/pleaser/Makefile
diff -u pkgsrc/security/pleaser/Makefile:1.14 pkgsrc/security/pleaser/Makefile:1.15
--- pkgsrc/security/pleaser/Makefile:1.14       Mon Dec  6 21:42:26 2021
+++ pkgsrc/security/pleaser/Makefile    Tue May 24 09:38:44 2022
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.14 2021/12/06 21:42:26 pin Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/24 09:38:44 nikita Exp $
 
 DISTNAME=      please-0.5.1
 PKGNAME=       pleaser-0.5.1
 CATEGORIES=    security
-MASTER_SITES=  https://gitlab.com/edneville/please/-/archive/v${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=edneville/}
+GITLAB_PROJECT=        please
+GITLAB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pin%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.com/edneville/please/



Home | Main Index | Thread Index | Old Index