git: 87a4c42e81a7 - main - devel/rubygem-jira-ruby: Change RUN_DEPENDS from rubygem-oauth to rubygem-oauth0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:35:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=87a4c42e81a73beb2648e565748209aa0a215bbf commit 87a4c42e81a73beb2648e565748209aa0a215bbf Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:26:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:18:03 +0000 devel/rubygem-jira-ruby: Change RUN_DEPENDS from rubygem-oauth to rubygem-oauth0 - Bump PORTREVISION for dependency change --- devel/rubygem-jira-ruby/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-jira-ruby/Makefile b/devel/rubygem-jira-ruby/Makefile index c2a5251e272b..a44f5142446b 100644 --- a/devel/rubygem-jira-ruby/Makefile +++ b/devel/rubygem-jira-ruby/Makefile @@ -1,5 +1,6 @@ PORTNAME= jira-ruby PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-activesupport60>=0:devel/rubygem-activesupport60 \ rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \ rubygem-multipart-post>=0:www/rubygem-multipart-post \ - rubygem-oauth>=0.5.0<1:net/rubygem-oauth + rubygem-oauth0>=0.5.0<1:net/rubygem-oauth0 USES= gem