diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 06:38:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 06:38:30 +0000 |
commit | c52224af1507ede2a3174a81613831ec7c9d3667 (patch) | |
tree | 41ed430d43cac4b0b5e33dfb545baf080469d01d /net/bind910 | |
parent | 2069375506bd523b5d927581f6cce71a54625075 (diff) | |
download | pkgsrc-c52224af1507ede2a3174a81613831ec7c9d3667.tar.gz |
Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.
Diffstat (limited to 'net/bind910')
-rw-r--r-- | net/bind910/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind910/Makefile b/net/bind910/Makefile index 0ac3168cc2a..2ab94d2be31 100644 --- a/net/bind910/Makefile +++ b/net/bind910/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2016/05/11 11:26:30 taca Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/09 06:38:40 wiz Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ |