pkgsrc-WIP-changes archive

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

htslib: Update to 1.17



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Feb 24 17:38:45 2023 -0600
Changeset:	d3df86d82d85901cf99c9c9d5b52f365c07ba471

Modified Files:
	htslib/Makefile
	htslib/buildlink3.mk
	htslib/distinfo

Log Message:
htslib: Update to 1.17

Numerous enhancements and bug fixes

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

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

diffstat:
 htslib/Makefile      | 2 +-
 htslib/buildlink3.mk | 4 ++--
 htslib/distinfo      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/htslib/Makefile b/htslib/Makefile
index 3d6a843d48..017e329f01 100644
--- a/htslib/Makefile
+++ b/htslib/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	htslib-1.15
+DISTNAME=	htslib-1.17
 CATEGORIES=	biology
 # Github-generated distfiles are incomplete, use custom tarballs instead
 MASTER_SITES=	https://github.com/samtools/htslib/releases/download/${PKGVERSION_NOREV}/
diff --git a/htslib/buildlink3.mk b/htslib/buildlink3.mk
index 93892dba99..5c850a2b88 100644
--- a/htslib/buildlink3.mk
+++ b/htslib/buildlink3.mk
@@ -5,8 +5,8 @@ BUILDLINK_TREE+=	htslib
 .if !defined(HTSLIB_BUILDLINK3_MK)
 HTSLIB_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.14
-BUILDLINK_ABI_DEPENDS.htslib+=	htslib>=1.14
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.17
+BUILDLINK_ABI_DEPENDS.htslib+=	htslib>=1.17
 BUILDLINK_PKGSRCDIR.htslib?=	../../wip/htslib
 
 .endif	# HTSLIB_BUILDLINK3_MK
diff --git a/htslib/distinfo b/htslib/distinfo
index 9d61c39397..3076fbd2a8 100644
--- a/htslib/distinfo
+++ b/htslib/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (htslib-1.15.tar.bz2) = 74f4c5e815b6276507762ca956232a44784bd6d085534c2853cbaf22a29127ce
-SHA512 (htslib-1.15.tar.bz2) = b87ce3eaa63a731d812953129f1c9aa857fe896ea9e924b7eb92173d8e624dd45e5582b3a97e7120ff7fe339e4d40148077424029626f50372b3f164093aa6cc
-Size (htslib-1.15.tar.bz2) = 4141168 bytes
+BLAKE2s (htslib-1.17.tar.bz2) = 01a90e639179c0f819a24f74cfe232963699c79b94c153e45f23a2bccac50373
+SHA512 (htslib-1.17.tar.bz2) = 624ab449d57713dab2d34399926c065f8cff8a45e6fbe68e0bb518c601421f587b613caeb095f8639b1d67cdb4a65d658c85f942173bcaa48da026fe15def5d3
+Size (htslib-1.17.tar.bz2) = 4619884 bytes


Home | Main Index | Thread Index | Old Index