git: 577401271439 - main - devel/rubygem-github_api: Change RUN_DEPENDS from rubygem-oauth2 to rubygem-oauth21
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Jun 2022 21:00:29 UTC
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