svn commit: r567838 - in head/net/rubygem-grpc130: . files

Matthias Fechner mfechner at FreeBSD.org
Mon Mar 8 11:25:40 UTC 2021


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


More information about the svn-ports-head mailing list