svn commit: r325021 - head/Mk
Sofian Brabez
sbz at FreeBSD.org
Mon Aug 19 21:34:51 UTC 2013
On Mon, Aug 19, 2013 at 09:25:34PM +0000, Sofian Brabez wrote:
> Author: sbz
> Date: Mon Aug 19 21:25:34 2013
> New Revision: 325021
> URL: http://svnweb.freebsd.org/changeset/ports/325021
>
> Log:
> - Update MASTER_SITE_VIM to insure official sites are chosen as first choice
>
> Modified:
> head/Mk/bsd.sites.mk
>
> Modified: head/Mk/bsd.sites.mk
> ==============================================================================
> --- head/Mk/bsd.sites.mk Mon Aug 19 21:25:22 2013 (r325020)
> +++ head/Mk/bsd.sites.mk Mon Aug 19 21:25:34 2013 (r325021)
> @@ -1336,9 +1336,10 @@ MASTER_SITE_TUCOWS+= \
> .endif
>
> # List: http://www.vim.org/mirrors.php
> -# Updated: 2013-01-03
> +# Updated: 2013-08-19
> .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.stut.edu.tw/vim/unix/ \
> @@ -1352,6 +1353,7 @@ MASTER_SITE_VIM+= \
> http://tweedo.com/mirror/ftp.vim.org/unix/ \
> http://vim.cybermirror.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/ \
Just to clarify this commit, since r309899 we had this
http://artfiles.org/vim.org/unix/ mirror as first value in MASTER_SITE_VIM.
It results editors/vim* ports were fetched from *random* mirrors and since we
can't trust mirrors (only using sum at the moment). It's more relevant to fetch
them from the official sites are described in [1] on top of the list.
Fyi, it was introduced after the PR [2]. It's important to remember the first
value is really important in MASTER_SITE_* because it's the value chosen in make
fetch target if no timeout.
Regards
[1] http://www.vim.org/mirrors.php
[2] http://bugs.freebsd.org/174875
--
Sofian Brabez
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20130819/29ad109c/attachment.sig>
More information about the svn-ports-head
mailing list