From owner-freebsd-ports@FreeBSD.ORG Fri Jun 27 05:55:44 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADCC1E4D for ; Fri, 27 Jun 2014 05:55:44 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 447ED2408 for ; Fri, 27 Jun 2014 05:55:43 +0000 (UTC) Received: from mandree.no-ip.org ([78.53.180.219]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0LaGfK-1WFpeF1Epa-00m1Bk for ; Fri, 27 Jun 2014 07:55:41 +0200 Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id A6DE623CE7C for ; Fri, 27 Jun 2014 07:55:40 +0200 (CEST) Message-ID: <53AD075C.9080409@gmx.de> Date: Fri, 27 Jun 2014 07:55:40 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: RFC: Remove single MASTER_SITE warning in portlint? References: <53AD060E.9080601@freebsd.org> In-Reply-To: <53AD060E.9080601@freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Tn0Dugaz6mTJC0NGkB5l4BG8z++Wh9wgD94bh+tDO0m7SqFLsUL odpD7sBeZzt/Bj1573yhCmNVFnaIwhoIb45WZPL62DKWghj13b0WyquQhb8ebI+PrU9Szow yx+HYowfiYElO9HkORVmEVGhMaNjhgE31eVb/mspVIeDWEJ0IXQ9mKvsaWGTD1W2SIC6jgX ezr8lAygWX7M3bK9qT6GA== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 05:55:44 -0000 Am 27.06.2014 07:50, schrieb Joe Marcus Clarke: > Apparently there was some discussion on IRC about this. A PR (Bugzilla) > has been opened requesting the portlint warning about only a single > MASTER_SITE to be done away with. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191079 > > This was added before my time with portlint, and I could go either way > on it. We do have a list of CDN MASTER_SITE aliases to avoid warning > for silly things. But the question remains: do we need this warning at > all? I would probably prefer an option to make it actually run curl -I (send HTTP HEAD commands) or thereabouts against make fetch-urlall-list to check if the file is fetchable, either way you go with the warning. We could then have warnings about unfetchable URLs. I know we have separate online services for that, but it would be fitting for portlint.