svn commit: r513430 - head/devel/rubygem-jira-ruby
Matthias Fechner
mfechner at FreeBSD.org
Mon Sep 30 22:31:32 UTC 2019
Author: mfechner
Date: Mon Sep 30 22:31:31 2019
New Revision: 513430
URL: https://svnweb.freebsd.org/changeset/ports/513430
Log:
devel/rubygem-jira-ruby: fixed run dependencies.
Modified:
head/devel/rubygem-jira-ruby/Makefile
Modified: head/devel/rubygem-jira-ruby/Makefile
==============================================================================
--- head/devel/rubygem-jira-ruby/Makefile Mon Sep 30 22:29:57 2019 (r513429)
+++ head/devel/rubygem-jira-ruby/Makefile Mon Sep 30 22:31:31 2019 (r513430)
@@ -3,6 +3,7 @@
PORTNAME= jira-ruby
PORTVERSION= 1.7.1
+PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
@@ -12,10 +13,10 @@ COMMENT= API for JIRA
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= rubygem-activesupport50>=4.0:devel/rubygem-activesupport50 \
+RUN_DEPENDS= rubygem-activesupport52>=0:devel/rubygem-activesupport52 \
rubygem-atlassian-jwt>=0:www/rubygem-atlassian-jwt \
rubygem-multipart-post>=0:www/rubygem-multipart-post \
- rubygem-oauth>=0.5.0:net/rubygem-oauth
+ rubygem-oauth>=0.5.0<1.0:net/rubygem-oauth
USES= gem
USE_RUBY= yes
More information about the svn-ports-all
mailing list