diff options
author | kim <kim@pkgsrc.org> | 2021-11-11 12:02:46 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2021-11-11 12:02:46 +0000 |
commit | a151b1671b5f7e57d266a06e6305db2e3dbd348a (patch) | |
tree | 6479917124641f62b944fc15da835a9f0e9a9d71 /net/bind916 | |
parent | 59a5971af6561f71ccb4743ecb0041934c771811 (diff) | |
download | pkgsrc-a151b1671b5f7e57d266a06e6305db2e3dbd348a.tar.gz |
*: Revbump for protobuf-3.19.0
Fix for: Shared object "libprotobuf.so.29" not found
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 57590428445..6ee38650a08 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2021/10/29 06:01:19 taca Exp $ +# $NetBSD: Makefile,v 1.30 2021/11/11 12:02:49 kim 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 |