diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2011-07-22 23:12:07 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2011-07-22 23:12:07 +0800 |
commit | 378a0a9dbaae8e9a570737214e24ee8586dd2e5d (patch) | |
tree | 70ed59ca1253d2a2654cf550e869d7c52ac54e99 /Mk | |
parent | 3a638ff0f1c5ebb21759778ba15e752e87076cef (diff) | |
download | freebsd-ports-gnome-378a0a9dbaae8e9a570737214e24ee8586dd2e5d.tar.gz freebsd-ports-gnome-378a0a9dbaae8e9a570737214e24ee8586dd2e5d.tar.zst freebsd-ports-gnome-378a0a9dbaae8e9a570737214e24ee8586dd2e5d.zip |
- Update to 3.2.1
PR: ports/158850
Submitted by: wen
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.python.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index c0d56d66e0ab..6cd4b44c2a5f 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -359,9 +359,9 @@ PYTHON_PORTVERSION= ${PYTHON_DEFAULT_PORTVERSION} # Python-3.2 .if ${PYTHON_VERSION} == "python3.2" -PYTHON_PORTVERSION?=3.2 +PYTHON_PORTVERSION?=3.2.1 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python32 -PYTHON_REL= 320 +PYTHON_REL= 321 PYTHON_SUFFIX= 32 PYTHON_VER= 3.2 .if exists(${PYTHON_CMD}-config) |