From owner-freebsd-ports@FreeBSD.ORG Mon Jun 28 11:08:09 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F80816A4CE for ; Mon, 28 Jun 2004 11:08:09 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636BE43D1D for ; Mon, 28 Jun 2004 11:08:04 +0000 (GMT) (envelope-from sem@ciam.ru) Received: from msd-incoma.mbrd.ru ([194.117.71.30] helo=[172.16.4.9]) by mail.ciam.ru with asmtp (Exim 4.x) id 1Betz8-00075P-TZ; Mon, 28 Jun 2004 15:07:39 +0400 Message-ID: <40DFFBF8.60404@ciam.ru> Date: Mon, 28 Jun 2004 15:07:36 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Oliver Eikemeier References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD ports Subject: Re: Ports with version numbers going backwards: devel/ode X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2004 11:08:09 -0000 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.