Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2018 17:46:41 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r470858 - in branches/2018Q2/lang: python-doc-html python27 python27/files
Message-ID:  <201805251746.w4PHkfMU037732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Fri May 25 17:46:41 2018
New Revision: 470858
URL: https://svnweb.freebsd.org/changeset/ports/470858

Log:
  MFH: r468566 r469635
  
  lang/python27: Fix build with LibreSSL 2.7
  
  PR:		226883
  Submitted by:	Charlie Li <ml+freebsd vishwin info>
  Approved by:	python (koobs)
  Differential Revision:	https://reviews.freebsd.org/D14837
  
  - Update to 2.7.15(include security fix)
  
  PR:		228028
  Submitted by:	wen@(myself)
  Exp-run by:	antoine@

Deleted:
  branches/2018Q2/lang/python27/files/patch-issue30622
Modified:
  branches/2018Q2/lang/python-doc-html/distinfo
  branches/2018Q2/lang/python27/Makefile
  branches/2018Q2/lang/python27/Makefile.version
  branches/2018Q2/lang/python27/distinfo
  branches/2018Q2/lang/python27/pkg-plist
Directory Properties:
  branches/2018Q2/   (props changed)

Modified: branches/2018Q2/lang/python-doc-html/distinfo
==============================================================================
--- branches/2018Q2/lang/python-doc-html/distinfo	Fri May 25 17:45:23 2018	(r470857)
+++ branches/2018Q2/lang/python-doc-html/distinfo	Fri May 25 17:46:41 2018	(r470858)
@@ -1,12 +1,12 @@
-TIMESTAMP = 1522419984
-SHA256 (python/python-2.7.14-docs-html.tar.bz2) = 624ef76fd4c94631f2c5ebf890dd44930f2fbcae4176c4879f457d5abfe3d483
-SIZE (python/python-2.7.14-docs-html.tar.bz2) = 4604956
-SHA256 (python/python-2.7.14-docs-pdf-a4.tar.bz2) = fa4f4a437242e479cc210fd74a9e9f7a28a4420e1d8267f108a8b20198bb14db
-SIZE (python/python-2.7.14-docs-pdf-a4.tar.bz2) = 10810797
-SHA256 (python/python-2.7.14-docs-pdf-letter.tar.bz2) = 9e7c4db5a9c35a8b9c67b5d5c83fe41382e6e87a0cbc7ed0e1bc5fcd5e3834d9
-SIZE (python/python-2.7.14-docs-pdf-letter.tar.bz2) = 10809931
-SHA256 (python/python-2.7.14-docs-text.tar.bz2) = dec89643056f682f27c0f0af2b42e5eb9977ef04d9d91bc20eb229219dbcdf1b
-SIZE (python/python-2.7.14-docs-text.tar.bz2) = 1614171
+TIMESTAMP = 1525595232
+SHA256 (python/python-2.7.15-docs-html.tar.bz2) = 5582aa8f59c2d5457ae87e266000f9ef75ed041a02fa72bd988a5169aae8ebde
+SIZE (python/python-2.7.15-docs-html.tar.bz2) = 4627519
+SHA256 (python/python-2.7.15-docs-pdf-a4.tar.bz2) = f747ca034cae426876017c37dfac0648ae535ad0b95d1e3a27385feee602d956
+SIZE (python/python-2.7.15-docs-pdf-a4.tar.bz2) = 9429818
+SHA256 (python/python-2.7.15-docs-pdf-letter.tar.bz2) = 698413a74cfa5453a95a12ec34f6cc82e19e4ef53ebad4d736fe608d64f14267
+SIZE (python/python-2.7.15-docs-pdf-letter.tar.bz2) = 9429554
+SHA256 (python/python-2.7.15-docs-text.tar.bz2) = 92b32e57182b1b7110f71db43a8c49aaaf9833186d7ea1021fe3b166e7164535
+SIZE (python/python-2.7.15-docs-text.tar.bz2) = 1617467
 SHA256 (python/python-3.4.8-docs-html.tar.bz2) = 62e810fba6cbb757216e556421c84142d51148b5bf7dc54c2b07478fc4e5661f
 SIZE (python/python-3.4.8-docs-html.tar.bz2) = 5495911
 SHA256 (python/python-3.4.8-docs-pdf-a4.tar.bz2) = 5af92fe2cc242a2ff3e441fe33b9d68bb2eccc661e0fe3ea111edc68371480da

