pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind912



Module Name:    pkgsrc
Committed By:   tnn
Date:           Tue Sep 25 18:07:37 UTC 2018

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

Log Message:
bind912: fix bl3 reference


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind912/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/bind912/buildlink3.mk
diff -u pkgsrc/net/bind912/buildlink3.mk:1.1 pkgsrc/net/bind912/buildlink3.mk:1.2
--- pkgsrc/net/bind912/buildlink3.mk:1.1        Sun Sep  9 13:16:01 2018
+++ pkgsrc/net/bind912/buildlink3.mk    Tue Sep 25 18:07:37 2018
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2018/09/09 13:16:01 taca Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2018/09/25 18:07:37 tnn Exp $
 
 BUILDLINK_TREE+=       bind
 
 .if !defined(BIND_BUILDLINK3_MK)
 BIND_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.bind+=   bind>=9.11.0
-BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind911
+BUILDLINK_API_DEPENDS.bind+=   bind>=9.12.0
+BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind912
 .endif # BIND_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -bind



Home | Main Index | Thread Index | Old Index