pkgsrc-WIP-changes archive

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

dateutils: Proper usage of the GitHub framework



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Sep 24 20:59:44 2016 +0200
Changeset:	1e0e01482bfd3a0a16281d6b81c7fd1458bb56b9

Modified Files:
	dateutils/Makefile

Log Message:
dateutils: Proper usage of the GitHub framework

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

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

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

diffs:
diff --git a/dateutils/Makefile b/dateutils/Makefile
index 21df176..54791b5 100644
--- a/dateutils/Makefile
+++ b/dateutils/Makefile
@@ -2,9 +2,7 @@
 
 DISTNAME=	dateutils-0.3.1
 CATEGORIES=	time
-MASTER_SITES=	https://github.com/hroptatyr/dateutils/releases/download/v0.3.1/
-MASTER_SITES+=	https://bitbucket.org/hroptatyr/dateutils/downloads/
-EXTRACT_SUFX=	.tar.xz
+MASTER_SITES=	${MASTER_SITE_GITHUB:=hroptatyr/}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.fresse.org/dateutils/


Home | Main Index | Thread Index | Old Index