diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:56:33 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-08 06:56:33 +0800 |
commit | 12c9b40495f6e800c14891de9bbe0b671fc34b8c (patch) | |
tree | b7b996a2d6d5f696c5748d71bbefb8f9864e3923 /net | |
parent | 6e9e27524b5155b1e2c73650cc3ee169235cdf86 (diff) | |
download | freebsd-ports-gnome-12c9b40495f6e800c14891de9bbe0b671fc34b8c.tar.gz freebsd-ports-gnome-12c9b40495f6e800c14891de9bbe0b671fc34b8c.tar.zst freebsd-ports-gnome-12c9b40495f6e800c14891de9bbe0b671fc34b8c.zip |
Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf314
- Bump PORTREVISION for dependency change
Diffstat (limited to 'net')
-rw-r--r-- | net/rubygem-grpc130/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rubygem-grpc130/Makefile b/net/rubygem-grpc130/Makefile index 90e362ee3893..25cfbd42e405 100644 --- a/net/rubygem-grpc130/Makefile +++ b/net/rubygem-grpc130/Makefile @@ -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 |