svn commit: r564574 - head/net/rubygem-grpc

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 6 21:24:37 UTC 2021


Author: sunpoet
Date: Sat Feb  6 21:24:29 2021
New Revision: 564574
URL: https://svnweb.freebsd.org/changeset/ports/564574

Log:
  Update to 1.35.0
  
  Changes:	https://github.com/grpc/grpc/releases
  		https://github.com/grpc/grpc/commits/master/src/ruby

Modified:
  head/net/rubygem-grpc/Makefile
  head/net/rubygem-grpc/distinfo

Modified: head/net/rubygem-grpc/Makefile
==============================================================================
--- head/net/rubygem-grpc/Makefile	Sat Feb  6 21:24:23 2021	(r564573)
+++ head/net/rubygem-grpc/Makefile	Sat Feb  6 21:24:29 2021	(r564574)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpc
-PORTVERSION=	1.30.2
-PORTREVISION=	1
+PORTVERSION=	1.35.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +13,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.12<4:devel/rubygem-google-protobuf \
+		rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
 		rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types
 
 USES=		gem gmake pkgconfig

Modified: head/net/rubygem-grpc/distinfo
==============================================================================
--- head/net/rubygem-grpc/distinfo	Sat Feb  6 21:24:23 2021	(r564573)
+++ head/net/rubygem-grpc/distinfo	Sat Feb  6 21:24:29 2021	(r564574)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596962194
-SHA256 (rubygem/grpc-1.30.2.gem) = 85fa136f37dd9ee06e0e4ba73d09bd59d83b10a7fb38178b21f684a78ea34fe7
-SIZE (rubygem/grpc-1.30.2.gem) = 3876864
+TIMESTAMP = 1612519715
+SHA256 (rubygem/grpc-1.35.0.gem) = 97aedc72b99ce0f082ade4e669d9203c0d5c15205d2751d56687d26d685538f5
+SIZE (rubygem/grpc-1.35.0.gem) = 4623872


More information about the svn-ports-all mailing list