From owner-freebsd-ports@FreeBSD.ORG Wed Jul 29 20:23:17 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5770C106566C for ; Wed, 29 Jul 2009 20:23:17 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 311058FC24 for ; Wed, 29 Jul 2009 20:23:16 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 3D0135C2D; Wed, 29 Jul 2009 16:23:16 -0400 (EDT) Date: Wed, 29 Jul 2009 16:23:16 -0400 From: Wesley Shields To: Glen Barber Message-ID: <20090729202316.GA54598@atarininja.org> References: <200907291305.n6TD5KST010432@mp.cs.niu.edu> <20090729135956.GA882@titania.njm.me.uk> <20090729192643.GA8214@pp.htv.fi> <4ad871310907291312s6f4e1c1dx7e91e5d61b5c4c95@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4ad871310907291312s6f4e1c1dx7e91e5d61b5c4c95@mail.gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Scott Bennett , Esa Karkkainen , freebsd-ports@freebsd.org Subject: Re: this time it's vim/distfiles X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 20:23:17 -0000 On Wed, Jul 29, 2009 at 04:12:05PM -0400, Glen Barber wrote: > On Wed, Jul 29, 2009 at 3:26 PM, Esa Karkkainen wrote: > > On Wed, Jul 29, 2009 at 02:59:56PM +0100, N.J. Mann wrote: > >> Try changing distinfo accordingly. > > > > You can use your favourite editor or run the following commands as root > > > > # cd /usr/ports/editors/vim > > # sed -I .orig -e 's/7\.2\.041%/7.2.041^/' distinfo > > > > That shouldn't fix the problem, because according to the OP's error: > > => No MD5 checksum recorded for vim/7.2.041^. > => No SHA256 checksum recorded for vim/7.2.041^. > => No suitable checksum found for vim/7.2.041^. > > Meaning, there is no checksum for the file with '^' in place of '%'. That sed line will replace the % with a ^, but it doesn't matter anymore. I just committed a fix for this. Please give it time to mirror out and you should be fine. -- WXS