diff options
author | itojun <itojun@pkgsrc.org> | 2002-11-17 16:03:12 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-11-17 16:03:12 +0000 |
commit | 9827b693b031194056b645441b68840da53af102 (patch) | |
tree | 504476dabc82dfcdcbafae0339fcce0f7a67b244 /net/bind4/Makefile | |
parent | badf01ab874d598bb7d09a438cfbfcb78aad9e2a (diff) | |
download | pkgsrc-9827b693b031194056b645441b68840da53af102.tar.gz |
upgrade to 4.9.11. security patches are already applied in 4.9.10nb1,
so it is just to sync with official release tarball.
Diffstat (limited to 'net/bind4/Makefile')
-rw-r--r-- | net/bind4/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile index 147c202a7db..deb2f77d520 100644 --- a/net/bind4/Makefile +++ b/net/bind4/Makefile @@ -1,19 +1,15 @@ -# $NetBSD: Makefile,v 1.10 2002/11/14 04:07:28 itojun Exp $ +# $NetBSD: Makefile,v 1.11 2002/11/17 16:03:12 itojun Exp $ # -DISTNAME= bind-4.9.10-REL -PKGNAME= bind-4.9.10 -PKGREVISION= 1 +DISTNAME= bind-4.9.11-REL +PKGNAME= bind-4.9.11 CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.10/ +MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.11/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.isc.org/ COMMENT= The BIND name server, version 4, as an alternative to BIND 8 -PATCH_SITES= http://www.isc.org/products/BIND/patches/ -PATCHFILES= bind4910.diff - WRKSRC= ${WRKDIR} .if !exists(/usr/sbin/named-bootconf) |