git: 0bfa22b9a298 - main - textproc/rubygem-google-cloud-translate-v2: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 03 Jun 2022 23:41:12 UTC
The branch main has been updated by sunpoet:

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

commit 0bfa22b9a298141b2899e22a80f7f0f35cc061b2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 23:24:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:55 +0000

    textproc/rubygem-google-cloud-translate-v2: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
    
    - Bump PORTREVISION for dependency change
---
 textproc/rubygem-google-cloud-translate-v2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/rubygem-google-cloud-translate-v2/Makefile b/textproc/rubygem-google-cloud-translate-v2/Makefile
index 7125a3ae3737..f53ac9c36100 100644
--- a/textproc/rubygem-google-cloud-translate-v2/Makefile
+++ b/textproc/rubygem-google-cloud-translate-v2/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	google-cloud-translate-v2
 PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Ruby Client for the Cloud Translation V2 API
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-RUN_DEPENDS=	rubygem-faraday>=0.17.3<2.0:www/rubygem-faraday \
+RUN_DEPENDS=	rubygem-faraday1>=0.17.3<2.0:www/rubygem-faraday1 \
 		rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
 		rubygem-googleapis-common-protos>=1.3.10<2.0:devel/rubygem-googleapis-common-protos \
 		rubygem-googleapis-common-protos-types>=1.0.5<2.0:devel/rubygem-googleapis-common-protos-types \