diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-10-10 05:18:09 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-10-10 05:18:09 +0000 |
commit | fb6eb3b47a4f5f55da8b0d2a150cae6d3f637fb7 (patch) | |
tree | 4c0445b38b46a2382ba24ac81957c313c14003c3 /net/bind8/Makefile | |
parent | Upgrade to 2.8.5.dev.3 (diff) |
* Update to 8.2.5, which contains, "Minor bug fixes and portability changes."
* Add a note explaining why I don't update this port immediately after a new
release, and add some of ISC's mirrors.
Notes
Notes:
svn path=/head/; revision=48642
Diffstat (limited to 'net/bind8/Makefile')
-rw-r--r-- | net/bind8/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 80a006c92650..69c047f8d685 100644 --- a/net/bind8/Makefile +++ b/net/bind8/Makefile @@ -5,10 +5,19 @@ # $FreeBSD$ # +# I stay very aware of developments regarding BIND. I frequently delay updating +# this port from a known-stable version due to concerns about stability of a +# newer version. If you are interested in using the most recent ISC release +# you can generally build it cleanly from the source. - Doug + PORTNAME= bind -PORTVERSION= 8.2.4 +PORTVERSION= 8.2.5 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.4/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/${PORTVERSION}/ \ + ftp://ftp.epix.net/pub/isc/bind/src/${PORTVERSION}/ \ + ftp://ftp.nominum.com/pub/isc/bind/src/${PORTVERSION}/ \ + ftp://ftp.grolier.fr/pub/isc/bind/src/${PORTVERSION}/ + DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= DougB@FreeBSD.org |