pkgsrc-WIP-changes archive

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

supertux: simplify MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Mon Apr 4 08:59:27 2016 +0200
Changeset:	40246b2c78c88c454f2890c00e52005a397d9e5f

Modified Files:
	supertux/Makefile

Log Message:
supertux: simplify MASTER_SITES

Instead of using a long MASTER_SITES we can simplify it via
GITHUB_RELEASE. No functional changes intended.

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

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

diffstat:
 supertux/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/supertux/Makefile b/supertux/Makefile
index 13c644f..efdfdbd 100644
--- a/supertux/Makefile
+++ b/supertux/Makefile
@@ -3,7 +3,8 @@
 
 DISTNAME=		supertux-0.4.0
 CATEGORIES=		games
-MASTER_SITES=		${MASTER_SITE_GITHUB:=SuperTux/supertux/releases/download/v${PKGVERSION}/}
+MASTER_SITES=		${MASTER_SITE_GITHUB:=SuperTux/}
+GITHUB_RELEASE=		v${PKGVERSION_NOREV}
 EXTRACT_SUFX=		.tar.bz2
 
 MAINTAINER=		hernani%vecirex.net@localhost


Home | Main Index | Thread Index | Old Index