pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/frotz frotz: switch to USE_GITLAB.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/312d93aa8aa5
branches:  trunk
changeset: 379858:312d93aa8aa5
user:      nikita <nikita%pkgsrc.org@localhost>
date:      Tue May 24 10:29:30 2022 +0000

description:
frotz: switch to USE_GITLAB.

diffstat:

 games/frotz/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 8071686ce525 -r 312d93aa8aa5 games/frotz/Makefile
--- a/games/frotz/Makefile      Tue May 24 10:22:17 2022 +0000
+++ b/games/frotz/Makefile      Tue May 24 10:29:30 2022 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.42 2022/05/15 18:41:54 nia Exp $
+# $NetBSD: Makefile,v 1.43 2022/05/24 10:29:30 nikita Exp $
 
 DISTNAME=      frotz-2.54
 CATEGORIES=    games
-MASTER_SITES=  https://gitlab.com/DavidGriffith/frotz/-/archive/${PKGVERSION_NOREV}/
+MASTER_SITES=  ${MASTER_SITE_GITLAB:=DavidGriffith/}
+GITLAB_PROJECT=        frotz
+GITLAB_RELEASE=        ${PKGVERSION_NOREV}
 
 MAINTAINER=    seebs%plethora.net@localhost
 HOMEPAGE=      https://davidgriffith.gitlab.io/frotz/



Home | Main Index | Thread Index | Old Index