From owner-freebsd-questions@FreeBSD.ORG Mon Feb 9 09:28:34 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 6578816A4CE for ; Mon, 9 Feb 2004 09:28:34 -0800 (PST) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13C3743D1F for ; Mon, 9 Feb 2004 09:28:34 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id C74F2241FC for ; Mon, 9 Feb 2004 18:28:32 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 71220-05 for ; Mon, 9 Feb 2004 18:28:31 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id A8CAE241FA for ; Mon, 9 Feb 2004 18:28:31 +0100 (CET) Received: from 194.119.92.65 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 9 Feb 2004 18:28:31 +0100 (CET) Message-ID: <45794.194.119.92.65.1076347711.squirrel@webmail.thilelli.net> In-Reply-To: <20040209171856.81157.qmail@web41611.mail.yahoo.com> References: <20040209171856.81157.qmail@web41611.mail.yahoo.com> Date: Mon, 9 Feb 2004 18:28:31 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: supfile tag to use? port/src 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: Mon, 09 Feb 2004 17:28:34 -0000 > I am a little confused by what the website says and > what the example supfiles have. > > 1. When do I use "tag=."? T he website says only use > this for ports, but in my > /usr/share/examples/cvsup/standard-supfile the tag is > set to "tag=.". I thought "tag=." was saying 'gimme > the lastest thing available', but I could be mistaken. You are right. /usr/share/examples/cvsup/stable-supfile is more... explicit :) > 2. I am running 5.2-CURRENT and I want to upgrade to > 5.2.1, must I change my tag to RELENG_5_2_1? or can I > use "tag=.", which as I understand it is suspossed to > be equal to CURRENT. Isn't 5.2.1 now CURRENT? For FreeBSD-5.2 security fix branch, you can use the RELENG_5_2 tag according to the Handbook: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook\ /cvs-tags.html 5.2.1 is not here right now. -- -jg.