1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/rubygem-grpc: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf3

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2024-07-30 21:33:07 +08:00
parent af043f4841
commit e97223d69e
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -1,5 +1,6 @@
PORTNAME= grpc
PORTVERSION= 1.63.0
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
@ -11,7 +12,7 @@ LICENSE= BSD3CLAUSE
LIB_DEPENDS= libgrpc.so:devel/grpc
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
rubygem-google-protobuf>=3.25<4:devel/rubygem-google-protobuf \
rubygem-google-protobuf3>=3.25<4:devel/rubygem-google-protobuf3 \
rubygem-googleapis-common-protos-types>=1.0<2:devel/rubygem-googleapis-common-protos-types
USES= cpe gem gmake pkgconfig