pkgsrc-WIP-changes archive

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

htslib: Bump minimum API version



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sun Sep 29 12:51:32 2024 -0500
Changeset:	b1b35f5ebe8bfddfa1b5f144b08d896c85a3047f

Modified Files:
	htslib/buildlink3.mk

Log Message:
htslib: Bump minimum API version

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

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

diffstat:
 htslib/buildlink3.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/htslib/buildlink3.mk b/htslib/buildlink3.mk
index 5c850a2b88..1de6375b87 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.17
-BUILDLINK_ABI_DEPENDS.htslib+=	htslib>=1.17
+BUILDLINK_API_DEPENDS.htslib+=	htslib>=1.21
+BUILDLINK_ABI_DEPENDS.htslib+=	htslib>=1.21
 BUILDLINK_PKGSRCDIR.htslib?=	../../wip/htslib
 
 .endif	# HTSLIB_BUILDLINK3_MK


Home | Main Index | Thread Index | Old Index