From owner-cvs-all@FreeBSD.ORG Fri Apr 16 10:44:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 478E616A4CE; Fri, 16 Apr 2004 10:44:19 -0700 (PDT) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 046D643D5F; Fri, 16 Apr 2004 10:44:19 -0700 (PDT) (envelope-from nectar@celabo.org) Received: from madman.celabo.org (madman.celabo.org [10.0.1.111]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "madman.celabo.org", Issuer "celabo.org CA" (not verified)) by gw.celabo.org (Postfix) with ESMTP id 964D05482B; Fri, 16 Apr 2004 12:44:18 -0500 (CDT) Received: by madman.celabo.org (Postfix, from userid 1001) id 42E066D455; Fri, 16 Apr 2004 12:44:18 -0500 (CDT) Date: Fri, 16 Apr 2004 12:44:18 -0500 From: "Jacques A. Vidrine" To: Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20040416174418.GC50670@madman.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200404160124.i3G1OlUd067575@repoman.freebsd.org> <20040416163635.GB49780@madman.celabo.org> <4080151C.1070200@fillmore-labs.com> <20040416173857.GA50670@madman.celabo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040416173857.GA50670@madman.celabo.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i Subject: Re: cvs commit: ports/sysutils/pkg_install-devel Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 17:44:19 -0000 On Fri, Apr 16, 2004 at 12:38:57PM -0500, Jacques A. Vidrine wrote: > On Fri, Apr 16, 2004 at 07:17:16PM +0200, Oliver Eikemeier wrote: > > Jacques A. Vidrine wrote: > > > > >On Thu, Apr 15, 2004 at 06:24:47PM -0700, Oliver Eikemeier wrote: > > > > > >> Introduce '*' as the lowest possible version number, so that > > >> >=2.* <3.* > > >> matches all 2.X versions, even alpha. > > > > > >How is this different from ` >=2.a <3.a ' ? > > > > It matches 2.a.b, does not match 3.a.b2 > > *scratches head* I still don't see a difference. > > 2.a <= 2.a.b < 3.a > 2.a <= 3.a < 3.a.b2 *blink* Oh, wait, I got that wrong. 2.a > 2.a.b and 3.a > 3.a.b2. Except that version names such as `2.a.b' and `3.a.b2' are unacceptable. > > and is more similar to >=2.X than >= 2.a is. > > How so? Maybe you mean to say that 2.a > 2.* ? > I find that rather confusing. I think I'm with you now. `*' is not a version number, but a glob? Cheers, -- Jacques Vidrine / nectar@celabo.org / jvidrine@verio.net / nectar@freebsd.org