Date: Sun, 7 Mar 2021 22:56:33 +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: r567794 - head/net/rubygem-grpc130 Message-ID: <202103072256.127MuXRL076397@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Mar 7 22:56:33 2021 New Revision: 567794 URL: https://svnweb.freebsd.org/changeset/ports/567794 Log: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314 - Bump PORTREVISION for dependency change Modified: head/net/rubygem-grpc130/Makefile Modified: head/net/rubygem-grpc130/Makefile ============================================================================== --- head/net/rubygem-grpc130/Makefile Sun Mar 7 22:56:26 2021 (r567793) +++ head/net/rubygem-grpc130/Makefile Sun Mar 7 22:56:33 2021 (r567794) @@ -2,7 +2,7 @@ PORTNAME= grpc PORTVERSION= 1.30.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= 130 @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:dns/c-ares \ libgrpc.so:devel/grpc134 RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ - rubygem-google-protobuf>=3.12<4:devel/rubygem-google-protobuf \ + rubygem-google-protobuf314>=3.12<4:devel/rubygem-google-protobuf314 \ rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types USES= gem gmake pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103072256.127MuXRL076397>