From owner-cvs-all@FreeBSD.ORG Tue Aug 3 23:23:53 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 029D5106566B; Tue, 3 Aug 2010 23:23:53 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E682C8FC0C; Tue, 3 Aug 2010 23:23:52 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o73NNq1O072106; Tue, 3 Aug 2010 23:23:52 GMT (envelope-from glarkin@repoman.freebsd.org) Received: (from glarkin@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o73NNqed072105; Tue, 3 Aug 2010 23:23:52 GMT (envelope-from glarkin) Message-Id: <201008032323.o73NNqed072105@repoman.freebsd.org> From: Greg Larkin Date: Tue, 3 Aug 2010 23:23:52 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/py-pyro Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 23:23:53 -0000 glarkin 2010-08-03 23:23:52 UTC FreeBSD ports repository Modified files: devel/py-pyro Makefile Log: - py-pyro requires at least Python 2.5, so update the USE_PYTHON variable. Build output with Python forced to version 2.4: ===> py24-pyro-4.1 depends on file: /usr/local/bin/python2.4 - found ===> Configuring for py24-pyro-4.1 Traceback (most recent call last): File "setup.py", line 6, in ? import Pyro.constants File "src/Pyro/__init__.py", line 10, in ? raise RuntimeError("Pyro requires at least Python 2.5") RuntimeError: Pyro requires at least Python 2.5 *** Error code 1 Stop in /a/ports/devel/py-pyro. Revision Changes Path 1.9 +1 -1 ports/devel/py-pyro/Makefile