From owner-freebsd-ports Thu Dec 13 6:30:48 2001 Delivered-To: freebsd-ports@freebsd.org Received: from voi.aagh.net (pc1-hart4-0-cust168.mid.cable.ntl.com [62.254.84.168]) by hub.freebsd.org (Postfix) with ESMTP id E4FA037B422; Thu, 13 Dec 2001 06:30:33 -0800 (PST) Received: from freaky by voi.aagh.net with local (Exim 3.33 #1) id 16E7io-0007JW-00; Wed, 12 Dec 2001 11:38:46 +0000 Date: Wed, 12 Dec 2001 11:38:46 +0000 From: Thomas Hurst To: Ernst de Haan Cc: ports@freebsd.org, knu@idaemons.org Subject: Re: Automatically portupgrading Message-ID: <20011212113846.GA27886@voi.aagh.net> References: <200112121101.fBCB1GY80288@zaphod.euronet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200112121101.fBCB1GY80288@zaphod.euronet.nl> User-Agent: Mutt/1.3.24i Organization: Not much. X-Operating-System: FreeBSD/4.4-STABLE (i386) X-Uptime: 11:30AM up 28 days, 13:32, 4 users, load averages: 2.11, 2.06, 2.01 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Ernst de Haan (znerd@freebsd.org) wrote: > I'm running pkgdepfix, and I get a lot of messages that I'm having old > versions of packages. > > Can I automatically run portupgrade for all of my packages somehow? Since the package name you provide is a glob, portupgrade '*' should do the trick (you need the quotes to stop your shell expanding it to the contents of ./*) It's probably a good idea to stick to upgrading specific things and their dependencies though, i.e. portupgrade -rR so you can keep track of what's happening. This way is likely to expose redundant ports by not upgrading them too :) -- Thomas 'Freaky' Hurst - freaky@aagh.net - http://www.aagh.net/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message