svn commit: r519541 - head/devel/rubygem-google-gax

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 8 17:29:38 UTC 2019


Author: sunpoet
Date: Sun Dec  8 17:29:37 2019
New Revision: 519541
URL: https://svnweb.freebsd.org/changeset/ports/519541

Log:
  Fix build after r518196
  
  Reference:	http://package19.nyi.freebsd.org/data/120amd64-default-build-as-user/518885/logs/rubygem-google-gax-1.8.1.log

Modified:
  head/devel/rubygem-google-gax/Makefile

Modified: head/devel/rubygem-google-gax/Makefile
==============================================================================
--- head/devel/rubygem-google-gax/Makefile	Sun Dec  8 17:29:02 2019	(r519540)
+++ head/devel/rubygem-google-gax/Makefile	Sun Dec  8 17:29:37 2019	(r519541)
@@ -3,6 +3,7 @@
 
 PORTNAME=	google-gax
 PORTVERSION=	1.8.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,12 +12,10 @@ COMMENT=	Google API Extensions
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		conflicting run depends, rubygem-grpc124-1.24.0 conflicts with rubygem-grpc-1.24.0
-
 RUN_DEPENDS=	rubygem-google-protobuf>=3.9<4:devel/rubygem-google-protobuf \
 		rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \
 		rubygem-googleauth>=0.9<1:security/rubygem-googleauth \
-		rubygem-grpc124>=1.24<2:net/rubygem-grpc124 \
+		rubygem-grpc>=1.24<2:net/rubygem-grpc \
 		rubygem-rly>=0.2.3<0.3:textproc/rubygem-rly
 
 USES=		gem


More information about the svn-ports-all mailing list