Date: Fri, 30 May 2014 05:55:54 +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: r355790 - head/Mk Message-ID: <201405300555.s4U5ts7W059403@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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%/ \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405300555.s4U5ts7W059403>