diff options
Diffstat (limited to 'net/bind96')
-rw-r--r-- | net/bind96/DESCR | 2 | ||||
-rw-r--r-- | net/bind96/Makefile | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net/bind96/DESCR b/net/bind96/DESCR index 33cb13d89a2..87fda6116ca 100644 --- a/net/bind96/DESCR +++ b/net/bind96/DESCR @@ -11,3 +11,5 @@ of the important features of BIND-9 are: - Full NSEC3 support - Automatic zone re-signing - New update-policy methods tcp-self and 6to4-self + +This package contains the BIND 9.6 release. diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 61f284ea8a3..a2302f03e97 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/07/24 21:14:19 spz Exp $ +# $NetBSD: Makefile,v 1.29 2012/08/26 14:23:49 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./:S/-P/pl/} @@ -7,8 +7,8 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.isc.org/software/bind -COMMENT= Version 9 of the Berkeley Internet Name Daemon, implementation of DNS +HOMEPAGE= http://www.isc.org/software/bind/ +COMMENT= Version 9.6 of the Berkeley Internet Name Daemon, implementation of DNS CONFLICTS+= bind<9.6.0 |