From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 14:36:07 2004 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 4940B16A4CE; Sat, 20 Nov 2004 14:36:07 +0000 (GMT) Received: from bel.hittite.isp.9tel.net (bel.hittite.isp.9tel.net [62.62.156.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9034343D3F; Sat, 20 Nov 2004 14:36:06 +0000 (GMT) (envelope-from huwwynnjones@neuf.fr) Received: from [81.185.81.187] (unknown [81.185.81.187]) by bel.hittite.isp.9tel.net (Postfix) with ESMTP id E6376148149; Sat, 20 Nov 2004 15:46:42 +0100 (CET) From: Huw Wynn-Jones To: freebsd-questions@freebsd.org Date: Sat, 20 Nov 2004 15:36:47 +0100 User-Agent: KMail/1.7.1 References: <419EBF38.90904@yahoo.com> In-Reply-To: <419EBF38.90904@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200411201536.47617.huwwynnjones@neuf.fr> cc: questions@freebsd.org cc: Steel City Phantom Subject: Re: system wide ports upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2004 14:36:07 -0000 On Saturday 20 November 2004 04:51, Steel City Phantom wrote: > i remember there being a program out there that will go through all > my installed apps and upgrade them with the latest versions in the > ports collection, what was it called again? > > thanks portupgrade is the program. it is found in /usr/ports/sysutils/ portupgrade -varR will upgrade everything including all dependencies. check the man page cos you can get it to upgrade using binaries instead of compiling, if they are available. also the below article is very useful. http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html cheers Huw