svn commit: r519542 - head/devel/rubygem-grpc-google-iam-v1

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


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

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

Modified:
  head/devel/rubygem-grpc-google-iam-v1/Makefile

Modified: head/devel/rubygem-grpc-google-iam-v1/Makefile
==============================================================================
--- head/devel/rubygem-grpc-google-iam-v1/Makefile	Sun Dec  8 17:29:37 2019	(r519541)
+++ head/devel/rubygem-grpc-google-iam-v1/Makefile	Sun Dec  8 17:29:42 2019	(r519542)
@@ -3,6 +3,7 @@
 
 PORTNAME=	grpc-google-iam-v1
 PORTVERSION=	0.6.9
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,10 +12,8 @@ COMMENT=	Google IAM gRPC client library
 
 LICENSE=	BSD3CLAUSE
 
-BROKEN=		conflicting run depends, rubygem-grpc124-1.24.0 conflicts with rubygem-grpc-1.24.0
-
 RUN_DEPENDS=	rubygem-googleapis-common-protos>=1.3.1<2.0:devel/rubygem-googleapis-common-protos \
-		rubygem-grpc124>=1.0<2:net/rubygem-grpc124
+		rubygem-grpc>=1.0<2:net/rubygem-grpc
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list