aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 16:26:10 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 17:18:03 +0000
commit87a4c42e81a73beb2648e565748209aa0a215bbf (patch)
tree736e7cdee856767442fe40a8022ec4bd1495c3bb
parent63ab487bdd4e21d7349a94d58a13330b691b2b72 (diff)
downloadports-87a4c42e81a73beb2648e565748209aa0a215bbf.tar.gz
ports-87a4c42e81a73beb2648e565748209aa0a215bbf.zip
devel/rubygem-jira-ruby: Change RUN_DEPENDS from rubygem-oauth to rubygem-oauth0
- Bump PORTREVISION for dependency change
-rw-r--r--devel/rubygem-jira-ruby/Makefile3
1 files changed, 2 insertions, 1 deletions
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