diff options
Diffstat (limited to 'net/bind98/Makefile')
-rw-r--r-- | net/bind98/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind98/Makefile b/net/bind98/Makefile index 3fed99ba5d1..4ad4414be41 100644 --- a/net/bind98/Makefile +++ b/net/bind98/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2013/06/06 02:56:36 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \ http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/ @@ -15,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.8.4-P2 +BIND_VERSION= 9.8.5-P1 .include "../../mk/bsd.prefs.mk" |