diff options
author | dougb <dougb@FreeBSD.org> | 2001-10-10 05:18:09 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-10-10 05:18:09 +0000 |
commit | a1a00f4d387ba3d40264b8842f2c02b78fe1e25f (patch) | |
tree | 8b486b3b7f8cfc915759ecb0749e60917262f64d | |
parent | 4807bdbbe1f1487a6d242ebf35877a483db5fd92 (diff) | |
download | FreeBSD-ports-a1a00f4d387ba3d40264b8842f2c02b78fe1e25f.zip FreeBSD-ports-a1a00f4d387ba3d40264b8842f2c02b78fe1e25f.tar.gz |
* 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.
-rw-r--r-- | dns/bind8/Makefile | 13 | ||||
-rw-r--r-- | dns/bind8/distinfo | 4 | ||||
-rw-r--r-- | net/bind8/Makefile | 13 | ||||
-rw-r--r-- | net/bind8/distinfo | 4 |
4 files changed, 26 insertions, 8 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 80a006c..69c047f 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 d5876b6..af42744 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 diff --git a/net/bind8/Makefile b/net/bind8/Makefile index 80a006c..69c047f 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 diff --git a/net/bind8/distinfo b/net/bind8/distinfo index d5876b6..af42744 100644 --- a/net/bind8/distinfo +++ b/net/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 |