From a1a00f4d387ba3d40264b8842f2c02b78fe1e25f Mon Sep 17 00:00:00 2001 From: dougb Date: Wed, 10 Oct 2001 05:18:09 +0000 Subject: * 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. --- net/bind8/Makefile | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'net/bind8/Makefile') 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 -- cgit