pkgsrc-WIP-changes archive

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

htslib: Upgrade to 1.9, add libcurl dep



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 19 09:11:21 2018 -0500
Changeset:	46d3dc3a1144be070bae6a8dc5ad6eaa0121574b

Modified Files:
	htslib/Makefile
	htslib/distinfo

Log Message:
htslib: Upgrade to 1.9, add libcurl dep

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

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

diffstat:
 htslib/Makefile | 3 ++-
 htslib/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 6a42b40808..092a2ede94 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	htslib-1.8
+DISTNAME=	htslib-1.9
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=samtools/}
 GITHUB_PROJECT=	htslib
@@ -28,4 +28,5 @@ pre-configure:
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../archivers/bzip2/buildlink3.mk"
 .include "../../archivers/xz/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/htslib/distinfo b/htslib/distinfo
index 5f0705a243..71e0a29262 100644
--- a/htslib/distinfo
+++ b/htslib/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (htslib-1.8.tar.gz) = bc9dd2ca08de99b0b30bb7f5d64bfa0e8c3d35fd
-RMD160 (htslib-1.8.tar.gz) = 400ee0a4994c01e314394bd6a2dceedaa93ec7af
-SHA512 (htslib-1.8.tar.gz) = 888c815d5b202a624cfc99dfe4f795825defd4dcd2420153314096c8fe79532e0a21e0be6bd3b5a4f86dfa1e7c4524271b3f960ab871812abe5a1961d05d568c
-Size (htslib-1.8.tar.gz) = 1262465 bytes
+SHA1 (htslib-1.9.tar.gz) = 0bf3cb05883a38ea4da10711e833b007df723cc1
+RMD160 (htslib-1.9.tar.gz) = 8dbb5b435c91c461e17c71b2c14f1939884188e1
+SHA512 (htslib-1.9.tar.gz) = d44f6e47c4afb83adf78931fdd4dee38c2ffbf20c562f5c591369d875335dee669c3b9d93b7993e988f396fce34e23de0443f8cd41bdef0f21a8585ef95a9f29
+Size (htslib-1.9.tar.gz) = 1285580 bytes


Home | Main Index | Thread Index | Old Index