From owner-svn-ports-head@freebsd.org Sun Mar 1 18:47:50 2020 Return-Path: Delivered-To: svn-ports-head@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 59E7C2498C6 for ; Sun, 1 Mar 2020 18:47:50 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 48Vsj10M8tz4mcd for ; Sun, 1 Mar 2020 18:47:49 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f50.google.com (mail-ed1-f50.google.com [209.85.208.50]) (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 C55F61AFC2 for ; Sun, 1 Mar 2020 18:47:48 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f50.google.com with SMTP id a13so1136370edh.3 for ; Sun, 01 Mar 2020 10:47:48 -0800 (PST) X-Gm-Message-State: APjAAAUVnyHODSDrvSZ2HuphQp92FbGmk7qm+kxQEcyK/1U9qe1azRDe Yg16W00AV/ezPoy16+uL+4GmNW/MjvALMhgkoUcjVg== X-Google-Smtp-Source: APXvYqwJC6ezVVYebrQ6T9LW5nDiAu2rE58XBo2hnenusZFNop5h4hHxQRhiRIW6T/EhKOHgxy20Owu/easPv0nvivw= X-Received: by 2002:a05:6402:a49:: with SMTP id bt9mr13161010edb.144.1583088467561; Sun, 01 Mar 2020 10:47:47 -0800 (PST) MIME-Version: 1.0 References: <201911111746.xABHkQX3005560@repo.freebsd.org> In-Reply-To: From: Po-Chuan Hsieh Date: Mon, 2 Mar 2020 02:47:10 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r517271 - in head: mail mail/rubygem-roadie-rails52 textproc textproc/rubygem-actionpack-xml_parser52 To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, mikael@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2020 18:47:50 -0000 On Sat, Feb 29, 2020 at 5:34 PM Matthias Fechner wrote: > Dear Sunpoet, > > Am 19.01.2020 um 07:24 schrieb Po-Chuan Hsieh: > > Added: > >> head/mail/rubygem-roadie-rails52/ >> - copied from r517268, head/mail/rubygem-roadie-rails/ >> > > It breaks current naming for ruby and rails-dependent ports. > It looks like the rails 5.2 variant of rubygem-roadie, not that of > rubygem-roadie-rails. > > >> head/textproc/rubygem-actionpack-xml_parser52/ >> - copied from r517268, head/textproc/rubygem-actionpack-xml_parser/ >> > > It looks like rubygem-actionpack-xml_parser 5.2.x, not the rails 5.2 > variant. > > I checked now all the names and if we rename this, we would should rename > some more ports to match the logic there. > mail/rubygem-roadie-rails -> mail/rubygem-roadie-rails-rails4 > mail/rubygem-roadie-rails52 -> mail/rubygem-roadie-rails-rails52 > textproc/rubygem-actionpack-xml_parser -> > textproc/rubygem-actionpack-xml_parser-rails5 > textproc/rubygem-actionpack-xml_parser1 -> > textproc/rubygem-actionpack-xml_parser1-rails4 > textproc/rubygem-actionpack-xml_parser52 -> > textproc/rubygem-actionpack-xml_parser-rails52 > If this is ok for you (you are the maintainer of the copied ports) I will > rename them to be consistent again. > Hi Matthias, Thank you for checking all rails-related ports. That's awesome. Please go ahead. Regards, sunpoet > Gru=C3=9F > Matthias > > -- > > "Programming today is a race between software engineers striving to > build bigger and better idiot-proof programs, and the universe trying to > produce bigger and better idiots. So far, the universe is winning." -- > Rich Cook > >