diff options
author | leot <leot@pkgsrc.org> | 2020-01-05 17:01:19 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2020-01-05 17:01:19 +0000 |
commit | c6ef53e6e300f0e3f55dfc81dbb2fa67f271bf72 (patch) | |
tree | 4ba1962c39cf38d7b782d8b77084c0570f5d57c0 /net/grpc | |
parent | 94c29851b341398806b8890b08dca8a3f393a211 (diff) | |
download | pkgsrc-c6ef53e6e300f0e3f55dfc81dbb2fa67f271bf72.tar.gz |
grpc: Add a version number to libupb too
Fixes PLIST mismatches.
Diffstat (limited to 'net/grpc')
-rw-r--r-- | net/grpc/PLIST | 4 | ||||
-rw-r--r-- | net/grpc/distinfo | 4 | ||||
-rw-r--r-- | net/grpc/patches/patch-CMakeLists.txt | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net/grpc/PLIST b/net/grpc/PLIST index e7dcdb0dd9f..64452362193 100644 --- a/net/grpc/PLIST +++ b/net/grpc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2020/01/03 08:21:36 adam Exp $ +@comment $NetBSD: PLIST,v 1.14 2020/01/05 17:01:19 leot Exp $ bin/grpc_cpp_plugin bin/grpc_csharp_plugin bin/grpc_node_plugin @@ -322,7 +322,7 @@ lib/libgrpcpp_channelz.so.${PKGVERSION} lib/libgrpcpp_channelz.so.1 lib/libupb.so lib/libupb.so.${PKGVERSION} -lib/libupb.so.9 +lib/libupb.so.1 lib/pkgconfig/gpr.pc lib/pkgconfig/grpc++.pc lib/pkgconfig/grpc++_unsecure.pc diff --git a/net/grpc/distinfo b/net/grpc/distinfo index 4e8e994627b..16ed10dedb0 100644 --- a/net/grpc/distinfo +++ b/net/grpc/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.19 2020/01/03 08:21:36 adam Exp $ +$NetBSD: distinfo,v 1.20 2020/01/05 17:01:19 leot Exp $ SHA1 (grpc-1.26.0.tar.gz) = 69ac73b58c058e4c48ec1192f1a1c67a46f5194d RMD160 (grpc-1.26.0.tar.gz) = fb95bf93628ee6d0f164e9c39c1d64caa9a99835 SHA512 (grpc-1.26.0.tar.gz) = 4f7d067c582d0a9be7b7d4dd1e08acdbe6ff0686dfe92b5db5b7927f779410a4237acfd1c61d9f79eb2d00f86cf93cc7492fa372c1877e57c1aa23e9bb2648bb Size (grpc-1.26.0.tar.gz) = 16673794 bytes -SHA1 (patch-CMakeLists.txt) = 90fee82c0625d71ec3c086ca21364c1b4e4bcfda +SHA1 (patch-CMakeLists.txt) = 066bc15aa631322154aee2c153c8167bee4001fb SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = aff0ff2ff52753c3a169d1f7b939b894dda013f9 diff --git a/net/grpc/patches/patch-CMakeLists.txt b/net/grpc/patches/patch-CMakeLists.txt index c8c92857b3d..73e3055a711 100644 --- a/net/grpc/patches/patch-CMakeLists.txt +++ b/net/grpc/patches/patch-CMakeLists.txt @@ -1,4 +1,4 @@ -$NetBSD: patch-CMakeLists.txt,v 1.7 2020/01/03 08:21:36 adam Exp $ +$NetBSD: patch-CMakeLists.txt,v 1.8 2020/01/05 17:01:19 leot Exp $ Add version number to shared libraries. @@ -13,7 +13,7 @@ Add version number to shared libraries. ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR} --cpp_out=${_gRPC_PROTO_GENS_DIR} --plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN} -@@ -18361,6 +18361,23 @@ install(FILES +@@ -18361,6 +18361,24 @@ install(FILES DESTINATION ${gRPC_INSTALL_CMAKEDIR} ) @@ -30,6 +30,7 @@ Add version number to shared libraries. + grpc_plugin_support + grpc_unsecure + grpcpp_channelz ++ upb +) + set_target_properties(${_lib} PROPERTIES VERSION ${PACKAGE_VERSION} SOVERSION 1) +endforeach() |