summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-08-26 14:23:49 +0000
committerwiz <wiz@pkgsrc.org>2012-08-26 14:23:49 +0000
commit8546a8965792ac305b8d8cc98919b59f6d1ea4dc (patch)
tree48dffaa2f0a414ae6d65584af5a3335c50d6dcf1
parent874a9d9613ec8fdf7e8401acdac7cd0f6eb9c147 (diff)
downloadpkgsrc-8546a8965792ac305b8d8cc98919b59f6d1ea4dc.tar.gz
Make it clearer which package contains exactly which bind version.
Patch from Bug Hunting.
-rw-r--r--net/bind96/DESCR2
-rw-r--r--net/bind96/Makefile6
-rw-r--r--net/bind97/DESCR2
-rw-r--r--net/bind97/Makefile6
-rw-r--r--net/bind98/DESCR2
-rw-r--r--net/bind98/Makefile6
-rw-r--r--net/bind99/DESCR2
-rw-r--r--net/bind99/Makefile4
8 files changed, 19 insertions, 11 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
diff --git a/net/bind97/DESCR b/net/bind97/DESCR
index 33cb13d89a2..040ace8cf60 100644
--- a/net/bind97/DESCR
+++ b/net/bind97/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.7 release.
diff --git a/net/bind97/Makefile b/net/bind97/Makefile
index 48c90b9d7ee..df0ff9aa8a7 100644
--- a/net/bind97/Makefile
+++ b/net/bind97/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/07/24 21:01:11 spz Exp $
+# $NetBSD: Makefile,v 1.18 2012/08/26 14:23:49 wiz Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME: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.7 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.7.0
diff --git a/net/bind98/DESCR b/net/bind98/DESCR
index 33cb13d89a2..6fa2dfedb96 100644
--- a/net/bind98/DESCR
+++ b/net/bind98/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.8 release.
diff --git a/net/bind98/Makefile b/net/bind98/Makefile
index 494e0fd6de1..b0cf0874b1c 100644
--- a/net/bind98/Makefile
+++ b/net/bind98/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2012/07/24 20:16:21 spz Exp $
+# $NetBSD: Makefile,v 1.15 2012/08/26 14:23:49 wiz Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -8,8 +8,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.8 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.8.0
diff --git a/net/bind99/DESCR b/net/bind99/DESCR
index 33cb13d89a2..464ade30907 100644
--- a/net/bind99/DESCR
+++ b/net/bind99/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.9 release.
diff --git a/net/bind99/Makefile b/net/bind99/Makefile
index 697c4764aa6..3430e325975 100644
--- a/net/bind99/Makefile
+++ b/net/bind99/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/07/24 20:40:12 spz Exp $
+# $NetBSD: Makefile,v 1.10 2012/08/26 14:23:49 wiz Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P/pl/}
@@ -7,7 +7,7 @@ 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
+HOMEPAGE= http://www.isc.org/software/bind/
COMMENT= Version 9.9 of the Berkeley Internet Name Daemon, implementation of DNS
CONFLICTS+= bind<9.9.0