diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-07-24 18:10:31 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-07-24 18:10:31 +0000 |
commit | 832ba252d46d2427cc93fdf24564f8f086a2338e (patch) | |
tree | 866551b520c3a7100300156163c22f771ebad6ee /dns/bind95/Makefile | |
parent | Update port to base64-1.3. (diff) |
Update port version to ISC's latest stable release
Diffstat (limited to 'dns/bind95/Makefile')
-rw-r--r-- | dns/bind95/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index ece80e3fdf3e..295672deca5a 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -5,8 +5,14 @@ # $FreeBSD$ # +# I stay very aware of developments with BIND in general, and with +# BIND 9 in particular. I frequently delay updating this port from +# a known-stable version due to concerns about stability of a newer +# version. If you are concerned about using the most recent ISC +# release you can generally build it cleanly from the source - Doug + PORTNAME= bind -PORTVERSION= 9.1.3rc1 +PORTVERSION= 9.1.3 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ \ |