diff options
author | dougb <dougb@FreeBSD.org> | 2001-02-08 08:35:46 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-02-08 08:35:46 +0000 |
commit | 127abc717dd88fabf65e3eacc5a02692a3b72738 (patch) | |
tree | d8e31a958062c8650720a7a83e2717f096173a28 /dns/bind9/Makefile | |
parent | 0cce466a2f21ab770aa34507d3e187310424f857 (diff) | |
download | FreeBSD-ports-127abc717dd88fabf65e3eacc5a02692a3b72738.zip FreeBSD-ports-127abc717dd88fabf65e3eacc5a02692a3b72738.tar.gz |
Update to ISC's bug fix release. For those who wish to (or need to)
use BIND 9 this upgrade is highly recommended.
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 68064c3..2b8dcd7 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.1.0 -PORTREVISION= 1 +PORTVERSION= 9.1.1rc1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ |