pkgsrc-WIP-changes archive

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

htslib: simplify slightly.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Sat Apr 28 08:36:14 2018 +0200
Changeset:	171ef1684c2958419d5616f8c47acc75ca7eda5d

Modified Files:
	htslib/Makefile

Log Message:
htslib: simplify slightly.

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

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

diffstat:
 htslib/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 0150786fbf..6a42b40808 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	htslib-${PV}
+DISTNAME=	htslib-1.8
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=samtools/}
 GITHUB_PROJECT=	htslib
-GITHUB_TAG=	${PV}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://www.htslib.org/
@@ -17,13 +17,11 @@ REPLACE_PERL=	test/compare_sam.pl test/test.pl
 
 SUBST_CLASSES+=		version
 SUBST_STAGE.version=	post-patch
-SUBST_SED.version=	-e "s|m4_esyscmd_s(\[make print-version\])|[${PV}]|"
+SUBST_SED.version=	-e "s|m4_esyscmd_s(\[make print-version\])|[${PKGVERSION_NOREV}]|"
 SUBST_FILES.version=	${WRKSRC}/configure.ac
 
 PKGCONFIG_OVERRIDE=	htslib.pc.in
 
-PV=	1.8
-
 pre-configure:
 	cd ${WRKSRC} && autoreconf
 


Home | Main Index | Thread Index | Old Index