From owner-svn-ports-head@FreeBSD.ORG Fri May 23 20:50:59 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB7A3B5F for ; Fri, 23 May 2014 20:50:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 77EF42574 for ; Fri, 23 May 2014 20:50:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4NKoxbP000575 for ; Fri, 23 May 2014 20:50:59 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4NKoxhq000570 for svn-ports-head@freebsd.org; Fri, 23 May 2014 20:50:59 GMT (envelope-from bdrewery) Received: (qmail 21517 invoked from network); 23 May 2014 15:50:56 -0500 Received: from unknown (HELO roundcube.xk42.net) (10.10.5.5) by sweb.xzibition.com with SMTP; 23 May 2014 15:50:56 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 23 May 2014 15:50:56 -0500 From: Bryan Drewery To: Peter Wemm Subject: Re: svn commit: r354962 - head/Mk Organization: FreeBSD In-Reply-To: <201405232048.s4NKmLp4044152@svn.freebsd.org> References: <201405232048.s4NKmLp4044152@svn.freebsd.org> Message-ID: <66454299f2beb6300e5fc62cfb596d9f@shatow.net> X-Sender: bdrewery@FreeBSD.org User-Agent: Roundcube Webmail/0.9.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 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, 23 May 2014 20:50:59 -0000 On 2014-05-23 15:48, Peter Wemm wrote: > Author: peter (src committer) > Date: Fri May 23 20:48:20 2014 > New Revision: 354962 > URL: http://svnweb.freebsd.org/changeset/ports/354962 > QAT: https://qat.redports.org/buildarchive/r354962/ > > Log: > Point MASTER_SITES_BACKUP / MASTER_SITES_LOCAL to > distcache.FreeBSD.org > Thanks!!! > Approved by: portmgr (bdrewery) > > Modified: > head/Mk/bsd.port.mk > head/Mk/bsd.sites.mk > > Modified: head/Mk/bsd.port.mk > ============================================================================== > --- head/Mk/bsd.port.mk Fri May 23 20:08:19 2014 (r354961) > +++ head/Mk/bsd.port.mk Fri May 23 20:48:20 2014 (r354962) > @@ -144,7 +144,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org > # - Backup location(s) for distribution files and patch > # files if not found locally and ${MASTER_SITES}/${PATCH_SITES} > # Default: > -# > http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ > +# http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ > # MASTER_SITE_OVERRIDE > # - If set, override the MASTER_SITES setting with this > # value. > @@ -2555,7 +2555,7 @@ PATCH_SITES_TMP= > > # The primary backup site. > MASTER_SITE_BACKUP?= \ > - http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ > + http://distcache.FreeBSD.org/ports-distfiles/${DIST_SUBDIR}/ > MASTER_SITE_BACKUP:= ${MASTER_SITE_BACKUP:S^\${DIST_SUBDIR}/^^} > > # If the user has MASTER_SITE_FREEBSD set, go to the FreeBSD > repository > > Modified: head/Mk/bsd.sites.mk > ============================================================================== > --- head/Mk/bsd.sites.mk Fri May 23 20:08:19 2014 (r354961) > +++ head/Mk/bsd.sites.mk Fri May 23 20:48:20 2014 (r354962) > @@ -26,6 +26,7 @@ > # Where to put distfiles that don't have any other master site > .if !defined(IGNORE_MASTER_SITE_LOCAL) > MASTER_SITE_LOCAL+= \ > + http://distcache.FreeBSD.org/local-distfiles/%SUBDIR%/ \ > http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \ > ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ > \ -- Regards, Bryan Drewery