Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jun 2022 21:00:29 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: 577401271439 - main - devel/rubygem-github_api: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
Message-ID:  <202206212100.25LL0Tnm024349@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=577401271439c783e70b09de5db11d6d3113d604

commit 577401271439c783e70b09de5db11d6d3113d604
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-21 20:58:45 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-21 20:58:45 +0000

    devel/rubygem-github_api: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
    
    - Bump PORTREVISION for dependency change
---
 devel/rubygem-github_api/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/rubygem-github_api/Makefile b/devel/rubygem-github_api/Makefile
index d9f52b7827e6..0525e9fe054c 100644
--- a/devel/rubygem-github_api/Makefile
+++ b/devel/rubygem-github_api/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	github_api
 PORTVERSION=	0.19.0
-PORTREVISION=	2
+PORTREVISION=	4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -16,7 +16,7 @@ RUN_DEPENDS=	rubygem-addressable>=2.4<3:www/rubygem-addressable \
 		rubygem-descendants_tracker>=0.0.4<0.1:devel/rubygem-descendants_tracker \
 		rubygem-faraday1>=0.8<2:www/rubygem-faraday1 \
 		rubygem-hashie>=3.5.2:devel/rubygem-hashie \
-		rubygem-oauth2>=1.0<2:net/rubygem-oauth2
+		rubygem-oauth21>=1.0<2:net/rubygem-oauth21
 
 USES=		gem
 USE_RUBY=	yes



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