1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

devel/grpc: Update to 1.40.0

Changes:	https://github.com/grpc/grpc/releases
This commit is contained in:
Po-Chuan Hsieh 2021-09-21 11:06:49 +08:00
parent 11e71f6720
commit b02bca20fa
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# Created by: vanilla@
PORTNAME= grpc
PORTVERSION= 1.39.0
PORTVERSION= 1.40.0
DISTVERSIONPREFIX= v
PORTEPOCH= 2
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1627120804
SHA256 (grpc-grpc-v1.39.0_GH0.tar.gz) = b16992aa1c949c10d5d5ce2a62f9d99fa7de77da2943e643fb66dcaf075826d6
SIZE (grpc-grpc-v1.39.0_GH0.tar.gz) = 8378094
TIMESTAMP = 1632036848
SHA256 (grpc-grpc-v1.40.0_GH0.tar.gz) = 13e7c6460cd979726e5b3b129bb01c34532f115883ac696a75eb7f1d6a9765ed
SIZE (grpc-grpc-v1.40.0_GH0.tar.gz) = 8339742

View File

@ -1,13 +1,13 @@
Remove openssl from grpc.pc because we do not ship openssl.pc in base system
--- CMakeLists.txt.orig 2021-06-19 00:53:16 UTC
--- CMakeLists.txt.orig 2021-09-03 23:20:52 UTC
+++ CMakeLists.txt
@@ -15696,7 +15696,7 @@ generate_pkgconfig(
@@ -16064,7 +16064,7 @@ generate_pkgconfig(
"gRPC"
"high performance general RPC framework"
"${gRPC_CORE_VERSION}"
- "gpr openssl absl_base absl_bind_front absl_flat_hash_map absl_inlined_vector absl_memory absl_optional absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time"
+ "gpr absl_base absl_bind_front absl_flat_hash_map absl_inlined_vector absl_memory absl_optional absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time"
- "gpr openssl absl_base absl_bind_front absl_cord absl_core_headers absl_flat_hash_map absl_inlined_vector absl_memory absl_optional absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time"
+ "gpr absl_base absl_bind_front absl_cord absl_core_headers absl_flat_hash_map absl_inlined_vector absl_memory absl_optional absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time"
"-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz"
""
"grpc.pc")