summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-07 21:14:32 +0000
committertnn <tnn@pkgsrc.org>2015-03-07 21:14:32 +0000
commit81fcba18057452d58defaf207bfe816a44067012 (patch)
treed18fff182a5a12ae373c933b891f03d5ed58e40d /benchmarks
parentbf6508dc403f19fcb5e7c6d4ddca56c34e08e0b0 (diff)
downloadpkgsrc-81fcba18057452d58defaf207bfe816a44067012.tar.gz
Address issues raised by agc@ to make the github master site handling
more pkgsrcesque. 1) turn _USE_GITHUB into an internal infrastructure variable 2) put back MASTER_SITES in packages' Makefiles. 3) encode the account in the master site URL, remove GH_ACCOUNT 4) rename GH_PROJECT to GITHUB_PROJECT 5) rename GH_TAGNAME to GITHUB_TAG and allow it to accept commit hash as well as tag. GH_COMMIT is gone. 6) turn on this functionality when MASTER_SITES matches a predefined github pattern instead of via explicit USE_GITHUB setting.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/glmark2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmarks/glmark2/Makefile b/benchmarks/glmark2/Makefile
index eeef155ef84..416044fc5a6 100644
--- a/benchmarks/glmark2/Makefile
+++ b/benchmarks/glmark2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2015/03/07 17:15:11 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/07 21:14:32 tnn Exp $
DISTNAME= glmark2-2014.03
CATEGORIES= benchmarks
-USE_GITHUB= yes
-GH_COMMIT= 499aa81a68fb4c8aac1c80f0d6a4cce05941c4cc
+MASTER_SITES= ${MASTER_SITE_GITHUB:=glmark2/}
+GITHUB_TAG= 499aa81a68fb4c8aac1c80f0d6a4cce05941c4cc
MAINTAINER= prlw1@cam.ac.uk
HOMEPAGE= https://github.com/glmark2/glmark2