Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2024 13:36:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 879264e969ec - main - devel/rubygem-gapic-common: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf3
Message-ID:  <202407301336.46UDaNfA043178@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

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

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

diff --git a/devel/rubygem-gapic-common/Makefile b/devel/rubygem-gapic-common/Makefile
index ceecc8d65374..f92112102c2c 100644
--- a/devel/rubygem-gapic-common/Makefile
+++ b/devel/rubygem-gapic-common/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	gapic-common
 PORTVERSION=	0.21.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,7 +13,7 @@ LICENSE=	APACHE20
 
 RUN_DEPENDS=	rubygem-faraday>=1.9<3:www/rubygem-faraday \
 		rubygem-faraday-retry>=1.0<3:www/rubygem-faraday-retry \
-		rubygem-google-protobuf>=3.18<4:devel/rubygem-google-protobuf \
+		rubygem-google-protobuf3>=3.18<4:devel/rubygem-google-protobuf3 \
 		rubygem-googleapis-common-protos>=1.4.0<2.0:devel/rubygem-googleapis-common-protos \
 		rubygem-googleapis-common-protos-types>=1.11.0<2.0:devel/rubygem-googleapis-common-protos-types \
 		rubygem-googleauth>=1.9<2:security/rubygem-googleauth \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407301336.46UDaNfA043178>