pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
htslib: Fix bl3 version
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By: outpaddling
Date: Wed Jun 25 07:11:50 2025 -0500
Changeset: 352b145f247037b1e0d427f986ebca16dfe4deee
Modified Files:
htslib/buildlink3.mk
Log Message:
htslib: Fix bl3 version
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=352b145f247037b1e0d427f986ebca16dfe4deee
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 1de6375b87..7febe3c0fc 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.21
-BUILDLINK_ABI_DEPENDS.htslib+= htslib>=1.21
+BUILDLINK_API_DEPENDS.htslib+= htslib>=1.22
+BUILDLINK_ABI_DEPENDS.htslib+= htslib>=1.22
BUILDLINK_PKGSRCDIR.htslib?= ../../wip/htslib
.endif # HTSLIB_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index