From owner-freebsd-questions@FreeBSD.ORG Thu Jul 12 14:53:48 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 4248516A468 for ; Thu, 12 Jul 2007 14:53:47 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-siberian.atl.sa.earthlink.net (pop-siberian.atl.sa.earthlink.net [207.69.195.71]) by mx1.freebsd.org (Postfix) with ESMTP id C745E13C45B for ; Thu, 12 Jul 2007 14:53:47 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from fl-76-1-181-252.dhcp.embarqhsd.net ([76.1.181.252] helo=kt.weeeble.com) by pop-siberian.atl.sa.earthlink.net with smtp (Exim 3.36 #1) id 1I9036-0006Hh-00; Thu, 12 Jul 2007 10:53:44 -0400 Date: Thu, 12 Jul 2007 10:53:43 -0400 From: Randy Pratt To: Jonathan Horne Message-Id: <20070712105343.60251d12.bsd-unix@earthlink.net> In-Reply-To: <200707120846.26845.freebsd@dfwlp.com> References: <200707120846.26845.freebsd@dfwlp.com> X-Mailer: Sylpheed 2.4.3 (GTK+ 2.10.13; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: /usr/ports/packages cleanup 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: Thu, 12 Jul 2007 14:53:48 -0000 On Thu, 12 Jul 2007 08:46:26 -0500 Jonathan Horne wrote: > my packages dir is starting to have more than a few packages of incrementing > versions. example: > > [jhorne@athena All] $ ls kde-3* > kde-3.5.6_1.tbz kde-3.5.7.tbz > > is there a simple way to clean the packages directory, and only keep the > latest version of each package? I use "portsclean -P" to clean out /usr/ports/packages. Perhaps it is what you're looking for. Randy --