From owner-svn-ports-all@freebsd.org Thu Oct 3 09:36: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 282EB12F704 for ; Thu, 3 Oct 2019 09:36:00 +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 46kSYX0Fpqz3N4k for ; Thu, 3 Oct 2019 09:36:00 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f53.google.com (mail-ed1-f53.google.com [209.85.208.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 AC3D113B3B for ; Thu, 3 Oct 2019 09:35:59 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f53.google.com with SMTP id t3so1764402edw.13 for ; Thu, 03 Oct 2019 02:35:59 -0700 (PDT) X-Gm-Message-State: APjAAAXBTq2GhEx30Fmo4bZQOLHk7rkFP2h+i4CEqSU/xAKnpdcT5X4O TlhawjsDzqmEJwDIWm2LHeHCUJJ/ZuFdvXd4f42uXQ== X-Google-Smtp-Source: APXvYqywwjour9MyTWodso1pmPmoLXVYLw6sx3qHVOXWa/jzQrL8RiP1Be8Kjih4lbIekg6YsmYeKBRYIHfrVrz+pSY= X-Received: by 2002:aa7:c71a:: with SMTP id i26mr8521964edq.68.1570095358601; Thu, 03 Oct 2019 02:35:58 -0700 (PDT) MIME-Version: 1.0 References: <201910021951.x92JpBPA080375@repo.freebsd.org> <20191003065536.ggtmns2mrmzstaw2@ivaldir.net> <20191003082154.pg642yu4mfcw522t@ivaldir.net> In-Reply-To: <20191003082154.pg642yu4mfcw522t@ivaldir.net> From: Po-Chuan Hsieh Date: Thu, 3 Oct 2019 17:35:44 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r513619 - head/Mk/Uses To: Baptiste Daroussin Cc: Marcelo Araujo , ports-committers , svn-ports-all@freebsd.org, svn-ports-head@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-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: Thu, 03 Oct 2019 09:36:00 -0000 On Thu, Oct 3, 2019, 16:21 Baptiste Daroussin wrote: > On Thu, Oct 03, 2019 at 04:18:36PM +0800, Marcelo Araujo wrote: > > Em qui, 3 de out de 2019 =C3=A0s 14:55, Baptiste Daroussin > > escreveu: > > > > > On Wed, Oct 02, 2019 at 07:51:11PM +0000, Sunpoet Po-Chuan Hsieh wrot= e: > > > > Author: sunpoet > > > > Date: Wed Oct 2 19:51:10 2019 > > > > New Revision: 513619 > > > > URL: https://svnweb.freebsd.org/changeset/ports/513619 > > > > > > > > Log: > > > > Cosmetic change > > > > > > > > - Take maintainership > > > > > > > > Modified: > > > > head/Mk/Uses/scons.mk > > > > > > > > Modified: head/Mk/Uses/scons.mk > > > > > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > > > --- head/Mk/Uses/scons.mk Wed Oct 2 19:51:04 2019 > (r513618) > > > > +++ head/Mk/Uses/scons.mk Wed Oct 2 19:51:10 2019 > (r513619) > > > > @@ -2,10 +2,10 @@ > > > > # > > > > # Provide support to use the scons > > > > # > > > > -# Feature: scons > > > > -# Usage: USES=3Dscons > > > > +# Feature: scons > > > > +# Usage: USES=3Dscons > > > > # > > > > -# MAINTAINER: python@FreeBSD.org > > > > +# MAINTAINER: sunpoet@FreeBSD.org > > > > > > > Why??? > > > > > > Things are better shaped when maintained by a group than a single > person. > > > > > > Best regards, > > > Bapt > > > > > > > It does requires approval from previous maintainer python@ group, > doesn't > > it? > > > It does or at least a timeout. It cannot clearly be done like that. To be > clear, > my email is a polite way to request for a revert (except if I am missing = an > obvious reason which was not stated in the commit log). > > Best regards, > Bapt > Hi Bapt, I think it's better to sync maintainership with devel/scons. And the previous changes to scons.mk are systemwide, not from python@. Therefore I took the maintainer of scons.mk. I'm ok to revert the maintainer change. :) Regards, sunpoet >