Date: Mon, 8 Mar 2021 11:25:39 +0000 (UTC) From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567838 - in head/net/rubygem-grpc130: . files Message-ID: <202103081125.128BPdRw043050@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Mon Mar 8 11:25:39 2021 New Revision: 567838 URL: https://svnweb.freebsd.org/changeset/ports/567838 Log: Make sure we use google-protobuf version 3.14.x. Added: head/net/rubygem-grpc130/files/patch-grpc.gemspec (contents, props changed) Modified: head/net/rubygem-grpc130/Makefile Modified: head/net/rubygem-grpc130/Makefile ============================================================================== --- head/net/rubygem-grpc130/Makefile Mon Mar 8 11:24:00 2021 (r567837) +++ head/net/rubygem-grpc130/Makefile Mon Mar 8 11:25:39 2021 (r567838) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.30.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 130 @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:dns/c-ares \ libgrpc.so:devel/grpc134 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - rubygem-google-protobuf314>=3.12<4:devel/rubygem-google-protobuf314 \ + rubygem-google-protobuf314>=3.12<3.15:devel/rubygem-google-protobuf314 \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= gem gmake pkgconfig Added: head/net/rubygem-grpc130/files/patch-grpc.gemspec ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/rubygem-grpc130/files/patch-grpc.gemspec Mon Mar 8 11:25:39 2021 (r567838) @@ -0,0 +1 @@ +Binary files grpc.gemspec.orig and grpc.gemspec differ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103081125.128BPdRw043050>