svn commit: r391239 - head/lang/python-tools

Bernard Spil brnrd at FreeBSD.org
Fri Jul 3 13:34:42 UTC 2015


Author: brnrd
Date: Fri Jul  3 13:34:41 2015
New Revision: 391239
URL: https://svnweb.freebsd.org/changeset/ports/391239

Log:
  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)

Modified:
  head/lang/python-tools/Makefile

Modified: head/lang/python-tools/Makefile
==============================================================================
--- head/lang/python-tools/Makefile	Fri Jul  3 13:27:40 2015	(r391238)
+++ head/lang/python-tools/Makefile	Fri Jul  3 13:34:41 2015	(r391239)
@@ -22,7 +22,7 @@ DISTINFO_FILE=	${PORTSDIR}/lang/python${
 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}
 


More information about the svn-ports-all mailing list