git: ce62d795ca94 - main - devel/rubygem-jira-ruby21: 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:44 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce62d795ca947a05904c5a19b1e500f3b1b4696c commit ce62d795ca947a05904c5a19b1e500f3b1b4696c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-19 16:26:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-19 17:18:03 +0000 devel/rubygem-jira-ruby21: Change RUN_DEPENDS from rubygem-oauth to rubygem-oauth0 - Bump PORTREVISION for dependency change --- devel/rubygem-jira-ruby21/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/rubygem-jira-ruby21/Makefile b/devel/rubygem-jira-ruby21/Makefile index 545c6a306397..d04da3904eff 100644 --- a/devel/rubygem-jira-ruby21/Makefile +++ b/devel/rubygem-jira-ruby21/Makefile @@ -1,5 +1,6 @@ PORTNAME= jira-ruby PORTVERSION= 2.1.5 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 21 @@ -14,7 +15,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