From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:05:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5D7D106564A; Thu, 13 Sep 2012 04:05:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B04418FC16; Thu, 13 Sep 2012 04:05:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D45fa2012382; Thu, 13 Sep 2012 04:05:41 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D45fss012380; Thu, 13 Sep 2012 04:05:41 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209130405.q8D45fss012380@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 04:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304171 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:05:41 -0000 Author: rm Date: Thu Sep 13 04:05:41 2012 New Revision: 304171 URL: http://svn.freebsd.org/changeset/ports/304171 Log: - remove PYDISTUTILS "dependency line" since USE_PYTHON will garantee availability of distutils module. There is no consumers of this in the tree. - add PYGAME shortcut for devel/py-game Modified: head/Mk/bsd.python.mk Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Thu Sep 13 03:35:09 2012 (r304170) +++ head/Mk/bsd.python.mk Thu Sep 13 04:05:41 2012 (r304171) @@ -99,8 +99,7 @@ Python_Include_MAINTAINER= python@FreeBS # PYTHONPREFIX_LIBDIR default: ${PREFIX}/lib/${PYTHON_VERSION} # PYTHONPREFIX_SITELIBDIR default: ${PYTHONPREFIX_LIBDIR}/site-packages # -# PYDISTUTILS - Dependency line for the distutils extension. As of -# Python-2.0, the distutils are in the base distribution. +# PYGAME - Dependency line for the Pygame library. # # PYNUMERIC - Dependency line for the numeric extension. # @@ -525,7 +524,7 @@ ZOPEPRODUCTDIR?= Products .endif # Python 3rd-party modules -PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} +PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml