From owner-freebsd-questions@FreeBSD.ORG Thu Jun 2 03:18:24 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2AFF616A41C for ; Thu, 2 Jun 2005 03:18:24 +0000 (GMT) (envelope-from lists@rzweb.com) Received: from flabnapple.net (Flabnapple.Net [204.87.183.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id F082043D1D for ; Thu, 2 Jun 2005 03:18:23 +0000 (GMT) (envelope-from lists@rzweb.com) Received: from [10.0.1.4] (c-24-5-13-171.hsd1.ca.comcast.net [24.5.13.171]) (authenticated bits=0) by flabnapple.net (8.12.8/8.12.8) with ESMTP id j523HaKQ029948 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Wed, 1 Jun 2005 20:17:54 -0700 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: <6.1.0.6.2.20050531215349.0f673bf0@cobalt.antimatter.net> References: <29820ad5e0e326ba85251acf1b73d995@rzweb.com> <200505312139.19273.vizion@vizion.occoxmail.com> <6.1.0.6.2.20050531215349.0f673bf0@cobalt.antimatter.net> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3d0a1bb5be9d7434a22bc550d1fc8497@rzweb.com> Content-Transfer-Encoding: 7bit From: Ron Gilbert Date: Wed, 1 Jun 2005 18:57:27 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619.2) Subject: Re: New ports in -RELEASE 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, 02 Jun 2005 03:18:24 -0000 > For ports I put the following in /usr/ports/sup and then do cvsup > /usr/ports/sup > > *default host=cvsup.FreeBSD.org > *default base=/var/db > *default prefix=/usr > *default release=cvs tag=. > *default delete use-rel-suffix > *default compress > ports-all > Thank you, this worked perfectly. I guess this is one of those things that makes perfect sense once you understand it. All the books/website I was reading just make things to complex. The book I had lumped the source updating with port updating and had the horribly complex sups files. Thanks again