svn commit: r355790 - head/Mk

Peter Wemm peter at FreeBSD.org
Fri May 30 05:55:55 UTC 2014


Author: peter (src committer)
Date: Fri May 30 05:55:54 2014
New Revision: 355790
URL: http://svnweb.freebsd.org/changeset/ports/355790
QAT: https://qat.redports.org/buildarchive/r355790/

Log:
  Part 2 of r354962: Point MASTER_SITES_LOCAL backup locations to static
  servers with the actual data - in case of a geodns failure.
  
  Approved by:	portmgr (bdrewery)

Modified:
  head/Mk/bsd.sites.mk

Modified: head/Mk/bsd.sites.mk
==============================================================================
--- head/Mk/bsd.sites.mk	Fri May 30 05:54:13 2014	(r355789)
+++ head/Mk/bsd.sites.mk	Fri May 30 05:55:54 2014	(r355790)
@@ -27,14 +27,9 @@
 .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%/ \
-	ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
-	ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
-	ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
-	ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/ \
-	ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/%SUBDIR%/
+	http://distcache.us-east.FreeBSD.org/local-distfiles/%SUBDIR%/ \
+	http://distcache.eu.FreeBSD.org/local-distfiles/%SUBDIR%/ \
+	http://distcache.us-west.FreeBSD.org/local-distfiles/%SUBDIR%/
 
 MASTER_SITE_PORTS_JP+= \
 	ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/%SUBDIR%/ \


More information about the svn-ports-all mailing list