From owner-cvs-all@FreeBSD.ORG Fri Apr 8 09:14:17 2005 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 80FA516A4CE; Fri, 8 Apr 2005 09:14:17 +0000 (GMT) Received: from 21322530218.direct.eti.at (21322530218.direct.eti.at [213.225.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FE743D1F; Fri, 8 Apr 2005 09:14:16 +0000 (GMT) (envelope-from tilman@arved.at) Received: from jim.arved.de (localhost [127.0.0.1])j389EE2b018062; Fri, 8 Apr 2005 11:14:14 +0200 (CEST) (envelope-from tilman@arved.at) Received: (from arved@localhost) by jim.arved.de (8.13.1/8.13.1/Submit) id j389EDKJ018061; Fri, 8 Apr 2005 11:14:14 +0200 (CEST) (envelope-from tilman@arved.at) X-Authentication-Warning: jim.arved.de: arved set sender to tilman@arved.at using -f Date: Fri, 8 Apr 2005 11:14:13 +0200 From: Tilman Linneweh To: Edwin Groothuis Message-ID: <20050408091413.GA18029@arved.at> References: <200504080847.j388lE8c030800@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504080847.j388lE8c030800@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/games/taxipilot Makefile 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, 08 Apr 2005 09:14:17 -0000 * Edwin Groothuis [Fri, 08 Apr 2005 at 10:47 GMT]: > edwin 2005-04-08 08:47:14 UTC > > FreeBSD ports repository > > Modified files: > games/taxipilot Makefile > Log: > taxipilot-0.9.1 < taxipilot-0.9.01_2, therefor PORTEPOCH bumped According to pkg_version -t, it is not < but =, but that's just a minor bug in the chkversion script. You have beaten me, I was just about to commit a different solution, avoiding PORTEPOCH, by adding a trailing zero. But anyway, thanks for fixing this. regards tilman