Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Apr 2018 16:28:27 +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: r467329 - head/net/rubygem-grpc
Message-ID:  <201804141628.w3EGSR3W055069@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Sat Apr 14 16:28:26 2018
New Revision: 467329
URL: https://svnweb.freebsd.org/changeset/ports/467329

Log:
  Update net/rubygem-grpc to 1.10.0 which is required for gitlab 10.6.x.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15035

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

Modified: head/net/rubygem-grpc/Makefile
==============================================================================
--- head/net/rubygem-grpc/Makefile	Sat Apr 14 16:26:37 2018	(r467328)
+++ head/net/rubygem-grpc/Makefile	Sat Apr 14 16:28:26 2018	(r467329)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	grpc
-PORTVERSION=	1.8.3
+PORTVERSION=	1.10.0
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +12,7 @@ LICENSE=	BSD3CLAUSE
 
 RUN_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
 		grpc>=0:devel/grpc \
-		rubygem-google-protobuf>=3.0:devel/rubygem-google-protobuf \
+		rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
 		rubygem-googleauth>=0.5.1:security/rubygem-googleauth \
 		rubygem-googleapis-common-protos-types>=1.0.0:devel/rubygem-googleapis-common-protos-types
 
@@ -24,8 +24,8 @@ BUILD_DEPENDS=	ca_root_nss>=0:security/ca_root_nss \
 
 MAKE_JOBS_UNSAFE=yes
 
-USE_RUBY=	yes
 USES=		gem gmake pkgconfig
+USE_RUBY=	yes
 
 post-extract:
 	@${RM} -r ${WRKSRC}/include ${WRKSRC}/third_party ${WRKSRC}/src/boringssl \

Modified: head/net/rubygem-grpc/distinfo
==============================================================================
--- head/net/rubygem-grpc/distinfo	Sat Apr 14 16:26:37 2018	(r467328)
+++ head/net/rubygem-grpc/distinfo	Sat Apr 14 16:28:26 2018	(r467329)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515448904
-SHA256 (rubygem/grpc-1.8.3.gem) = 325cebecb234f39ad0215edfbb9c65637aa79ddf632fc84f458755a6f0efeb3a
-SIZE (rubygem/grpc-1.8.3.gem) = 2744832
+TIMESTAMP = 1523377112
+SHA256 (rubygem/grpc-1.10.0.gem) = 0235e5e5cff0253c53f022bbfa6929a4c4ef97db5900122981b7375a25c49b9f
+SIZE (rubygem/grpc-1.10.0.gem) = 2769408



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804141628.w3EGSR3W055069>