1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/rubygem-grpc: Update to 1.59.0

Changes:	https://github.com/grpc/grpc/releases
This commit is contained in:
Po-Chuan Hsieh 2023-11-01 09:53:00 +08:00
parent 765f62e970
commit 3b93925ed3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= grpc
PORTVERSION= 1.58.0
PORTVERSION= 1.59.0
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcares.so:dns/c-ares \
libgrpc.so:devel/grpc
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
rubygem-google-protobuf>=3.23<4:devel/rubygem-google-protobuf \
rubygem-google-protobuf>=3.24<4:devel/rubygem-google-protobuf \
rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types
USES= cpe gem gmake pkgconfig

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1694348362
SHA256 (rubygem/grpc-1.58.0.gem) = 0cfbccbe955d318909c58d3e207969a8145fc837e7edd2f3992a9d40b13e9d02
SIZE (rubygem/grpc-1.58.0.gem) = 6357504
TIMESTAMP = 1698341277
SHA256 (rubygem/grpc-1.59.0.gem) = 942db7814cb0eee0b72c4c4ac5eac5ce76275b314a327b952e580e8b5d1dd76a
SIZE (rubygem/grpc-1.59.0.gem) = 6394368

View File

@ -1,4 +1,4 @@
--- src/ruby/ext/grpc/extconf.rb.orig 2023-08-19 01:12:29 UTC
--- src/ruby/ext/grpc/extconf.rb.orig 2023-10-29 03:53:23 UTC
+++ src/ruby/ext/grpc/extconf.rb
@@ -68,11 +68,11 @@ if apple_toolchain && !cross_compiling
end
@ -58,7 +58,7 @@
ext_export_file = File.join(grpc_root, 'src', 'ruby', 'ext', 'grpc', ext_export_filename())
-$LDFLAGS << ' -Wl,--version-script="' + ext_export_file + '.gcc"' if linux
if apple_toolchain
$LDFLAGS << ' -weak_framework CoreFoundation' if RUBY_PLATFORM =~ /arm64/
$LDFLAGS << ' -weak_framework CoreFoundation'
$LDFLAGS << ' -Wl,-exported_symbols_list,"' + ext_export_file + '.clang"'
end