pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind9 Require version 9.2.3nb4 or newer of the "bi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd351e5f728
branches:  trunk
changeset: 473063:3cd351e5f728
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Apr 15 20:20:49 2004 +0000

description:
Require version 9.2.3nb4 or newer of the "bind9" package because previous
versions were incomplete.

diffstat:

 net/bind9/buildlink2.mk |  4 ++--
 net/bind9/buildlink3.mk |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r afaa52e04ea4 -r 3cd351e5f728 net/bind9/buildlink2.mk
--- a/net/bind9/buildlink2.mk   Thu Apr 15 20:15:19 2004 +0000
+++ b/net/bind9/buildlink2.mk   Thu Apr 15 20:20:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.2 2004/03/26 02:27:47 wiz Exp $
+# $NetBSD: buildlink2.mk,v 1.3 2004/04/15 20:20:49 tron Exp $
 #
 # This Makefile fragment is included by packages that use bind.
 #
@@ -10,7 +10,7 @@
 
 BUILDLINK_PACKAGES+=                   bind
 BUILDLINK_DEPENDS.bind?=               bind>=9.2.2
-BUILDLINK_RECOMMENDED.bind?=           bind>=9.2.3nb2
+BUILDLINK_RECOMMENDED.bind?=           bind>=9.2.3nb4
 BUILDLINK_PKGSRCDIR.bind?=             ../../net/bind9
 
 EVAL_PREFIX+=  BUILDLINK_PREFIX.bind=bind
diff -r afaa52e04ea4 -r 3cd351e5f728 net/bind9/buildlink3.mk
--- a/net/bind9/buildlink3.mk   Thu Apr 15 20:15:19 2004 +0000
+++ b/net/bind9/buildlink3.mk   Thu Apr 15 20:20:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/04/14 20:26:51 snj Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/04/15 20:20:49 tron Exp $
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 BIND_BUILDLINK3_MK:=   ${BIND_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@
 
 .if !empty(BIND_BUILDLINK3_MK:M+)
 BUILDLINK_DEPENDS.bind+=       bind>=9.2.2
-BUILDLINK_RECOMMENDED.bind?=   bind>=9.2.3nb2
+BUILDLINK_RECOMMENDED.bind?=   bind>=9.2.3nb4
 BUILDLINK_PKGSRCDIR.bind?=     ../../net/bind9
 .endif # BIND_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index