From owner-freebsd-questions@FreeBSD.ORG Fri Apr 27 13:15:21 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 B73CD16A400 for ; Fri, 27 Apr 2007 13:15:21 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD5A13C455 for ; Fri, 27 Apr 2007 13:15:21 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from archangel.daleco.biz ([69.27.149.254]) by ezekiel.daleco.biz (8.13.8/8.13.1) with ESMTP id l3RDFInx082536; Fri, 27 Apr 2007 08:15:19 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <4631F760.80809@daleco.biz> Date: Fri, 27 Apr 2007 08:15:12 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070418 SeaMonkey/1.1.1 MIME-Version: 1.0 To: Drew Tomlinson 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: FreeBSD Questions 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:15:21 -0000 Drew Tomlinson wrote: > So this seems like updating portupgrade should be trivial but I am > stuck. Suggestions appreciated. Yeah, I missed the note on this one, too. Not the change note, but I don't recall seeing the instructions on what to do about it. Tried deinstalling portupgrade and reinstalling? The catch-22, of course, is that you can't "cd /usr/ports/sysutils/portupgrade" in order to `make deinstall`. However, this might work (and I believe it's the kludge I used to get around the issue): $ rm -rf /var/db/pkg/portupgrade* $ cd /usr/ports/ports-mgmt/portupgrade $ make install clean HTH, Kevin Kinsey -- Schmidt's Observation: All things being equal, a fat person uses more soap than a thin person.