summaryrefslogtreecommitdiff
path: root/dns/bind94/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2003-03-04 09:44:15 +0000
committerDoug Barton <dougb@FreeBSD.org>2003-03-04 09:44:15 +0000
commitd891e5ba6c8a6294f22f1c67290ade2d71762967 (patch)
treede9cf52409cfbc82998494c716cbd3fe6689226d /dns/bind94/Makefile
parentSwitch to Makefile comment (diff)
* Update to version 9.2.2, the latest from ISC. This version contains no
new features compared to 9.2.1, only bug fixes. Users of BIND 9 are highly encouraged to upgrade. * Switch to Makefile COMMENT
Notes
Notes: svn path=/head/; revision=76841
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r--dns/bind94/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile
index 9b53cb7f0caa..7ef6b3323d36 100644
--- a/dns/bind94/Makefile
+++ b/dns/bind94/Makefile
@@ -12,7 +12,7 @@
# release you can generally build it cleanly from the source - Doug
PORTNAME= bind9
-PORTVERSION= 9.2.2.rc1
+PORTVERSION= 9.2.2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_ISC} \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,}
@@ -20,9 +20,10 @@ MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
DISTFILES= bind-${ISCVERSION}.tar.gz
MAINTAINER= DougB@FreeBSD.org
+COMMENT= Completely new version of the BIND DNS server
# ISC releases things like 9.2.2rc1, which our versioning doesn't like
-ISCVERSION= 9.2.2rc1
+ISCVERSION= 9.2.2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \