summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortnn <tnn>2015-03-07 21:14:32 +0000
committertnn <tnn>2015-03-07 21:14:32 +0000
commit19bfb394673540258205cf60bf122c994b17902e (patch)
treed18fff182a5a12ae373c933b891f03d5ed58e40d /net
parenta955121b5773fd4d009ba8364ceea5129710566f (diff)
downloadpkgsrc-19bfb394673540258205cf60bf122c994b17902e.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 'net')
-rw-r--r--net/inadyn/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/inadyn/Makefile b/net/inadyn/Makefile
index 7c912bb619d..a6f2519dbfc 100644
--- a/net/inadyn/Makefile
+++ b/net/inadyn/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2015/03/07 14:33:08 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/07 21:14:32 tnn Exp $
DISTNAME= inadyn-1.96.2
PKGREVISION= 1
CATEGORIES= net
-USE_GITHUB= yes
-GH_ACCOUNT= troglobit
+MASTER_SITES= ${MASTER_SITE_GITHUB:=troglobit/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org