pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/ajbsp



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue May 24 10:07:07 UTC 2022

Modified Files:
        pkgsrc/games/ajbsp: Makefile

Log Message:
ajbsp: switch to USE_GITLAB.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/ajbsp/Makefile

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

Modified files:

Index: pkgsrc/games/ajbsp/Makefile
diff -u pkgsrc/games/ajbsp/Makefile:1.2 pkgsrc/games/ajbsp/Makefile:1.3
--- pkgsrc/games/ajbsp/Makefile:1.2     Wed Jul 22 10:25:24 2020
+++ pkgsrc/games/ajbsp/Makefile Tue May 24 10:07:06 2022
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2020/07/22 10:25:24 micha Exp $
+# $NetBSD: Makefile,v 1.3 2022/05/24 10:07:06 nikita Exp $
 
 DISTNAME=      ajbsp-v1.01
 PKGNAME=       ${DISTNAME:S/v//}
 PKGREVISION=   1
 CATEGORIES=    games
-MASTER_SITES=  https://gitlab.com/andwj/ajbsp/-/archive/v${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=andwj/}
+GITLAB_PROJECT=        ajbsp
+GITLAB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    micha%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.com/andwj/ajbsp



Home | Main Index | Thread Index | Old Index