diff options
author | dougb <dougb@FreeBSD.org> | 2002-04-08 16:32:47 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-04-08 16:32:47 +0800 |
commit | cf52813a3925cc438581decf1d8a1e69afbf41a8 (patch) | |
tree | 48cb018ab60a2935147b7d7ecdadf670f6cd76f2 /dns/bind96 | |
parent | 614d988fae8db1eda9615017d9c9d46326bbd2e8 (diff) | |
download | freebsd-ports-gnome-cf52813a3925cc438581decf1d8a1e69afbf41a8.tar.gz freebsd-ports-gnome-cf52813a3925cc438581decf1d8a1e69afbf41a8.tar.zst freebsd-ports-gnome-cf52813a3925cc438581decf1d8a1e69afbf41a8.zip |
Upgrade to 9.2.1rc2, the latest from ISC. Numerous bugs were fixed,
see /usr/local/share/doc/bind9/CHANGES after installation for details.
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 6 | ||||
-rw-r--r-- | dns/bind96/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 3f36f27a37d7..ca43319efb78 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -12,18 +12,18 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.2.1.rc1 +PORTVERSION= 9.2.1.rc2 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${ISCVERSION}/ \ ftp://ftp.nominum.com/pub/isc/bind9/${ISCVERSION}/ \ ftp://ftp.nerdc.ufl.edu/pub/mirrors/ftp.isc.org/isc/bind9/${ISCVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${ISCVERSION}/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/bind9/${ISCVERSION}/,} -DISTFILES= bind-9.2.1rc1.tar.gz +DISTFILES= bind-9.2.1rc2.tar.gz MAINTAINER= DougB@FreeBSD.org -ISCVERSION= 9.2.1rc1 +ISCVERSION= 9.2.1rc2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index a910839b1a8a..b531800362c6 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1 +1 @@ -MD5 (bind-9.2.1rc1.tar.gz) = 8eb02ab4ed0eb2d3b506a043f21cda82 +MD5 (bind-9.2.1rc2.tar.gz) = 8761dde1aaf19a008dbcf559bd1e9ee6 |