From owner-freebsd-questions@FreeBSD.ORG Thu Oct 6 13:51:00 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 82A2D16A41F for ; Thu, 6 Oct 2005 13:51:00 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C7A443D49 for ; Thu, 6 Oct 2005 13:51:00 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so262904wxc for ; Thu, 06 Oct 2005 06:50:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=udSso7JWx2HddfLZl08BCkWcmUmuVUKU+pm4RD0zUdwh7gTsENTyQ9+MqrE5/be/nMS9eiwM+tpuranfWQLmTqmVQef9/4edpwPlNJY8fpWfhZtw4BwoGlPb+B1dKXCyFT/qh7vD6egBTnNIbViBKKjb3bxFTUGWLlAYvePf7n8= Received: by 10.70.126.18 with SMTP id y18mr1200563wxc; Thu, 06 Oct 2005 06:50:59 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Thu, 6 Oct 2005 06:50:59 -0700 (PDT) Message-ID: <54db43990510060650y4519fb6dmbb8c4783b3461b19@mail.gmail.com> Date: Thu, 6 Oct 2005 09:50:59 -0400 From: Bob Johnson To: Mikael Backman In-Reply-To: <200510061324.37587.mback99@telia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510061324.37587.mback99@telia.com> Cc: bobo1009@mailtest2.eng.ufl.edu, FreeBSD List Subject: Re: How often cvsup the ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bob Johnson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2005 13:51:00 -0000 On 10/6/05, Mikael Backman wrote: > Hi. > I use Portupgrade to install apps every now and then. > How often should I cvsup the ports? I usually cvsup the ports every time I install a port. That way I know I'm getting the latest available ports. There's not much point in running cvsup when you are not going to be using the result. Similarly, I update the source only when I'm going to be updating the system. Otherwise, I want to keep the source I actually used to build the system, in case I need to rebuild something. - Bob