diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-04-08 08:32:47 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-04-08 08:32:47 +0000 |
commit | 31d52c8c9804643a344d34fc79c6b5424c11c173 (patch) | |
tree | 1559c80282a477e007c56399a0fda4f43d137bcf /dns/bind96 | |
parent | Update to 2.0.35 (first GA release!) (diff) |
Upgrade to 9.2.1rc2, the latest from ISC. Numerous bugs were fixed,
see /usr/local/share/doc/bind9/CHANGES after installation for details.
Notes
Notes:
svn path=/head/; revision=57425
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 |