diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-15 01:03:44 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-15 01:03:44 +0000 |
commit | da838428c138dd948ac2efffa9d81e27a0d57078 (patch) | |
tree | 5ece9adf5d2533e7d3157583392fea90f34ad2c3 /dns/bind9/Makefile | |
parent | 040682ef656b8b60b32e68c12aec3fd745af204e (diff) | |
download | FreeBSD-ports-da838428c138dd948ac2efffa9d81e27a0d57078.zip FreeBSD-ports-da838428c138dd948ac2efffa9d81e27a0d57078.tar.gz |
Upgrade to 8.2.2 patch 5
Diffstat (limited to 'dns/bind9/Makefile')
-rw-r--r-- | dns/bind9/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index da98b80..136af25 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/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 |