pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan  5 01:53:35 UTC 2024

Modified Files:
        pkgsrc/net/bind918: buildlink3.mk

Log Message:
net/bind918: fix BUILDLINK_ABI_DEPENDS

We have 9.8.21 but not yet 9.18.30nb1.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind918/buildlink3.mk

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

Modified files:

Index: pkgsrc/net/bind918/buildlink3.mk
diff -u pkgsrc/net/bind918/buildlink3.mk:1.1 pkgsrc/net/bind918/buildlink3.mk:1.2
--- pkgsrc/net/bind918/buildlink3.mk:1.1        Sun Dec 11 01:57:55 2022
+++ pkgsrc/net/bind918/buildlink3.mk    Fri Jan  5 01:53:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2022/12/11 01:57:55 sekiya Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2024/01/05 01:53:35 taca Exp $
 
 BUILDLINK_TREE+=       bind
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        bind
 BIND_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.bind+=   bind>=9.18.0
-BUILDLINK_ABI_DEPENDS.bind?=   bind>=9.18.30nb1
+BUILDLINK_ABI_DEPENDS.bind?=   bind>=9.18.21
 BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind918
 .endif # BIND_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index