Skip to content

Commit

Permalink
net/rubygem-grpc: Update to 1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Nov 1, 2023
1 parent 765f62e commit 3b93925
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions net/rubygem-grpc/Makefile
@@ -1,5 +1,5 @@
PORTNAME= grpc
PORTVERSION= 1.58.0
PORTVERSION= 1.59.0
CATEGORIES= net rubygems
MASTER_SITES= RG

Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions net/rubygem-grpc/distinfo
@@ -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
4 changes: 2 additions & 2 deletions net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb
@@ -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
Expand Down Expand Up @@ -58,7 +58,7 @@ def have_ruby_abi_version()
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

Expand Down

0 comments on commit 3b93925

Please sign in to comment.