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/bind94/Makefile | |
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/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 3f36f27a37d7..ca43319efb78 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/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 |