diff options
author | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-04-21 11:40:12 +0000 |
commit | a7fef9eb5b4619db0e91035e520e773c20fa2071 (patch) | |
tree | 5709b99f718fd966ea5f1033219742da1a507831 /net/bind916 | |
parent | 8f74bd47b9c7cfd2970deb094608e6c6b2133461 (diff) | |
download | pkgsrc-a7fef9eb5b4619db0e91035e520e773c20fa2071.tar.gz |
revbump for textproc/icu
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index cfdeabf3878..7c7569c97e7 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2021/03/21 04:16:17 taca Exp $ +# $NetBSD: Makefile,v 1.12 2021/04/21 11:42:23 adam Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz |