diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-12 10:44:52 +0000 |
commit | 16bdf421beea716a7b610d4b5f6d95be8bf386c9 (patch) | |
tree | 32a787631a0e2f2e2b7c531a3ca775e8ea53cccb /net/bind96 | |
parent | a359776e04d5a40e54dbbe88f7858df561fc4ba5 (diff) | |
download | pkgsrc-16bdf421beea716a7b610d4b5f6d95be8bf386c9.tar.gz |
Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
Diffstat (limited to 'net/bind96')
-rw-r--r-- | net/bind96/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile index 8c2f8ae736e..5646d1a9d05 100644 --- a/net/bind96/Makefile +++ b/net/bind96/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2013/06/06 02:57:58 taca Exp $ +# $NetBSD: Makefile,v 1.41 2013/07/12 10:44:58 jperkin Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-ESV/.3.1.ESV/:S/-R/./: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}/ |