From owner-svn-ports-all@freebsd.org Tue Oct 1 17:43:00 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9D52813BC58 for ; Tue, 1 Oct 2019 17:43:00 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jRSN3mD1z485n for ; Tue, 1 Oct 2019 17:43:00 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 35F0A28CE for ; Tue, 1 Oct 2019 17:43:00 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f46.google.com with SMTP id y91so12744562ede.9 for ; Tue, 01 Oct 2019 10:43:00 -0700 (PDT) X-Gm-Message-State: APjAAAWFOFRgMGOU8dH+9rLR0z5q6x6qKWqR9vl0ENeGAH9imO/PDIYI Wanj21noPW2yfpy6i/h1ZoN7KUowTJSZDYvkp0IRUw== X-Google-Smtp-Source: APXvYqzvwRPdblfIL9IslsZZIM3vUZbPvHBdT278P1p+sd7rhfH0ZO4oKqf8VwLs4fCqDAfbqa/rdMeTUiVWWcKoV8Q= X-Received: by 2002:a17:906:8406:: with SMTP id n6mr23138270ejx.290.1569951778958; Tue, 01 Oct 2019 10:42:58 -0700 (PDT) MIME-Version: 1.0 References: <201909302231.x8UMVWM2056202@repo.freebsd.org> In-Reply-To: <201909302231.x8UMVWM2056202@repo.freebsd.org> From: Po-Chuan Hsieh Date: Wed, 2 Oct 2019 01:42:22 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r513430 - head/devel/rubygem-jira-ruby To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2019 17:43:00 -0000 On Tue, Oct 1, 2019 at 6:31 AM Matthias Fechner 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" >