From owner-svn-ports-all@FreeBSD.ORG Thu Jan 3 17:38:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95C0630A; Thu, 3 Jan 2013 17:38:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6EEC1745; Thu, 3 Jan 2013 17:38:31 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r03HcVvc052787; Thu, 3 Jan 2013 17:38:31 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r03HcV8K052786; Thu, 3 Jan 2013 17:38:31 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201301031738.r03HcV8K052786@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 3 Jan 2013 17:38:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309899 - 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-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 03 Jan 2013 17:38:31 -0000 Author: rm Date: Thu Jan 3 17:38:30 2013 New Revision: 309899 URL: http://svnweb.freebsd.org/changeset/ports/309899 Log: - sync list of vim mirrors with official list on http://www.vim.org/mirrors.php - remove dead vim sites - remove vim sites with missing files - remove slow vim sites (> 10 seconds to serve a file) after repeated complaints by blakkheim (I'm not sure what's that) PR: 174875 Submitted by: 4721@hushmail.com Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Thu Jan 3 16:37:44 2013 (r309898) +++ head/Mk/bsd.sites.mk Thu Jan 3 17:38:30 2013 (r309899) @@ -1313,33 +1313,38 @@ MASTER_SITE_TUCOWS+= \ .endif # List: http://www.vim.org/mirrors.php -# Updated: 2012-10-26 +# Updated: 2013-01-03 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ - http://ftp.au.vim.org/pub/vim/unix/ \ + http://artfiles.org/vim.org/unix/ \ http://ftp.gr.vim.org/pub/vim/unix/ \ - http://ftp.ie.vim.org/pub/ftp.vim.org/pub/vim/unix/ \ http://ftp.stut.edu.tw/vim/unix/ \ http://ftp.tw.vim.org/pub/vim/unix/ \ + http://ftp.vim.ossmirror.de/pub/vim/unix/ \ + http://ftp2.jp.vim.org/pub/vim/unix/ \ + http://ftp2.kr.vim.org/pub/vim/unix/ \ http://ftp2.tw.vim.org/pub/vim/unix/ \ + http://ftp2.uk.vim.org/pub/vim/unix/ \ + http://servingzone.com/mirrors/vim/unix/ \ http://tweedo.com/mirror/ftp.vim.org/unix/ \ http://vim.cybermirror.org/unix/ \ http://vim.mirror.fr/unix/ \ - http://ftp.vim.org/pub/vim/unix/ \ + ftp://artfiles.org/vim.org/unix/ \ + ftp://ftp.ar.vim.org/pub/vim/unix/ \ ftp://ftp.ca.vim.org/pub/vim/unix/ \ ftp://ftp.de.vim.org/unix/ \ - ftp://ftp.home.vim.org/pub/vim/unix/ \ + ftp://ftp.gr.vim.org/pub/vim/unix/ \ ftp://ftp.is.vim.org/pub/vim/unix/ \ ftp://ftp.jp.vim.org/pub/vim/unix/ \ - ftp://ftp.kr.vim.org/pub/vim/unix/ \ - ftp://ftp.nl.vim.org/pub/vim/unix/ \ - ftp://ftp.sk.vim.org/pub/vim/unix/ \ + ftp://ftp.pl.vim.org/pub/vim/unix/ \ ftp://ftp.stut.edu.tw/pub/vim/unix/ \ - ftp://ftp.tw.vim.org/pub/vim/unix/ \ ftp://ftp.uk.vim.org/pub/vim/unix/ \ + ftp://ftp.za.vim.org/mirrors/ftp.vim.org/unix/ \ + ftp://ftp2.kr.vim.org/pub/vim/unix/ \ + ftp://ftp2.tw.vim.org/pub/vim/unix/ \ + ftp://ftp2.uk.vim.org/pub/vim/unix/ \ ftp://ftp3.de.vim.org/pub/vim/unix/ \ - ftp://vim.tsu.ru/pub/vim/unix/ \ - ftp://ftp.vim.org/pub/vim/unix/ + ftp://vim.tsu.ru/pub/vim/unix/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER)