From owner-freebsd-questions@FreeBSD.ORG Thu May 8 22:00:18 2008 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 96DA11065673 for ; Thu, 8 May 2008 22:00:18 +0000 (UTC) (envelope-from fbsd06+VX=d9610245@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF378FC16 for ; Thu, 8 May 2008 22:00:18 +0000 (UTC) (envelope-from fbsd06+VX=d9610245@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id B685B23E4B5 for ; Thu, 8 May 2008 18:00:16 -0400 (EDT) Date: Thu, 8 May 2008 23:00:12 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20080508230012.2056d4db@gumby.homeunix.com.> In-Reply-To: <20080508210247.GB70286@demeter.hydra> References: <20080508202543.GA70286@demeter.hydra> <482367FF.3000100@adventuras.no> <20080508210247.GB70286@demeter.hydra> X-Mailer: Claws Mail 3.4.0 (GTK+ 2.12.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: neon port won't upgrade 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: Thu, 08 May 2008 22:00:18 -0000 On Thu, 8 May 2008 15:02:47 -0600 Chad Perrin wrote: > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > > > > portupgrade -f -o www/neon26 neon > > > > seemed to work for me > > Isn't this the sort of information that should be > in /usr/ports/UPDATING? In my case, there's nothing in that file that > comes up when I search for the string "neon" (without quotes). Actually, isn't portupgrade supposed to handle moved origins automatically? There's an --ignore-moved option, and in the script there's some code for finding the new origin at the top of the function do_upgrade().