From owner-freebsd-questions@FreeBSD.ORG Mon Jun 7 18:22:25 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 EDFE516A4D0 for ; Mon, 7 Jun 2004 18:22:25 +0000 (GMT) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8651A43D1D for ; Mon, 7 Jun 2004 18:22:25 +0000 (GMT) (envelope-from dgw@liwest.at) Received: from cm217-96.liwest.at ([81.10.217.96]) by lilzmailso02.liwest.at with esmtp (Exim 4.24) id 1BXOk5-0005RE-QV; Mon, 07 Jun 2004 20:21:05 +0200 From: Daniela To: Tim Traver , freebsd-questions@freebsd.org Date: Mon, 7 Jun 2004 19:14:34 +0000 User-Agent: KMail/1.5.3 References: <6.0.1.1.0.20040607102435.02945ae8@209.132.1.30> In-Reply-To: <6.0.1.1.0.20040607102435.02945ae8@209.132.1.30> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406071914.34323.dgw@liwest.at> Subject: Re: port upgrades X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: dgw@liwest.at List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jun 2004 18:22:26 -0000 On Monday 07 June 2004 17:28, Tim Traver wrote: > Hi all, > Is there a way to do a quick update of a particular port directory ??? > I don't necessarily want to do the portupgrade, but just get the > latest port files for a particular port. > Right now, if i want to make sure the ports are up to date, I have to > use sysinstall to download the entire port collection, which takes > forever... > Am I missing a quick utility to just check and make sure I have the > latest port files for one at a time ? You could use CVSup to update just the directories you want, and you can also put this into the system crontab to periodically run it. That's pretty convenient. Daniela