From owner-freebsd-questions@FreeBSD.ORG Tue Sep 21 17:40:05 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 97D8E16A4CE for ; Tue, 21 Sep 2004 17:40:05 +0000 (GMT) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A10143D4C for ; Tue, 21 Sep 2004 17:40:05 +0000 (GMT) (envelope-from curtis@npc-usa.com) Received: (qmail 14835 invoked from network); 21 Sep 2004 17:40:05 -0000 Received: from dsl017-040-162.sea1.dsl.speakeasy.net (HELO crab.npc-usa.com) ([69.17.40.162]) (envelope-sender ) by mail2.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 21 Sep 2004 17:40:05 -0000 Received: from [10.0.1.12] (OSX [10.0.1.12]) by crab.npc-usa.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id R5CNQ8BM; Tue, 21 Sep 2004 10:39:07 -0700 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <451E9011-0BF5-11D9-B049-000393934006@npc-usa.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-questions@freebsd.org From: Curtis Vaughan Date: Tue, 21 Sep 2004 10:40:03 -0700 X-Mailer: Apple Mail (2.619) Subject: Port upgrading - my way 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: Tue, 21 Sep 2004 17:40:05 -0000 I got a lot of feedback earlier about ways to do port upgrades and I really appreciate it. I know everyone has their own way. For now, I am doing it the following way. I just want to know whether there is any reason I shouldn't be doing it this way. In other words, by doing it this way is there a potential problem or error that my result? First I run: /usr/local/bin/cvsup -g -L 2 /root/cvsup/ports-supfile My ports-supfile reads: *default host=cvsup10.us.FreeBSD.org *default base=/usr/local/etc/cvsup *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix *default compress ports-all tag=. Then I run: portupgrade -a That's it.