diff options
author | koobs <koobs@FreeBSD.org> | 2014-03-04 20:38:02 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2014-03-04 20:38:02 +0800 |
commit | c78005b4f849273eced011c8e5ebc136c3f29c52 (patch) | |
tree | 7ee19eb42828ef79c35ac653d14a0c9bf89dcb05 /Mk | |
parent | 4a642720b2209ee740585af65da26612d25ba753 (diff) | |
download | freebsd-ports-gnome-c78005b4f849273eced011c8e5ebc136c3f29c52.tar.gz freebsd-ports-gnome-c78005b4f849273eced011c8e5ebc136c3f29c52.tar.zst freebsd-ports-gnome-c78005b4f849273eced011c8e5ebc136c3f29c52.zip |
lang/python33: Update to 3.3.4
- Update to 3.3.4
- Update pkg-plist
- Remove patch-CVE-2014-1912 (upstream)
- Remove patch-issue20374 (upstream)
- Repatch and rename patch-Modules__fcntlmodule.c
- Add patch-issue-20695-Lib__test__test_urllibnet.py (tests) [1]
- Add regression-test target for QA
Changes: 3.3.4 - 09/02/2014
http://docs.python.org/3.3/whatsnew/changelog.html#python-3-3-4
Extra:
- Update python-doc-html distinfo for Python 3.3 docs
- Update bsd.python.mk to support the new version
[1] http://bugs.python.org/issue20695
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 a8ebb326e54b..8ead231ee4cc 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.3 +PYTHON_PORTVERSION?= 3.3.4 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python33 -PYTHON_REL= 333 +PYTHON_REL= 334 PYTHON_SUFFIX= 33 PYTHON_VER= 3.3 .if exists(${PYTHON_CMD}-config) |