From owner-cvs-all@FreeBSD.ORG Fri Dec 24 09:27:07 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 7FA3116A4CE; Fri, 24 Dec 2004 09:27:07 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D55943D6E; Fri, 24 Dec 2004 09:27:07 +0000 (GMT) (envelope-from lioux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBO9R7qL030925; Fri, 24 Dec 2004 09:27:07 GMT (envelope-from lioux@repoman.freebsd.org) Received: (from lioux@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBO9R78X030924; Fri, 24 Dec 2004 09:27:07 GMT (envelope-from lioux) Message-Id: <200412240927.iBO9R78X030924@repoman.freebsd.org> From: Mario Sergio Fujikawa Ferreira Date: Fri, 24 Dec 2004 09:27:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/py-psyco Makefile distinfo ports/devel/py-psyco/files patch-c::codemanager.c 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, 24 Dec 2004 09:27:07 -0000 lioux 2004-12-24 09:27:07 UTC FreeBSD ports repository Modified files: devel/py-psyco Makefile distinfo Removed files: devel/py-psyco/files patch-c::codemanager.c Log: o Update to 1.3 - Includes support for Python 2.4 - Fix a memory leak when using the profiler - Built-in functions that read the local variables -- locals(), eval(), execfile(), vars(), dir(), input() -- now work correctly Approved by: maintainer (2 weeks timeout) Revision Changes Path 1.9 +5 -2 ports/devel/py-psyco/Makefile 1.5 +2 -2 ports/devel/py-psyco/distinfo 1.2 +0 -85 ports/devel/py-psyco/files/patch-c::codemanager.c (dead)