pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  3 12:48:52 UTC 2023

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

Log Message:
bind916: restrict buildlink3.mk dependency to < 9.18 to avoid pulling in bind918


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind916/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/bind916/buildlink3.mk
diff -u pkgsrc/net/bind916/buildlink3.mk:1.2 pkgsrc/net/bind916/buildlink3.mk:1.3
--- pkgsrc/net/bind916/buildlink3.mk:1.2        Tue Jun 28 11:34:58 2022
+++ pkgsrc/net/bind916/buildlink3.mk    Mon Jul  3 12:48:51 2023
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2022/06/28 11:34:58 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2023/07/03 12:48:51 wiz Exp $
 
 BUILDLINK_TREE+=       bind
 
 .if !defined(BIND_BUILDLINK3_MK)
 BIND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.bind+=   bind>=9.16.0
+BUILDLINK_API_DEPENDS.bind+=   bind>=9.16.0<9.18
 BUILDLINK_ABI_DEPENDS.bind?=   bind>=9.16.30nb1
 BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind916
 .endif # BIND_BUILDLINK3_MK



Home | Main Index | Thread Index | Old Index