From owner-dev-commits-ports-all@freebsd.org Sun Apr 25 20:42:42 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D022C5E7D58; Sun, 25 Apr 2021 20:42:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FT0Mk4scPz4YJY; Sun, 25 Apr 2021 20:42:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 92DB71AC63; Sun, 25 Apr 2021 20:42:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13PKgg3I095884; Sun, 25 Apr 2021 20:42:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13PKggca095883; Sun, 25 Apr 2021 20:42:42 GMT (envelope-from git) Date: Sun, 25 Apr 2021 20:42:42 GMT Message-Id: <202104252042.13PKggca095883@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f289252e4fcf - main - net/rubygem-grpc: Update to 1.37.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f289252e4fcff4b1c8d737614478f2bb832fa69a Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2021 20:42:43 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f289252e4fcff4b1c8d737614478f2bb832fa69a commit f289252e4fcff4b1c8d737614478f2bb832fa69a Author: Po-Chuan Hsieh AuthorDate: 2021-04-25 20:20:05 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-04-25 20:36:20 +0000 net/rubygem-grpc: Update to 1.37.0 Changes: https://github.com/grpc/grpc/releases https://github.com/grpc/grpc/commits/master/src/ruby --- net/rubygem-grpc/Makefile | 4 ++-- net/rubygem-grpc/distinfo | 6 +++--- net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb | 14 +++++++------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile index 53ea4fde193f..77b83e9083b8 100644 --- a/net/rubygem-grpc/Makefile +++ b/net/rubygem-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= grpc -PORTVERSION= 1.36.0 +PORTVERSION= 1.37.0 CATEGORIES= net rubygems MASTER_SITES= RG @@ -11,7 +11,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.14<4:devel/rubygem-google-protobuf \ + rubygem-google-protobuf>=3.15<4:devel/rubygem-google-protobuf \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= gem gmake pkgconfig diff --git a/net/rubygem-grpc/distinfo b/net/rubygem-grpc/distinfo index 2f14032830a3..b45d2331f3cc 100644 --- a/net/rubygem-grpc/distinfo +++ b/net/rubygem-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614794444 -SHA256 (rubygem/grpc-1.36.0.gem) = 8cb6e31d285fe8ae1ee8013e3102ac97a150d7dd0a1aa1a2568be1ef1ca8e308 -SIZE (rubygem/grpc-1.36.0.gem) = 4657664 +TIMESTAMP = 1619198927 +SHA256 (rubygem/grpc-1.37.0.gem) = bbe862e2f41f2a8aef7bbf35e5f471196baab8c75765779dfa7dab4b26e1bcb6 +SIZE (rubygem/grpc-1.37.0.gem) = 4776448 diff --git a/net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb b/net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb index 1c9f7cb9dbe2..b2fa8d04a855 100644 --- a/net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb +++ b/net/rubygem-grpc/files/patch-src_ruby_ext_grpc_extconf.rb @@ -1,8 +1,8 @@ ---- src/ruby/ext/grpc/extconf.rb.orig 2019-11-22 13:44:33 UTC +--- src/ruby/ext/grpc/extconf.rb.orig 2021-04-24 13:33:17 UTC +++ src/ruby/ext/grpc/extconf.rb -@@ -39,9 +39,9 @@ end - - ENV['AR'] = 'libtool -o' if RUBY_PLATFORM =~ /darwin/ +@@ -42,9 +42,9 @@ if RUBY_PLATFORM =~ /darwin/ + ENV['ARFLAGS'] = '-o' + end -ENV['EMBED_OPENSSL'] = 'true' -ENV['EMBED_ZLIB'] = 'true' @@ -10,10 +10,10 @@ +ENV['EMBED_OPENSSL'] = 'false' +ENV['EMBED_ZLIB'] = 'false' +ENV['EMBED_CARES'] = 'false' + ENV['ARCH_FLAGS'] = RbConfig::CONFIG['ARCH_FLAG'] - ENV['ARCH_FLAGS'] = '-arch i386 -arch x86_64' if RUBY_PLATFORM =~ /darwin/ - ENV['CPPFLAGS'] = '-DGPR_BACKWARDS_COMPATIBILITY_MODE' -@@ -50,22 +50,23 @@ output_dir = File.expand_path(RbConfig::CONFIG['topdir + if RUBY_PLATFORM =~ /darwin/ +@@ -61,22 +61,23 @@ output_dir = File.expand_path(RbConfig::CONFIG['topdir grpc_lib_dir = File.join(output_dir, 'libs', grpc_config) ENV['BUILDDIR'] = output_dir