aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.python.mk
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-11-19 14:52:23 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-11-19 14:52:23 +0000
commit82247f1486b373e728175453b95c1922911d5496 (patch)
tree0dc4e42fed303fdb404ab34ff226397450da2f0a /Mk/bsd.python.mk
parent5e69fdf215eeb9656f6381b2469a877c767a4927 (diff)
downloadports-82247f1486b373e728175453b95c1922911d5496.tar.gz
ports-82247f1486b373e728175453b95c1922911d5496.zip
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r--Mk/bsd.python.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 098a9f1bb659..9e7b0842b729 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -348,9 +348,9 @@ PYTHON_PORTVERSION= ${PYTHON_DEFAULT_PORTVERSION}
# Python-3.3
.if ${PYTHON_VERSION} == "python3.3"
-PYTHON_PORTVERSION?= 3.3.2
+PYTHON_PORTVERSION?= 3.3.3
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python33
-PYTHON_REL= 332
+PYTHON_REL= 333
PYTHON_SUFFIX= 33
PYTHON_VER= 3.3
.if exists(${PYTHON_CMD}-config)