summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2015-07-03 13:34:41 +0000
committerBernard Spil <brnrd@FreeBSD.org>2015-07-03 13:34:41 +0000
commit318cae9c093af0faaeabd1d632422a88eacf05c2 (patch)
tree42ea59a96697d75c4e51da66bc13250329925886
parentlang/python: Update to 2.7.10 (diff)
lang/python-(tools,doc-html): Update to 2.7.10
The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor)
Notes
Notes: svn path=/head/; revision=391239
-rw-r--r--lang/python-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python-tools/Makefile b/lang/python-tools/Makefile
index db328ff56aa9..543827bbfdcc 100644
--- a/lang/python-tools/Makefile
+++ b/lang/python-tools/Makefile
@@ -22,7 +22,7 @@ DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Tools/scripts
SCRIPT_FILES= byteyears checkpyc copytime crlf dutree \
- ftpmirror lfcr ptags untabify
+ lfcr ptags untabify
PYLIB_FILES= tabnanny timeit
PLIST_FILES= ${SCRIPT_FILES:C/^.*/bin\/&/g} ${PYLIB_FILES:C/^.*/bin\/&/g}