diff options
author | wiz <wiz> | 2004-03-26 02:27:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-26 02:27:34 +0000 |
commit | f1c1f779e018f5392a5ca82138751c50dddcfb51 (patch) | |
tree | 41dd3b7f8e57da510c64a490aa410798a76dec65 /net/bind9 | |
parent | bf3b70447327939f1096767ebe5c582f7daf50d0 (diff) | |
download | pkgsrc-f1c1f779e018f5392a5ca82138751c50dddcfb51.tar.gz |
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 4 | ||||
-rw-r--r-- | net/bind9/buildlink2.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 9dbe585b207..ea52858f39e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.55 2004/02/14 17:21:46 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2004/03/26 02:27:47 wiz Exp $ # DISTNAME= bind-${BIND_VERSION} PKGNAME= bind-${BIND_VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ diff --git a/net/bind9/buildlink2.mk b/net/bind9/buildlink2.mk index 3af6d2ffbd4..30861e00492 100644 --- a/net/bind9/buildlink2.mk +++ b/net/bind9/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.1 2003/05/12 17:17:35 jmmv Exp $ +# $NetBSD: buildlink2.mk,v 1.2 2004/03/26 02:27:47 wiz Exp $ # # This Makefile fragment is included by packages that use bind. # @@ -10,6 +10,7 @@ BIND_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= bind BUILDLINK_DEPENDS.bind?= bind>=9.2.2 +BUILDLINK_RECOMMENDED.bind?= bind>=9.2.3nb2 BUILDLINK_PKGSRCDIR.bind?= ../../net/bind9 EVAL_PREFIX+= BUILDLINK_PREFIX.bind=bind |