From owner-freebsd-questions@FreeBSD.ORG Sun Apr 19 07:54:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC50B106564A for ; Sun, 19 Apr 2009 07:54:06 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id A9D2F8FC12 for ; Sun, 19 Apr 2009 07:54:06 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by yw-out-2324.google.com with SMTP id 5so924927ywh.13 for ; Sun, 19 Apr 2009 00:54:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=MOFCTKS7DTrt73uhXK2MWxuwyBNFdGeUVvEfhng7arE=; b=Dy+7ow7muuMTAfBXwcJAUm7WxiDwYn+ffjtx5wdfCvKWh3x0fKWo1O09XHb4LIlc3R YtgBN3bfONSEDAxjIW3lUajUTaUMNmD+hBKogTNdQ5sJBSStnEMMrna7H2q+cZ4YYRg5 QTHDWqeZYlutVZKVUDQDwyDc2hsLhwpTzMYt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=bbx0DNR2jELQlFj7PfhYI0IhmsgMIqcIcs9ts2d9llyQ8QYnpLMZitSJC/vCJ+grEj 6USeAlVPFWUM0Xw1lIYxouB06+mpleYLtm7p420fIPc77g2lduI4rEoJ3aGJNwuefTE1 Sc9LoOIx4lr0YQktyOziP0cx4RxuDOZHStjec= MIME-Version: 1.0 Received: by 10.90.93.17 with SMTP id q17mr5682395agb.4.1240127646111; Sun, 19 Apr 2009 00:54:06 -0700 (PDT) Date: Sun, 19 Apr 2009 09:54:06 +0200 Message-ID: <1bd550a00904190054j4246156bma9d3bf51f7c4b840@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Vim port problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 07:54:07 -0000 Hi all, I have the latest version of the ports collection (gotten with portsnap). I performed a whole update of my system (FreeBSD 7.1-RELEASE-p4 #12). Everything went fine save the vim port. It is unable to download vim-7.2.tar.bz2 despite the fact that the URL portupgrade tries to download from, exists: http://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 It was unable to download the file from any other sites. Several different errors (Move permanently, range request not satisfiable...) However, I downloaded that file from the first site using 'fetch', place the file in /usr/ports/distfiles/vim and I could install the package... Any ideas on this problem? Thanks in advance.