From owner-svn-ports-all@freebsd.org Tue Jul 28 22:16:06 2015 Return-Path: Delivered-To: svn-ports-all@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 2E8149AD876; Tue, 28 Jul 2015 22:16:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2CCAD5; Tue, 28 Jul 2015 22:16:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 13CF81538; Tue, 28 Jul 2015 22:16:06 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id BFF459101; Tue, 28 Jul 2015 22:16:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id J2-w_Ct9tjM5; Tue, 28 Jul 2015 22:16:03 +0000 (UTC) Subject: Re: svn commit: r393054 - head/Mk DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com B0FF390F9 To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201507280734.t6S7Yduc073712@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <55B7FF22.6000406@FreeBSD.org> Date: Tue, 28 Jul 2015 15:16:02 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <201507280734.t6S7Yduc073712@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 28 Jul 2015 22:16:06 -0000 On 7/28/15 12:34 AM, Mathieu Arnold wrote: > Author: mat > Date: Tue Jul 28 07:34:38 2015 > New Revision: 393054 > URL: https://svnweb.freebsd.org/changeset/ports/393054 > > Log: > Add a note about not changing MASTER_SITE_BACKUP. > > Sponsored by: Absolight > > Modified: > head/Mk/bsd.port.mk > > Modified: head/Mk/bsd.port.mk > ============================================================================== > --- head/Mk/bsd.port.mk Tue Jul 28 07:34:30 2015 (r393053) > +++ head/Mk/bsd.port.mk Tue Jul 28 07:34:38 2015 (r393054) > @@ -141,7 +141,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org > # > # MASTER_SITE_BACKUP > # - Backup location(s) for distribution files and patch > -# files if not found locally and ${MASTER_SITES}/${PATCH_SITES} > +# files if not found locally and ${MASTER_SITES}/${PATCH_SITES}. > +# This should *not* be changed. Why? I assume you mean to convey that modifying MASTER_SITE_OVERRIDE is the right thing to do for local needs. This is in the user-configurable options section. It's even the first below the notice about that. Perhaps this section on MASTER_SITE_BACKUP should come out. > # Default: > # http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ > # MASTER_SITE_OVERRIDE > -- Regards, Bryan Drewery