From ekarkkai@pp.htv.fi  Wed Aug  8 17:15:06 2007
Return-Path: <ekarkkai@pp.htv.fi>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 570EF16A420
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Aug 2007 17:15:06 +0000 (UTC)
	(envelope-from ekarkkai@pp.htv.fi)
Received: from smtp4.pp.htv.fi (smtp4.pp.htv.fi [213.243.153.38])
	by mx1.freebsd.org (Postfix) with ESMTP id D5E4E13C442
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Aug 2007 17:15:05 +0000 (UTC)
	(envelope-from ekarkkai@pp.htv.fi)
Received: from zero.my.domain (cs181095217.pp.htv.fi [82.181.95.217])
	by smtp4.pp.htv.fi (Postfix) with ESMTP id 2D64B5BC0FD;
	Wed,  8 Aug 2007 19:58:03 +0300 (EEST)
Received: from thunderbolt.my.domain (thunderbolt.my.domain [10.192.168.30])
	by zero.my.domain (8.13.8/8.13.8) with ESMTP id l78Gw2gk046711;
	Wed, 8 Aug 2007 19:58:02 +0300 (EEST)
	(envelope-from ekarkkai@pp.htv.fi)
Received: from thunderbolt.my.domain (localhost [127.0.0.1])
	by thunderbolt.my.domain (8.13.8/8.13.8) with ESMTP id l78Gw24U024048;
	Wed, 8 Aug 2007 19:58:02 +0300 (EEST)
	(envelope-from ejk@thunderbolt.my.domain)
Received: (from ejk@localhost)
	by thunderbolt.my.domain (8.13.8/8.13.8/Submit) id l78Gw2pB024047;
	Wed, 8 Aug 2007 19:58:02 +0300 (EEST)
	(envelope-from ejk)
Message-Id: <200708081658.l78Gw2pB024047@thunderbolt.my.domain>
Date: Wed, 8 Aug 2007 19:58:02 +0300 (EEST)
From: Esa Karkkainen <ejk@iki.fi>
Reply-To: Esa Karkkainen <ejk@iki.fi>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Esa Karkkainen <ejk@iki.fi>
Subject: Patch for MASTER_SITE_VIM sites in Mk/bsd.sites.mk file
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         115322
>Category:       ports
>Synopsis:       Patch for MASTER_SITE_VIM sites in Mk/bsd.sites.mk file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 08 17:20:03 GMT 2007
>Closed-Date:    Wed Aug 15 16:56:07 GMT 2007
>Last-Modified:  Wed Aug 15 17:00:05 GMT 2007
>Originator:     Esa Karkkainen
>Release:        FreeBSD 6.2-RELEASE-p7 i386
>Organization:
Is in state of disintegration
>Environment:

System: FreeBSD 6.2-RELEASE-p7 Thu Aug 2 17:50:20 EEST 2007
Ports tree: cvsupped at Wed Aug  8 19:01:09 EEST 2007

>Description:

ftp://ftp2.us.vim.org and ftp://ftp.se.vim.org/ sites do not accept
ftp connections

ftp://ftp.de.vim.org site has incorrect directory in URL

>How-To-Repeat:

$ ftp -a ftp://ftp2.us.vim.org/pub/vim/unix/
ftp: connect: Operation timed out
ftp: Can't connect or login to host `ftp2.us.vim.org'

$ ftp -a ftp://ftp.se.vim.org/pub/vim/unix/
ftp: connect: Operation timed out
ftp: Can't connect or login to host `ftp.se.vim.org'

$  ftp -a ftp://ftp.de.vim.org/pub/vim/unix/
Connected to vim.ftp.fu-berlin.de.
220 Vim.FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
230 Vim.FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
550 pub: No such file or directory
221 Goodbye.

$ ftp -a ftp://ftp.de.vim.org/unix/
Connected to vim.ftp.fu-berlin.de.
220 Vim.FTP.FU-Berlin.DE ready.
331 Anonymous login ok, send anything as password.
230 Vim.FTP.FU-Berlin.DE login ok.
Remote system type is UNIX.
Using binary mode to transfer files.
200 Type set to I
250 CWD command successful
ftp> dir vim-7.1.tar.bz2
229 Entering Extended Passive Mode (|||63964|)
150 Opening ASCII mode data connection for file list
-rw-r--r--   1 VIM      FU-Berlin  6876053 May 12 10:10 vim-7.1.tar.bz2
226 Transfer complete.
ftp> quit
221 Goodbye.

>Fix:

--- /usr/ports/Mk/bsd.sites.mk	Fri Jul 13 14:24:15 2007
+++ Mk/bsd.sites.mk	Wed Aug  8 19:37:13 2007
@@ -1283,16 +1283,14 @@
 .if !defined(IGNORE_MASTER_SITE_VIM)
 MASTER_SITE_VIM+= \
 	ftp://ftp.vim.org/pub/vim/unix/  \
-	ftp://ftp2.us.vim.org/pub/vim/unix/ \
 	ftp://ftp9.us.vim.org/pub/vim/unix/ \
 	ftp://ftp.ca.vim.org/pub/vim/unix/ \
 	ftp://ftp.nl.vim.org/pub/vim/unix/ \
-	ftp://ftp.de.vim.org/pub/vim/unix/ \
+	ftp://ftp.de.vim.org/unix/ \
 	ftp://ftp3.de.vim.org/pub/vim/unix/ \
 	ftp://ftp.uk.vim.org/pub/vim/unix/ \
 	ftp://ftp.ie.vim.org/pub/vim/unix/ \
 	ftp://ftp.at.vim.org/pub/vim/unix/ \
-	ftp://ftp.se.vim.org/pub/vim/unix/ \
 	ftp://ftp.pt.vim.org/pub/vim/unix/ \
 	ftp://ftp.is.vim.org/pub/vim/unix/ \
 	ftp://ftp.il.vim.org/pub/vim/unix/ \
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sat 
State-Changed-When: Wed Aug 15 16:55:29 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

Note that the us mirror works for me now, so I did not remove it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=115322 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/115322: commit references a PR
Date: Wed, 15 Aug 2007 16:54:21 +0000 (UTC)

 sat         2007-08-15 16:54:14 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.sites.mk 
   Log:
   - Update the list of vim mirrors
   
   PR:             ports/115322
   Submitted by:   Esa Karkkainen <ejk@iki.fi>
   
   Revision  Changes    Path
   1.425     +2 -3      ports/Mk/bsd.sites.mk
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
