Date: Wed, 12 Dec 2001 11:38:46 +0000 From: Thomas Hurst <tom.hurst@clara.net> To: Ernst de Haan <znerd@freebsd.org> Cc: ports@freebsd.org, knu@idaemons.org Subject: Re: Automatically portupgrading Message-ID: <20011212113846.GA27886@voi.aagh.net> In-Reply-To: <200112121101.fBCB1GY80288@zaphod.euronet.nl> References: <200112121101.fBCB1GY80288@zaphod.euronet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
* 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 <foo> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011212113846.GA27886>