From owner-freebsd-ports@FreeBSD.ORG Fri Jul 9 22:43:11 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 B74F316A4CE; Fri, 9 Jul 2004 22:43:11 +0000 (GMT) Received: from shark.rtp.freebsd.org (rtp6.bsdwins.com [192.58.184.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38EB143D39; Fri, 9 Jul 2004 22:43:11 +0000 (GMT) (envelope-from "") Received: from shark.rtp.freebsd.org (localhost [127.0.0.1]) i69MfN5H017111; Fri, 9 Jul 2004 18:41:23 -0400 (EDT) Received: (from eik@localhost) by shark.rtp.freebsd.org (8.12.11/8.12.11/Submit) id i69MfNgg017108; Fri, 9 Jul 2004 18:41:23 -0400 (EDT) Date: Fri, 9 Jul 2004 18:41:23 -0400 (EDT) Message-Id: <200407092241.i69MfNgg017108@shark.rtp.freebsd.org> X-Authentication-Warning: shark.rtp.freebsd.org: eik set sender to <> using -f From: chkversion To: FreeBSD ports X-FreeBSD-Chkversion: backwards cc: perky@FreeBSD.org Subject: Ports with version numbers going backwards: lang/stackless_python X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD ports List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2004 22:43:11 -0000 ** The following ports have a version number that sorts before a previous one ** For many package tools to work correctly, it is of utmost importance that version numbers of a port form a monotonic increasing sequence over time. Refer to the FreeBSD Porter's Handbook, 'Package Naming Conventions' for more information. Tools that won't work include pkg_version, portupgrade and portaudit. A common error is an accidental deletion of PORTEPOCH. Please fix any errors as soon as possible. - *lang/stackless_python* : stackless_python-2.3.4_1 < stackless_python-2.3.4_0402250 | revision 1.18 | date: 2004/03/22 08:59:52; author: perky; state: Exp; lines: +9 -1 | Fix stackless build broken by the recent shared-build commit. | | Submitted by: Sven Petai (master: lang/python) | revision 1.132 | date: 2004/07/09 17:17:59; author: perky; state: Exp; lines: +4 -0 | Allow to install and use 3rd party packages in X11BASE. | ${X11BASE}/lib/{python2.3{,/site-packages},site-python} will be | added to your python's sys.path if each directory exists. | | Suggested by: marcus