Modified: branches/2018Q2/lang/python27/Makefile
==============================================================================
--- branches/2018Q2/lang/python27/Makefile	Fri May 25 17:45:23 2018	(r470857)
+++ branches/2018Q2/lang/python27/Makefile	Fri May 25 17:46:41 2018	(r470858)
@@ -2,7 +2,6 @@
 
 PORTNAME=	python
 PORTVERSION=	${PYTHON_PORTVERSION}
-PORTREVISION=	1
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
 PKGNAMESUFFIX=	27

Modified: branches/2018Q2/lang/python27/Makefile.version
==============================================================================
--- branches/2018Q2/lang/python27/Makefile.version	Fri May 25 17:45:23 2018	(r470857)
+++ branches/2018Q2/lang/python27/Makefile.version	Fri May 25 17:46:41 2018	(r470858)
@@ -1,4 +1,4 @@
 # Mk/Uses/python.mk includes this file, don't remove it!
 # $FreeBSD$
 
-PYTHON_PORTVERSION=	2.7.14
+PYTHON_PORTVERSION=	2.7.15

Modified: branches/2018Q2/lang/python27/distinfo
==============================================================================
--- branches/2018Q2/lang/python27/distinfo	Fri May 25 17:45:23 2018	(r470857)
+++ branches/2018Q2/lang/python27/distinfo	Fri May 25 17:46:41 2018	(r470858)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505677472
-SHA256 (python/Python-2.7.14.tar.xz) = 71ffb26e09e78650e424929b2b457b9c912ac216576e6bd9e7d204ed03296a66
-SIZE (python/Python-2.7.14.tar.xz) = 12576112
+TIMESTAMP = 1525598061
+SHA256 (python/Python-2.7.15.tar.xz) = 22d9b1ac5b26135ad2b8c2901a9413537e08749a753356ee913c84dbd2df5574
+SIZE (python/Python-2.7.15.tar.xz) = 12642436

Modified: branches/2018Q2/lang/python27/pkg-plist
==============================================================================
--- branches/2018Q2/lang/python27/pkg-plist	Fri May 25 17:45:23 2018	(r470857)
+++ branches/2018Q2/lang/python27/pkg-plist	Fri May 25 17:46:41 2018	(r470858)
@@ -1436,8 +1436,8 @@ lib/python2.7/ensurepip/__init__.pyo
 lib/python2.7/ensurepip/__main__.py
 lib/python2.7/ensurepip/__main__.pyc
 lib/python2.7/ensurepip/__main__.pyo
-lib/python2.7/ensurepip/_bundled/pip-9.0.1-py2.py3-none-any.whl
-lib/python2.7/ensurepip/_bundled/setuptools-28.8.0-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/pip-9.0.3-py2.py3-none-any.whl
+lib/python2.7/ensurepip/_bundled/setuptools-39.0.1-py2.py3-none-any.whl
 lib/python2.7/ensurepip/_uninstall.py
 lib/python2.7/ensurepip/_uninstall.pyc
 lib/python2.7/ensurepip/_uninstall.pyo
@@ -3038,7 +3038,6 @@ lib/python2.7/test/seq_tests.py
 lib/python2.7/test/seq_tests.pyc
 lib/python2.7/test/seq_tests.pyo
 lib/python2.7/test/sgml_input.html
-lib/python2.7/test/sha256.pem
 lib/python2.7/test/sortperf.py
 lib/python2.7/test/sortperf.pyc
 lib/python2.7/test/sortperf.pyo
@@ -4322,6 +4321,7 @@ lib/python2.7/test/win_console_handler.py
 lib/python2.7/test/win_console_handler.pyc
 lib/python2.7/test/win_console_handler.pyo
 lib/python2.7/test/wrongcert.pem
+lib/python2.7/test/xmltestdata/expat224_utf8_bug.xml
 lib/python2.7/test/xmltestdata/simple-ns.xml
 lib/python2.7/test/xmltestdata/simple.xml
 lib/python2.7/test/xmltestdata/test.xml



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