Date: Sun, 8 Dec 2019 17:29:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519541 - head/devel/rubygem-google-gax Message-ID: <201912081729.xB8HTcfx005053@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912081729.xB8HTcfx005053>