From owner-svn-ports-head@FreeBSD.ORG Thu Jan 8 01:50:12 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1EE9F7B4; Thu, 8 Jan 2015 01:50:12 +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 E41B9FBD; Thu, 8 Jan 2015 01:50:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t081oBqI045591; Thu, 8 Jan 2015 01:50:11 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t081oB4q045590; Thu, 8 Jan 2015 01:50:11 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201501080150.t081oB4q045590@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Thu, 8 Jan 2015 01:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376509 - head/Mk X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 08 Jan 2015 01:50:12 -0000 Author: feld Date: Thu Jan 8 01:50:10 2015 New Revision: 376509 URL: https://svnweb.freebsd.org/changeset/ports/376509 QAT: https://qat.redports.org/buildarchive/r376509/ Log: Update MASTER_SITES_VIM with a full list of functional mirrors. Mirrors have been ordered by suggestion from ports-mgmt/fastest_sites Differential Revision: https://reviews.freebsd.org/D1427 Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Jan 8 01:23:17 2015 (r376508) +++ head/Mk/bsd.sites.mk Thu Jan 8 01:50:10 2015 (r376509) @@ -1383,26 +1383,34 @@ MASTER_SITE_TUCOWS+= \ .endif # List: http://www.vim.org/mirrors.php -# Updated: 2014-02-28 +# Updated: 2015-01-03 +# Please make sure mirrors end in /unix/ .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ - http://ftp.vim.org/pub/vim/unix/ \ - http://vim.mirrors.hostinginnederland.nl/unix/ \ - http://ftp.tw.vim.org/pub/vim/unix/ \ - http://ftp2.tw.vim.org/pub/vim/unix/ \ - http://artfiles.org/vim.org/unix/ \ - http://vim.cybermirror.org/unix/ \ - http://ftp.vim.ossmirror.de/pub/vim/unix/ \ - http://tweedo.com/mirror/ftp.vim.org/unix/ \ - http://vim.mirror.fr/unix/ \ - http://ftp.gr.vim.org/pub/vim/unix/ \ - http://mirror.netinch.com/pub/vim/unix/ \ - http://servingzone.com/mirrors/vim/unix/ \ + http://mirrors-usa.go-parts.com/pub/vim/unix/ \ http://ftp2.uk.vim.org/pub/vim/unix/ \ + http://ftp.vim.ossmirror.de/pub/vim/unix/ \ + http://ftp.stust.edu.tw/vim/unix/ \ + http://vim.cybermirror.org/unix/ \ + http://www.netgull.com/vim/unix/ \ http://ftp2.jp.vim.org/pub/vim/unix/ \ + http://mirrors.go-parts.com/pub/vim/unix/ \ + http://artfiles.org/vim.org/unix/ \ http://ftp2.kr.vim.org/pub/vim/unix/ \ - http://mirrors-usa.go-parts.com/pub/vim/unix/ \ - ftp://ftp.home.vim.org/pub/vim/unix/ + http://mirror.netinch.com/pub/vim/unix/ \ + http://ftp.es.vim.org/pub/vim/unix/ \ + http://ftp.gr.vim.org/pub/vim/unix/ \ + http://tweedo.com/mirror/ftp.vim.org/unix/ \ + http://mirrors-br.go-parts.com/pub/vim/unix/ \ + http://ftp2.tw.vim.org/pub/vim/unix/ \ + http://mirrors-au.go-parts.com/pub/vim/unix/ \ + http://mirrors-uk.go-parts.com/pub/vim/unix/ \ + http://ftp.tw.vim.org/pub/vim/unix/ \ + http://funnyshare.org/mirrors/vim/unix/ \ + http://mirrors-ru.go-parts.com/pub/vim/unix/ \ + http://servingzone.com/mirrors/vim/unix/ \ + http://ftp.ro.vim.org/mirrors/ftp.vim.org/unix/ \ + http://vim.mirror.fr/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER)