svn commit: r551919 - in head: devel/rubygem-gitlab-labkit net/rubygem-gitaly

Matthias Fechner mfechner at FreeBSD.org
Sat Oct 10 11:58:23 UTC 2020


Author: mfechner
Date: Sat Oct 10 11:58:22 2020
New Revision: 551919
URL: https://svnweb.freebsd.org/changeset/ports/551919

Log:
  Switched to net/rubygem-grpc.

Modified:
  head/devel/rubygem-gitlab-labkit/Makefile
  head/net/rubygem-gitaly/Makefile

Modified: head/devel/rubygem-gitlab-labkit/Makefile
==============================================================================
--- head/devel/rubygem-gitlab-labkit/Makefile	Sat Oct 10 11:53:55 2020	(r551918)
+++ head/devel/rubygem-gitlab-labkit/Makefile	Sat Oct 10 11:58:22 2020	(r551919)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gitlab-labkit
 PORTVERSION=	0.12.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-actionpack60>=5<6.1.0:www/rubygem-actionpack60 \
 		rubygem-activesupport60>=5<6.1.0:devel/rubygem-activesupport60 \
-		rubygem-grpc124>=1.19:net/rubygem-grpc124 \
+		rubygem-grpc>=1.19<2:net/rubygem-grpc \
 		rubygem-jaeger-client>=0.10<1.0:devel/rubygem-jaeger-client \
 		rubygem-opentracing>=0.4<1.0:devel/rubygem-opentracing \
 		rubygem-redis>3.0.0<5.0.0:databases/rubygem-redis

Modified: head/net/rubygem-gitaly/Makefile
==============================================================================
--- head/net/rubygem-gitaly/Makefile	Sat Oct 10 11:53:55 2020	(r551918)
+++ head/net/rubygem-gitaly/Makefile	Sat Oct 10 11:58:22 2020	(r551919)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gitaly
 DISTVERSION=	13.3.0.pre.rc5
+PORTREVISION=	1
 CATEGORIES=	net rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ COMMENT=	Auto-generated gRPC client for gitaly
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-grpc124>=1.0<2.0:net/rubygem-grpc124 \
+RUN_DEPENDS=	rubygem-grpc>=1.0<2.0:net/rubygem-grpc \
 		gitaly>=13.0:devel/gitaly
 
 USES=		gem


More information about the svn-ports-all mailing list