From owner-svn-ports-head@FreeBSD.ORG Fri May 15 18:04:10 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 8842488B; Fri, 15 May 2015 18:04:10 +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 5D8EB1E14; Fri, 15 May 2015 18:04:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4FI4ACC085586; Fri, 15 May 2015 18:04:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4FI4AUW085585; Fri, 15 May 2015 18:04:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201505151804.t4FI4AUW085585@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 May 2015 18:04:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386445 - 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.20 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: Fri, 15 May 2015 18:04:10 -0000 Author: sunpoet Date: Fri May 15 18:04:09 2015 New Revision: 386445 URL: https://svnweb.freebsd.org/changeset/ports/386445 Log: - Remove MASTER_SITE_VIM Differential Revision: https://reviews.freebsd.org/D2520 Submitted by: feld Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Fri May 15 18:04:04 2015 (r386444) +++ head/Mk/bsd.sites.mk Fri May 15 18:04:09 2015 (r386445) @@ -1234,37 +1234,6 @@ MASTER_SITE_TUCOWS+= \ http://iinets.linux.tucows.com/files/%SUBDIR%/ .endif -# List: http://www.vim.org/mirrors.php -# Updated: 2015-01-03 -# Please make sure mirrors end in /unix/ -.if !defined(IGNORE_MASTER_SITE_VIM) -MASTER_SITE_VIM+= \ - 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://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) MASTER_SITE_WINDOWMAKER+= \ ftp://ftp.windowmaker.info/pub/%SUBDIR%/ \