From owner-svn-ports-head@freebsd.org Fri Jan 27 15:40:32 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B039ECC4092; Fri, 27 Jan 2017 15:40:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7B59467E; Fri, 27 Jan 2017 15:40:32 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5F312BDCAF; Fri, 27 Jan 2017 16:40:29 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 467C1BDCAD; Fri, 27 Jan 2017 16:40:29 +0100 (CET) Subject: Re: svn commit: r432398 - head/devel/stringencoders To: Gerald Pfeifer , Mathieu Arnold References: <201701242210.v0OMAieK046161@repo.freebsd.org> Cc: Steven Kreuzer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <6a0dd19e-69cc-822f-32ba-3d15ce9bc4ba@FreeBSD.org> Date: Fri, 27 Jan 2017 16:40:28 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 27 Jan 2017 15:40:32 -0000 Le 26/01/2017 =C3=A0 23:20, Gerald Pfeifer a =C3=A9crit : > On Wed, 25 Jan 2017, Mathieu Arnold wrote: >>> +MASTER_SITES=3D http://people.freebsd.org/~skreuzer/distfiles/ >> This is so wrong. If you want to use FreeBSD to distribute a distfile= , >> you create a "~/public_distfiles" directory, put the distfiles in it, >> and use LOCAL/ here, but you DO NOT use your public_html >> directory to do it. > I was going to submit a PR suggesting a check for this in portlint; > but wouldn't that be something for the "integrated" checkers perhaps? Well, most things that portlint do should be integrated in qa checks in the framework... > (I don't know that infrastructure, or I'd propose a patch.) It's only a shell script, it lives in Mk/Scripts/qa.sh ;-) --=20 Mathieu Arnold