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

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 30 Jul 2024 13:36:25 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e97223d69e3e54f520aff7d87e47185a7930bb3a

commit e97223d69e3e54f520aff7d87e47185a7930bb3a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-30 13:33:07 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-30 13:36:07 +0000

    net/rubygem-grpc: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf3
    
    - Bump PORTREVISION for dependency change
---
 net/rubygem-grpc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net/rubygem-grpc/Makefile b/net/rubygem-grpc/Makefile
index 3f762ffa57ee..e5cffb2da86e 100644
--- a/net/rubygem-grpc/Makefile
+++ b/net/rubygem-grpc/Makefile
@@ -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