From owner-freebsd-questions@FreeBSD.ORG Sun Mar 13 18:02:34 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B085516A4CE for ; Sun, 13 Mar 2005 18:02:34 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2726643D2D for ; Sun, 13 Mar 2005 18:02:34 +0000 (GMT) (envelope-from me@hexren.net) Received: by helium.webpack.hosteurope.de running Exim 4.34 using asmtp helo=hexren.steenbuck.net) id 1DAXQ7-0005Nj-Js; Sun, 13 Mar 2005 19:02:31 +0100 Date: Sun, 13 Mar 2005 19:02:30 +0100 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <5112010910.20050313190230@hexren.net> To: Dick Hoogendijk In-Reply-To: <20050313171322.GA82555@pooh.nagual.st> References: <20050313171322.GA82555@pooh.nagual.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions Subject: Re: update all ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Mar 2005 18:02:34 -0000 > To update all installed ports with protupgrade (not portmanager) will I > need "portupgrade -ra" or portupgrade -rRa" ? > This will be done _after_ running the gnome_update.sh script ;-) --------------------------------------------- Based on man portupgrade I would say that "portupgrade -a" updates all installed ports. r and R are interesting only if you want to update one port and its up/downward depencies. Hexren