pkgsrc-WIP-changes archive

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

openhexagon: use MASTER_SITE_GITHUB



Module Name:	pkgsrc-wip
Committed By:	Iain Hibbert <plunky%netbsd.org@localhost>
Pushed By:	plunky
Date:		Tue May 5 11:51:57 2020 +0100
Changeset:	3aa10289e0d6f057e73728398d5ff42611150f41

Modified Files:
	openhexagon/Makefile

Log Message:
openhexagon: use MASTER_SITE_GITHUB

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3aa10289e0d6f057e73728398d5ff42611150f41

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

diffstat:
 openhexagon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openhexagon/Makefile b/openhexagon/Makefile
index 66fbc50976..77140f01c8 100644
--- a/openhexagon/Makefile
+++ b/openhexagon/Makefile
@@ -20,7 +20,7 @@ GITHUB_MODULES= \
 .for mod tag in ${GITHUB_MODULES}
 DISTFILES+=	${mod}-${tag}${EXTRACT_SUFX}
 SITES.${mod}-${tag}${EXTRACT_SUFX}+= \
-	-http://github.com/SuperV1234/${mod}/archive/${tag}${EXTRACT_SUFX}
+		${MASTER_SITE_GITHUB:S,^,-,:=SuperV1234/${mod}/archive/${tag}${EXTRACT_SUFX}}
 MODULES+=	${mod}-${tag}
 .endfor
 


Home | Main Index | Thread Index | Old Index