Bug 174875 - [bsd.sites.mk] [patch] sync mirror list for MASTER_SITE_VIM
Summary: [bsd.sites.mk] [patch] sync mirror list for MASTER_SITE_VIM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-01 02:50 UTC by 4721@hushmail.com
Modified: 2013-01-03 17:44 UTC (History)
0 users

See Also:


Attachments
file.diff (1.90 KB, patch)
2013-01-01 02:50 UTC, 4721@hushmail.com
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description 4721@hushmail.com 2013-01-01 02:50:00 UTC
* sync list of mirrors with official list
* remove dead sites
* remove sites with missing files
* remove slow sites (> 10 seconds to serve a file) after repeated complaints by blakkheim

Fix: Patch attached with submission follows:
Comment 1 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 17:35:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-01-03 17:38:44 UTC
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)
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2013-01-03 17:44:56 UTC
State Changed
From-To: open->closed

Committed, thank you!