Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2019 22:31:32 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r513430 - head/devel/rubygem-jira-ruby
Message-ID:  <201909302231.x8UMVWM2056202@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909302231.x8UMVWM2056202>