Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 20:48:21 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354962 - head/Mk
Message-ID:  <201405232048.s4NKmLp4044152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
  
  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%/ \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405232048.s4NKmLp4044152>