pkgsrc-WIP-changes archive

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

grafX2: Fix fetch (whoops)



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed Aug 16 17:32:00 2017 +0100
Changeset:	0b7c39782e1e16232f186c1320a72a887b5155e3

Modified Files:
	grafX2/Makefile

Log Message:
grafX2: Fix fetch (whoops)

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

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

diffstat:
 grafX2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/grafX2/Makefile b/grafX2/Makefile
index 789a650cd7..4742f1767e 100644
--- a/grafX2/Makefile
+++ b/grafX2/Makefile
@@ -2,7 +2,7 @@
 
 DISTNAME=	grafX2-2.4
 CATEGORIES=	graphics
-MASTER_SITES=	-https://gitlab.com/GrafX2/${GITLAB_PROJECT}/repository/archive.tar.gz?ref=${GITLAB_TAG}
+MASTER_SITES=	-https://gitlab.com/GrafX2/${GITLAB_PROJECT}/repository/${GITLAB_REV}/archive.tar.gz
 
 HOMEPAGE=	http://grafx2.chez.com/
 COMMENT=	Bitmap paint program suited for pixel art


Home | Main Index | Thread Index | Old Index