From owner-svn-ports-all@FreeBSD.ORG Sat May 24 18:05:31 2014 Return-Path: Delivered-To: svn-ports-all@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 DBB6074E; Sat, 24 May 2014 18:05:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 AE4952FAB; Sat, 24 May 2014 18:05:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4OI5V09025688; Sat, 24 May 2014 18:05:31 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4OI5V7l025685; Sat, 24 May 2014 18:05:31 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201405241805.s4OI5V7l025685@svn.freebsd.org> From: Bryan Drewery Date: Sat, 24 May 2014 18:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r355068 - branches/2014Q2/Mk X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Sat, 24 May 2014 18:05:31 -0000 Author: bdrewery Date: Sat May 24 18:05:30 2014 New Revision: 355068 URL: http://svnweb.freebsd.org/changeset/ports/355068 QAT: https://qat.redports.org/buildarchive/r355068/ Log: MFH: r354962 Point MASTER_SITES_BACKUP / MASTER_SITES_LOCAL to distcache.FreeBSD.org Modified: branches/2014Q2/Mk/bsd.port.mk branches/2014Q2/Mk/bsd.sites.mk Directory Properties: branches/2014Q2/ (props changed) Modified: branches/2014Q2/Mk/bsd.port.mk ============================================================================== --- branches/2014Q2/Mk/bsd.port.mk Sat May 24 18:05:08 2014 (r355067) +++ branches/2014Q2/Mk/bsd.port.mk Sat May 24 18:05:30 2014 (r355068) @@ -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. @@ -2489,7 +2489,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: branches/2014Q2/Mk/bsd.sites.mk ============================================================================== --- branches/2014Q2/Mk/bsd.sites.mk Sat May 24 18:05:08 2014 (r355067) +++ branches/2014Q2/Mk/bsd.sites.mk Sat May 24 18:05:30 2014 (r355068) @@ -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%/ \