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 /dns | |
parent | 77bf84c1a753a89e1e9b9d6c29f6c81578f9e530 (diff) | |
download | ports-fb6eb3b47a4f5f55da8b0d2a150cae6d3f637fb7.tar.gz ports-fb6eb3b47a4f5f55da8b0d2a150cae6d3f637fb7.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind8/Makefile | 13 | ||||
-rw-r--r-- | dns/bind8/distinfo | 4 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 80a006c92650..69c047f8d685 100644 --- a/dns/bind8/Makefile +++ b/dns/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 diff --git a/dns/bind8/distinfo b/dns/bind8/distinfo index d5876b63e577..af427444eeaf 100644 --- a/dns/bind8/distinfo +++ b/dns/bind8/distinfo @@ -1,2 +1,2 @@ -MD5 (bind-src.tar.gz) = f4d120b90a131bce6bed1f6eaac156cd -MD5 (bind-doc.tar.gz) = 62b4fdc9874404b8eba7419847fc3397 +MD5 (bind-src.tar.gz) = 91ccd5cb59f8fcfa7e2a804d6a65850c +MD5 (bind-doc.tar.gz) = 53daa296c0ccc656dc371fb5ba8ce28e |