diff options
author | jseger <jseger@FreeBSD.org> | 1999-08-09 02:03:46 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-08-09 02:03:46 +0800 |
commit | 282fbb17788f19dd140af9da538387c0c61c1f59 (patch) | |
tree | 243d820cdebb586cf1e0cb6cf18204b1d5121485 /dns/bind95/Makefile | |
parent | eb322db4cd5a4af1328e80a336e34bfde70f030d (diff) | |
download | freebsd-ports-gnome-282fbb17788f19dd140af9da538387c0c61c1f59.tar.gz freebsd-ports-gnome-282fbb17788f19dd140af9da538387c0c61c1f59.tar.zst freebsd-ports-gnome-282fbb17788f19dd140af9da538387c0c61c1f59.zip |
Upgrade to bind 8.2.1
Submitted by: ust@cert.siemens.de
PR: ports/12875
Diffstat (limited to 'dns/bind95/Makefile')
-rw-r--r-- | dns/bind95/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 7a92129db8a0..586988b5551f 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -1,17 +1,15 @@ # New ports collection makefile for: bind -# Version required: 8.2 +# Version required: 8.2.1 # Date created: 18 July 1997 # Whom: jseger@scds.com # -# $Id: Makefile,v 1.10 1999/05/31 17:36:25 jseger Exp $ +# $Id: Makefile,v 1.12 1999/06/28 21:25:07 billf Exp $ # -DISTNAME= bind-8.2 +DISTNAME= bind-8.2.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ -PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2/ -DISTFILES= ${DISTNAME}-src.tar.gz ${DISTNAME}-doc.tar.gz -PATCHFILES= patch1 +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.1/ +DISTFILES= bind-src.tar.gz bind-doc.tar.gz MAINTAINER= jseger@FreeBSD.org |