From owner-svn-ports-head@freebsd.org Wed Jan 29 19:28:53 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 4F7E41FB399 for ; Wed, 29 Jan 2020 19:28:53 +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 487D791V1bz442F for ; Wed, 29 Jan 2020 19:28:53 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-ed1-f47.google.com (mail-ed1-f47.google.com [209.85.208.47]) (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 066BA98CA for ; Wed, 29 Jan 2020 19:28:53 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-ed1-f47.google.com with SMTP id r21so1052595edq.0 for ; Wed, 29 Jan 2020 11:28:52 -0800 (PST) X-Gm-Message-State: APjAAAXTSLx2PjVJIIJ28fJA8Ve8E7TNmGlzGNUHVOcTBk3oWYRcnTNj HLfa9OfVQ4Ggf2aGii+OKH5+ubSajSX82kpy5UqXsA== X-Google-Smtp-Source: APXvYqx/HoekxjibGyE4RuBRRpCTUlWkDwBEJzXnGhr+bKZfU6MX3zXjBRJIVOCKst7NFaeSkZl+NGsOA4Jxa3IYw3Q= X-Received: by 2002:a17:906:9246:: with SMTP id c6mr913455ejx.226.1580326131592; Wed, 29 Jan 2020 11:28:51 -0800 (PST) MIME-Version: 1.0 References: <202001272008.00RK8IEY004220@repo.freebsd.org> <20200128075005.f5zcjdazwfq7hbvg@atuin.in.mat.cc> In-Reply-To: <20200128075005.f5zcjdazwfq7hbvg@atuin.in.mat.cc> From: Po-Chuan Hsieh Date: Thu, 30 Jan 2020 03:28:15 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r524413 - head/databases/pgFormatter To: Mathieu Arnold 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-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: Wed, 29 Jan 2020 19:28:53 -0000 On Tue, Jan 28, 2020 at 3:50 PM Mathieu Arnold wrote: > On Mon, Jan 27, 2020 at 08:08:18PM +0000, Sunpoet Po-Chuan Hsieh wrote: > > @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > USES= perl5 > > USE_PERL5= configure > > > > +NO_ARCH= yes > > + > > USE_GITHUB= yes > > GH_ACCOUNT= darold > > - > > -NO_ARCH= yes > > This change is wrong, NO_ARCH is neither USES nor USE_*, nor a variable > related to a USES or a USE_*, so it goes in the next section, see: > > https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html > > -- > Mathieu Arnold > Fixed in r524606.