Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jun 2004 15:07:36 +0400
From:      Sergey Matveychuk <sem@ciam.ru>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        FreeBSD ports <ports@FreeBSD.org>
Subject:   Re: Ports with version numbers going backwards: devel/ode
Message-ID:  <40DFFBF8.60404@ciam.ru>
In-Reply-To: <E4B7CD04-C88E-11D8-9FE1-00039312D914@fillmore-labs.com>
References:  <E4B7CD04-C88E-11D8-9FE1-00039312D914@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Eikemeier wrote:

> The current sort order is
> 
>   0.5 = 0.05 = 0.005 < 0.39 = 0.039 < 0.50 = 0.050 < 0.390 < 0.500
> 
> What do you expect?
> 
>   0.005 < 0.039 < 0.05 = 0.050 < 0.39 = 0.390 < 0.5 = 0.50 = 0.500
> 
> would imply that
> 
>   FreeBSD 4.1 = FreeBSD 4.10

OK. I see your point.

> or do you have a suggestion of a different sort order that would mandate 
> 0.039 < 0.5?

May be numbers with leading zeros after a dot interpret different?

0.005 < 0.039 < 0.05 < 0.050 < 0.39 < 0.390 < 0.5 < 0.50 < 0.500

4.01 < 4.1 < 4.10 < 4.100

It makes problems?

-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40DFFBF8.60404>