diff options
Diffstat (limited to 'net/bind99/Makefile')
-rw-r--r-- | net/bind99/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 7f0b8c0d09b..e77ea8ac0c3 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2013/07/12 10:44:59 jperkin Exp $ +# $NetBSD: Makefile,v 1.28 2013/07/27 03:20:07 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.9.3-P1 +BIND_VERSION= 9.9.3-P2 .include "../../mk/bsd.prefs.mk" |