diff options
author | demon <demon@FreeBSD.org> | 2014-03-10 19:28:55 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-03-10 19:28:55 +0800 |
commit | ed25c20a3a3814956383e58690b383e921b4fd63 (patch) | |
tree | b2ccdccdb14f0d49c1535a898d6648524282bd83 /Mk | |
parent | c3befbe1ea11037f806eaac142787fa6c6105921 (diff) | |
download | freebsd-ports-gnome-ed25c20a3a3814956383e58690b383e921b4fd63.tar.gz freebsd-ports-gnome-ed25c20a3a3814956383e58690b383e921b4fd63.tar.zst freebsd-ports-gnome-ed25c20a3a3814956383e58690b383e921b4fd63.zip |
Update python33: 3.3.4 --> 3.3.5.
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 e1abfa107d2c..4b6287a0446c 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -335,9 +335,9 @@ PYTHON_PORTVERSION= ${PYTHON_DEFAULT_PORTVERSION} # Python-3.3 .if ${PYTHON_VERSION} == "python3.3" -PYTHON_PORTVERSION?= 3.3.4 +PYTHON_PORTVERSION?= 3.3.5 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python33 -PYTHON_REL= 334 +PYTHON_REL= 335 PYTHON_SUFFIX= 33 PYTHON_VER= 3.3 .if exists(${PYTHON_CMD}-config) && defined(PORTNAME) && ${PORTNAME} != python33 |