From owner-freebsd-questions@FreeBSD.ORG Fri Apr 27 13:06:47 2007 Return-Path: X-Original-To: FreeBSD-questions@FreeBSD.org Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC3E916A401 for ; Fri, 27 Apr 2007 13:06:47 +0000 (UTC) (envelope-from chris@hier7.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.freebsd.org (Postfix) with SMTP id 828D413C4BB for ; Fri, 27 Apr 2007 13:06:47 +0000 (UTC) (envelope-from chris@hier7.com) Received: (qmail 46533 invoked from network); 27 Apr 2007 13:06:42 -0000 Received: from unknown (HELO ?172.27.1.5?) (cms.kw@rogers.com@74.109.56.227 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 27 Apr 2007 13:06:42 -0000 X-YMail-OSG: G5z9HHcVM1nc3i.56sWla4Ci5oJVvfst4ueC1hUR639X_Fbi.OyIDCLaFTvKtp99oQ-- Message-ID: <4631F567.7080002@hier7.com> Date: Fri, 27 Apr 2007 09:06:47 -0400 From: Chris Slothouber Organization: hier7 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Drew Tomlinson , FreeBSD-questions@FreeBSD.org References: <4631EB20.20808@mykitchentable.net> In-Reply-To: <4631EB20.20808@mykitchentable.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: How to Upgrade Portupgrade? 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: Fri, 27 Apr 2007 13:06:47 -0000 Drew Tomlinson wrote: > I'm attempting to update my systems. I see that portupgrade has been > moved to ports-mgmt/portupgrade in early February. I've Googled but can > not find any posts (there must be some?) on the proper steps to update. > I tried the standard and here is the output: > > lacksheep# portupgrade -n ports-mgmt/portupgrade > cd: can't cd to /usr/ports/sysutils/portupgrade > ---> Session started at: Fri, 27 Apr 2007 05:16:17 -0700 > ** No such installed package: ports-mgmt/portupgrade > ** None has been installed or upgraded. Hi Drew, Try portupgrade and specify the origin using the new path and the name of the installed portupgrade package, e.g.: portupgrade -f -o ports-mgmt/portupgrade portupgrade-2.0.1_1,1 You can get the exact name of the installed portupgrade package by running the following: pkg_info | grep portupgrade I hope this helps! All the best. - Chris Slothouber