diff options
author | dougb <dougb@FreeBSD.org> | 2003-03-04 17:44:15 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-03-04 17:44:15 +0800 |
commit | 19a3f0ff4992ab722e29b87c73a3b463700b13db (patch) | |
tree | f5eb2dec21eab82e46b566d82652158b15ff9938 /dns/bind9 | |
parent | 2a53e2cc0444393ea4c017f8f10072046a94b495 (diff) | |
download | freebsd-ports-gnome-19a3f0ff4992ab722e29b87c73a3b463700b13db.tar.gz freebsd-ports-gnome-19a3f0ff4992ab722e29b87c73a3b463700b13db.tar.zst freebsd-ports-gnome-19a3f0ff4992ab722e29b87c73a3b463700b13db.zip |
* 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
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 5 | ||||
-rw-r--r-- | dns/bind9/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 9b53cb7f0caa..7ef6b3323d36 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/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 \ diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo index c8c9d2f6bbf6..83f353a21d56 100644 --- a/dns/bind9/distinfo +++ b/dns/bind9/distinfo @@ -1 +1 @@ -MD5 (bind-9.2.2rc1.tar.gz) = e591be8890c53845133577ac7e042fb6 +MD5 (bind-9.2.2.tar.gz) = 6ea7d64a0856893ab3eb541ab7bbc725 |