Date: Tue, 2 Feb 2016 20:21:47 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407844 - head/Mk/Uses Message-ID: <201602022021.u12KLl3I039160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Feb 2 20:21:47 2016 New Revision: 407844 URL: https://svnweb.freebsd.org/changeset/ports/407844 Log: Update examples to exclude version 3.2 With hat: python Modified: head/Mk/Uses/python.mk Modified: head/Mk/Uses/python.mk ============================================================================== --- head/Mk/Uses/python.mk Tue Feb 2 20:16:34 2016 (r407843) +++ head/Mk/Uses/python.mk Tue Feb 2 20:21:47 2016 (r407844) @@ -10,14 +10,14 @@ # # version If your port requires only some set of Python versions, you # can set this to [min]-[max] or min+ or -max or as an -# explicit version or as a meta port version (eg. 3.2-3.3 for -# [min]-[max], 2.7+ or -3.2 for min+ and -max, 2.7 for an +# explicit version or as a meta port version (eg. 3.3-3.4 for +# [min]-[max], 2.7+ or -3.3 for min+ and -max, 2.7 for an # explicit version or 3 for a meta port version). Example: # # USES=python:2.7 # Only use Python 2.7 -# USES=python:3.2+ # Use Python 3.2 or newer -# USES=python:3.2-3.3 # Use Python 3.2 or 3.3 -# USES=python:-3.2 # Use any Python up to 3.2 +# USES=python:3.3+ # Use Python 3.3 or newer +# USES=python:3.3-3.4 # Use Python 3.3 or 3.4 +# USES=python:-3.3 # Use any Python up to 3.3 # USES=python:2 # Use the Python 2 meta port # USES=python # Use the set default Python # # version
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022021.u12KLl3I039160>