pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/grpc



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Jan  5 17:01:19 UTC 2020

Modified Files:
        pkgsrc/net/grpc: PLIST distinfo
        pkgsrc/net/grpc/patches: patch-CMakeLists.txt

Log Message:
grpc: Add a version number to libupb too

Fixes PLIST mismatches.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/grpc/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/grpc/patches/patch-CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/grpc/PLIST
diff -u pkgsrc/net/grpc/PLIST:1.13 pkgsrc/net/grpc/PLIST:1.14
--- pkgsrc/net/grpc/PLIST:1.13  Fri Jan  3 08:21:36 2020
+++ pkgsrc/net/grpc/PLIST       Sun Jan  5 17:01:19 2020
@@ -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

Index: pkgsrc/net/grpc/distinfo
diff -u pkgsrc/net/grpc/distinfo:1.19 pkgsrc/net/grpc/distinfo:1.20
--- pkgsrc/net/grpc/distinfo:1.19       Fri Jan  3 08:21:36 2020
+++ pkgsrc/net/grpc/distinfo    Sun Jan  5 17:01:19 2020
@@ -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

Index: pkgsrc/net/grpc/patches/patch-CMakeLists.txt
diff -u pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.7 pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.8
--- pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.7    Fri Jan  3 08:21:36 2020
+++ pkgsrc/net/grpc/patches/patch-CMakeLists.txt        Sun Jan  5 17:01:19 2020
@@ -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()



Home | Main Index | Thread Index | Old Index