From owner-svn-ports-all@FreeBSD.ORG Fri Feb 28 01:35:33 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9E09EBD; Fri, 28 Feb 2014 01:35:33 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD3FE1D1C; Fri, 28 Feb 2014 01:35:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1S1ZX1U001922; Fri, 28 Feb 2014 01:35:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1S1ZXwA001921; Fri, 28 Feb 2014 01:35:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402280135.s1S1ZXwA001921@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 28 Feb 2014 01:35:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346422 - 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.17 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: Fri, 28 Feb 2014 01:35:33 -0000 Author: sunpoet Date: Fri Feb 28 01:35:33 2014 New Revision: 346422 URL: http://svnweb.freebsd.org/changeset/ports/346422 QAT: https://qat.redports.org/buildarchive/r346422/ Log: - Update MASTER_SITE_VIM: - Update to latest http:// mirrors - Remove dead servers - Remove servers without latest patch (7.4.192) - Remove all ftp:// mirrors PR: ports/179330 (based on) Reference: http://www.vim.org/mirrors.php Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri Feb 28 01:30:49 2014 (r346421) +++ head/Mk/bsd.sites.mk Fri Feb 28 01:35:33 2014 (r346422) @@ -1368,40 +1368,26 @@ MASTER_SITE_TUCOWS+= \ .endif # List: http://www.vim.org/mirrors.php -# Updated: 2013-08-19 +# Updated: 2014-02-28 .if !defined(IGNORE_MASTER_SITE_VIM) MASTER_SITE_VIM+= \ http://ftp.vim.org/pub/vim/unix/ \ - http://artfiles.org/vim.org/unix/ \ - http://ftp.gr.vim.org/pub/vim/unix/ \ - http://ftp.stu.edu.tw/vim/unix/ \ + http://vim.mirrors.hostinginnederland.nl/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://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/ \ - ftp://ftp.home.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.gr.vim.org/pub/vim/unix/ \ - ftp://ftp.is.vim.org/pub/vim/unix/ \ - ftp://ftp.jp.vim.org/pub/vim/unix/ \ - ftp://ftp.pl.vim.org/pub/vim/unix/ \ - ftp://ftp.uk.vim.org/pub/vim/unix/ \ - ftp://ftp.stu.edu.tw/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/ + http://ftp.gr.vim.org/pub/vim/unix/ \ + http://mirror.netinch.com/pub/vim/unix/ \ + http://servingzone.com/mirrors/vim/unix/ \ + http://ftp2.uk.vim.org/pub/vim/unix/ \ + http://ftp2.jp.vim.org/pub/vim/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/ .endif .if !defined(IGNORE_MASTER_SITE_WINDOWMAKER)