Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jun 2022 23:40:57 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: 97dd3aaec894 - main - devel/rubygem-gapic-common: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
Message-ID:  <202206032340.253NevBY089691@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=97dd3aaec894c5e7d395091281c8e40a04e7f35f

commit 97dd3aaec894c5e7d395091281c8e40a04e7f35f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-03 23:23:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-03 23:36:52 +0000

    devel/rubygem-gapic-common: Change RUN_DEPENDS from rubygem-faraday to rubygem-faraday1
    
    - 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 bc9b0d3a6ac7..ecee1f9dc6b6 100644
--- a/devel/rubygem-gapic-common/Makefile
+++ b/devel/rubygem-gapic-common/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	gapic-common
 PORTVERSION=	0.9.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,7 +11,7 @@ COMMENT=	Common code for GAPIC-generated API clients
 
 LICENSE=	APACHE20
 
-RUN_DEPENDS=	rubygem-faraday>=1.3<2:www/rubygem-faraday \
+RUN_DEPENDS=	rubygem-faraday1>=1.3<2:www/rubygem-faraday1 \
 		rubygem-google-protobuf>=3.14<4:devel/rubygem-google-protobuf \
 		rubygem-googleapis-common-protos>=1.3.11<2.0:devel/rubygem-googleapis-common-protos \
 		rubygem-googleapis-common-protos-types>=1.0.6<2.0:devel/rubygem-googleapis-common-protos-types \



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