pkgsrc-WIP-changes archive

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

pick: Change Makefile to fix Master sites



Module Name:	pkgsrc-wip
Committed By:	Jenz Guenther <dbotw%gmx.net@localhost>
Pushed By:	dbotw
Date:		Sun May 6 10:05:08 2018 +0200
Changeset:	fae6dd8f0b895b8e10d280dbd599552fece72904

Modified Files:
	pick/Makefile

Log Message:
pick: Change Makefile to fix Master sites

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

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

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

diffs:
diff --git a/pick/Makefile b/pick/Makefile
index b7beea0233..ee8db44c7d 100644
--- a/pick/Makefile
+++ b/pick/Makefile
@@ -3,7 +3,8 @@
 DISTNAME=	pick-2.0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mptre/}
-GITHUB_RELEASE=	v2.0.2
+GITHUB_PROJECT=	pick
+GITHUB_RELEASE=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	dbotw%gmx.net@localhost
 HOMEPAGE=	https://github.com/mptre/pick/


Home | Main Index | Thread Index | Old Index