pkgsrc-WIP-changes archive

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

blosc: Explicitly define GITHUB_TAG



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Fri Sep 15 09:08:08 2017 -0700
Changeset:	8e5eb630d707259d4fb87e47bbaed387ea81bebb

Modified Files:
	blosc/Makefile

Log Message:
blosc: Explicitly define GITHUB_TAG

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

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

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

diffs:
diff --git a/blosc/Makefile b/blosc/Makefile
index 863c046aa9..342bedbf3f 100644
--- a/blosc/Makefile
+++ b/blosc/Makefile
@@ -1,7 +1,8 @@
 # $NetBSD$
 
 GITHUB_PROJECT=	c-blosc
-DISTNAME=	v1.12.1
+GITHUB_TAG=	v1.12.1
+DISTNAME=	${GITHUB_TAG}
 PKGNAME=	${GITHUB_PROJECT:S/c-//}-${DISTNAME:S/v//}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GITHUB:=Blosc/}


Home | Main Index | Thread Index | Old Index