pkgsrc-WIP-changes archive

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

stratagus: Remove redundant GITHUB_PROJECT and sort GITHUB_TAG after MASTER_SITES



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Jul 6 22:45:15 2019 +0200
Changeset:	31b99fd8e3ae7bfb371de6ac27a6e3ccec0f0c2c

Modified Files:
	stratagus/Makefile

Log Message:
stratagus: Remove redundant GITHUB_PROJECT and sort GITHUB_TAG after MASTER_SITES

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

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

diffstat:
 stratagus/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/stratagus/Makefile b/stratagus/Makefile
index 98ce512234..666767d028 100644
--- a/stratagus/Makefile
+++ b/stratagus/Makefile
@@ -2,9 +2,8 @@
 
 DISTNAME=	stratagus-2.4.2
 CATEGORIES=	games
-GITHUB_PROJECT=	stratagus
-GITHUB_TAG=	v${PKGVERSION_NOREV}
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Wargus/}
+GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	cfkoch%edgebsd.org@localhost
 HOMEPAGE=	https://github.com/Wargus/stratagus


Home | Main Index | Thread Index | Old Index