diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-15 01:03:44 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-11-15 01:03:44 +0000 |
commit | 2d8e4c1345e12c4c4c4941aa2b2776d4474c8905 (patch) | |
tree | 729bc8abe926b182153556aa65f294d827e7ee63 /dns/bind96/Makefile | |
parent | b0f8db3b556afaa63b3a5cddb46cb530934f4346 (diff) | |
download | ports-2d8e4c1345e12c4c4c4941aa2b2776d4474c8905.tar.gz ports-2d8e4c1345e12c4c4c4941aa2b2776d4474c8905.zip |
Notes
Diffstat (limited to 'dns/bind96/Makefile')
-rw-r--r-- | dns/bind96/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index da98b8013f83..136af25adf71 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -1,19 +1,16 @@ # New ports collection makefile for: bind -# Version required: 8.2.2-P3 + patch4 +# Version required: 8.2.2-P5 # Date created: 18 July 1997 # Whom: jseger@scds.com # # $FreeBSD$ # -DISTNAME= bind-8.2.2.p3 +DISTNAME= bind-8.2.2.p5 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P3/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P5/ DISTFILES= bind-src.tar.gz bind-doc.tar.gz -PATCH_SITES= ftp://ftp.isc.org/isc/bind/src/8.2.2-P3/ -PATCHFILES= patch4 - MAINTAINER= jseger@FreeBSD.org Y2K= http://www.isc.org/y2k.html |