diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-07 21:14:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-07 21:14:32 +0000 |
commit | 81fcba18057452d58defaf207bfe816a44067012 (patch) | |
tree | d18fff182a5a12ae373c933b891f03d5ed58e40d /net/inadyn | |
parent | bf6508dc403f19fcb5e7c6d4ddca56c34e08e0b0 (diff) | |
download | pkgsrc-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 'net/inadyn')
-rw-r--r-- | net/inadyn/Makefile | 5 |
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 |