From owner-svn-ports-all@freebsd.org Mon Jun 29 16:14:40 2020 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 8816F34D047 for ; Mon, 29 Jun 2020 16:14:40 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 49wXct6XBYz3yqZ for ; Mon, 29 Jun 2020 16:14:38 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) (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 A057817CA1 for ; Mon, 29 Jun 2020 16:14:37 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ej1-f53.google.com with SMTP id w16so17169968ejj.5 for ; Mon, 29 Jun 2020 09:14:37 -0700 (PDT) X-Gm-Message-State: AOAM531EcFMD8jmYHplaLMjiDi3LZlC/OOPfOHOszC7nANlRobZLAJos tok3SFZ+EUOUg6vYJd6V0pv/N+6PvqUJ1sxNIKuACA== X-Google-Smtp-Source: ABdhPJy6I1AieD+6h+rKpFePS7uLJGCGBHIDLAiZSjRARp3h7t8ns3urWBJSb0vCXAIYaGyaCN7UtKaoAFTUl5wp+EQ= X-Received: by 2002:a17:906:6a14:: with SMTP id o20mr15068719ejr.128.1593447276296; Mon, 29 Jun 2020 09:14:36 -0700 (PDT) MIME-Version: 1.0 References: <202006222021.05MKLqFp009005@repo.freebsd.org> In-Reply-To: <202006222021.05MKLqFp009005@repo.freebsd.org> From: Po-Chuan Hsieh Date: Tue, 30 Jun 2020 00:14:00 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r539943 - head/devel/gitaly 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.33 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 29 Jun 2020 16:14:40 -0000 Hi Matthias, On Tue, Jun 23, 2020 at 4:21 AM Matthias Fechner wrote: > Author: mfechner > Date: Mon Jun 22 20:21:52 2020 > New Revision: 539943 > URL: https://svnweb.freebsd.org/changeset/ports/539943 > > Log: > Relax dep for devel/rubygem-activesupport60 to also build with version > 6.0.3.2 which was shortly committed. > > Modified: > head/devel/gitaly/Makefile > > Modified: head/devel/gitaly/Makefile > > ============================================================================== > --- head/devel/gitaly/Makefile Mon Jun 22 19:38:00 2020 (r539942) > +++ head/devel/gitaly/Makefile Mon Jun 22 20:21:52 2020 (r539943) > @@ -17,7 +17,7 @@ MY_DEPENDS= git>=2.26:devel/git \ > rubygem-rugged>=0.28:devel/rubygem-rugged \ > > rubygem-github-linguist>=7.9<8.0:textproc/rubygem-github-linguist \ > > rubygem-gitlab-markup>=1.7.1<1.8.0:textproc/rubygem-gitlab-markup \ > - rubygem-activesupport60>=6.0.3.1<6.0.3.2:devel/rubygem-activesupport60 > \ > + > rubygem-activesupport60>=6.0.3.1<6.1:devel/rubygem-activesupport60 \ > According to the Gemfile (activesupport ~> 6.0.3.1), would you like to change it to "rubygem-activesupport60>=6.0.3.1<6.0.4"? rubygem-rdoc>=6.1<7.0:devel/rubygem-rdoc \ > > rubygem-gitlab-gollum-lib>=4.2.7.9<4.2.8:www/rubygem-gitlab-gollum-lib \ > rubygem-gitlab-gollum-rugged_adapter>=0.4.4.2<0.4.5.0:www/rubygem-gitlab-gollum-rugged_adapter > \ > _______________________________________________ > 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" >