Date: Wed, 2 Oct 2019 01:42:22 +0800 From: Po-Chuan Hsieh <sunpoet@freebsd.org> To: Matthias Fechner <mfechner@freebsd.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r513430 - head/devel/rubygem-jira-ruby Message-ID: <CAMHz58Snic=OiSXk9rzwDV6Kc0kDm9GP%2BpJV%2BnwPb-zHK6Jg9g@mail.gmail.com> In-Reply-To: <201909302231.x8UMVWM2056202@repo.freebsd.org> References: <201909302231.x8UMVWM2056202@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 1, 2019 at 6:31 AM Matthias Fechner <mfechner@freebsd.org> wrote: > 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. > Hi, Changing this port from rails 5.0 to 5.2 for gitlab update is not a fix. Please let me know before doing so next time. Thanks! Regards, sunpoet 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 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAMHz58Snic=OiSXk9rzwDV6Kc0kDm9GP%2BpJV%2BnwPb-zHK6Jg9g>