Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 13:34:42 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391239 - head/lang/python-tools
Message-ID:  <201507031334.t63DYg0i018713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507031334.t63DYg0i018713>