Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2013 15:58:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r313723 - head/Mk
Message-ID:  <201303091558.r29Fwjci012407@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar  9 15:58:45 2013
New Revision: 313723
URL: http://svnweb.freebsd.org/changeset/ports/313723

Log:
  - Update USE_PYTHON example
  - Add cosmetic tab

Modified:
  head/Mk/bsd.python.mk   (contents, props changed)

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sat Mar  9 15:47:21 2013	(r313722)
+++ head/Mk/bsd.python.mk	Sat Mar  9 15:58:45 2013	(r313723)
@@ -15,7 +15,7 @@ Python_Include_MAINTAINER=	python@FreeBS
 # is defined in the ports' makefile. Define PYTHON_VERSION to override the
 # defaults that USE_PYTHON would give you. If your port requires only some
 # set of Python versions, you can define USE_PYTHON as [min]-[max] or
-# min+. (eg. 2.1-2.3, 2.0+ or -2.2)
+# min+. (eg. 3.1-3.2, 2.7+ or -3.2)
 #
 # The variables:
 #
@@ -548,7 +548,7 @@ ZOPEPRODUCTDIR?=		Products
 .endif
 
 # Python 3rd-party modules
-PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303091558.r29Fwjci012407>