svn commit: r476245 - head/biology/htslib
Fernando Apesteguía
fernape at FreeBSD.org
Thu Aug 2 19:27:14 UTC 2018
Author: fernape
Date: Thu Aug 2 19:27:13 2018
New Revision: 476245
URL: https://svnweb.freebsd.org/changeset/ports/476245
Log:
biology/htslib: update to 1.9
PR: 230170
Submitted by: ndowens.fbsd at yandex.com
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16568
Modified:
head/biology/htslib/Makefile
head/biology/htslib/distinfo
Modified: head/biology/htslib/Makefile
==============================================================================
--- head/biology/htslib/Makefile Thu Aug 2 18:48:22 2018 (r476244)
+++ head/biology/htslib/Makefile Thu Aug 2 19:27:13 2018 (r476245)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= htslib
-DISTVERSION= 1.8
+DISTVERSION= 1.9
CATEGORIES= biology devel
MAINTAINER= cartwright at asu.edu
@@ -14,14 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= bash:shells/bash
-USES= autoreconf gmake localbase pathfix perl5 shebangfix
+USES= autoreconf gmake localbase \
+ pathfix perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= samtools
USE_PERL5= test
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PATHFIX_MAKEFILEIN= Makefile
-SHEBANG_FILES= test/compare_sam.pl test/test.pl
+SHEBANG_FILES= test/compare_sam.pl \
+ test/test.pl
OPTIONS_DEFINE= CURL
OPTIONS_DEFAULT= CURL
Modified: head/biology/htslib/distinfo
==============================================================================
--- head/biology/htslib/distinfo Thu Aug 2 18:48:22 2018 (r476244)
+++ head/biology/htslib/distinfo Thu Aug 2 19:27:13 2018 (r476245)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1528766078
-SHA256 (samtools-htslib-1.8_GH0.tar.gz) = ad52105c0f9ce6474c8f5d2f208b8e71982436ee1ca5225162932b08aff48b23
-SIZE (samtools-htslib-1.8_GH0.tar.gz) = 1262465
+TIMESTAMP = 1532906408
+SHA256 (samtools-htslib-1.9_GH0.tar.gz) = d2e3cde77b8f874b37453c63390cd992901266336e9f70e871ef42402510467f
+SIZE (samtools-htslib-1.9_GH0.tar.gz) = 1285580
More information about the svn-ports-head
mailing list