svn commit: r447899 - branches/2017Q3/lang/python34

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 13 16:36:28 UTC 2017


Author: sunpoet
Date: Sun Aug 13 16:36:27 2017
New Revision: 447899
URL: https://svnweb.freebsd.org/changeset/ports/447899

Log:
  MFH: r447650
  
  Update to 3.4.7
  
  Changes:	https://docs.python.org/3.4/whatsnew/changelog.html
  
  Approved by:	ports-secteam (zi)

Modified:
  branches/2017Q3/lang/python34/Makefile
  branches/2017Q3/lang/python34/Makefile.version
  branches/2017Q3/lang/python34/distinfo
  branches/2017Q3/lang/python34/pkg-plist
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/lang/python34/Makefile
==============================================================================
--- branches/2017Q3/lang/python34/Makefile	Sun Aug 13 16:35:04 2017	(r447898)
+++ branches/2017Q3/lang/python34/Makefile	Sun Aug 13 16:36:27 2017	(r447899)
@@ -3,7 +3,6 @@
 
 PORTNAME=	python34
 PORTVERSION=	${PYTHON_PORTVERSION}
-PORTREVISION=	5
 CATEGORIES=	lang python ipv6
 MASTER_SITES=	PYTHON/ftp/python/${PORTVERSION}
 DISTNAME=	Python-${PORTVERSION}
@@ -40,6 +39,7 @@ SUB_FILES=		pkg-message
 SUB_LIST=		PYTHON_SUFFIX=${PORTVERSION:R:S/.//g}
 
 PLIST_SUB=		ABI=${ABIFLAGS} \
+			XYZDOT=${PYTHON_PORTVERSION} \
 			OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/}		# For plat-freebsd* in pkg-plist. http://bugs.python.org/issue19554
 
 OPTIONS_DEFINE=		DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS TSC

Modified: branches/2017Q3/lang/python34/Makefile.version
==============================================================================
--- branches/2017Q3/lang/python34/Makefile.version	Sun Aug 13 16:35:04 2017	(r447898)
+++ branches/2017Q3/lang/python34/Makefile.version	Sun Aug 13 16:36:27 2017	(r447899)
@@ -1,4 +1,4 @@
 # Mk/Uses/python.mk includes this file, don't remove it!
 # $FreeBSD$
 
-PYTHON_PORTVERSION=	3.4.6
+PYTHON_PORTVERSION=	3.4.7

Modified: branches/2017Q3/lang/python34/distinfo
==============================================================================
--- branches/2017Q3/lang/python34/distinfo	Sun Aug 13 16:35:04 2017	(r447898)
+++ branches/2017Q3/lang/python34/distinfo	Sun Aug 13 16:36:27 2017	(r447899)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484899713
-SHA256 (python/Python-3.4.6.tar.xz) = f13428bbe6aa9e3b9b6499502dc488c26096349ed7a21f7a0c1db90911115f40
-SIZE (python/Python-3.4.6.tar.xz) = 14473592
+TIMESTAMP = 1502303602
+SHA256 (python/Python-3.4.7.tar.xz) = 8714cf2b56dd36922dec8fa184d4936e1001c22fb439798cb73dda069e129d1b
+SIZE (python/Python-3.4.7.tar.xz) = 14511368

Modified: branches/2017Q3/lang/python34/pkg-plist
==============================================================================
--- branches/2017Q3/lang/python34/pkg-plist	Sun Aug 13 16:35:04 2017	(r447898)
+++ branches/2017Q3/lang/python34/pkg-plist	Sun Aug 13 16:36:27 2017	(r447899)
@@ -1976,9 +1976,9 @@ lib/python3.4/lib-dynload/unicodedata.so
 %%NO_DEBUG%%lib/python3.4/lib-dynload/xxlimited.so
 lib/python3.4/lib-dynload/zlib.so
 lib/python3.4/lib2to3/Grammar.txt
-lib/python3.4/lib2to3/Grammar3.4.6.final.0.pickle
+lib/python3.4/lib2to3/Grammar%%XYZDOT%%.final.0.pickle
 lib/python3.4/lib2to3/PatternGrammar.txt
-lib/python3.4/lib2to3/PatternGrammar3.4.6.final.0.pickle
+lib/python3.4/lib2to3/PatternGrammar%%XYZDOT%%.final.0.pickle
 lib/python3.4/lib2to3/__init__.py
 lib/python3.4/lib2to3/__main__.py
 lib/python3.4/lib2to3/__pycache__/__init__.cpython-34.pyc


More information about the svn-ports-all mailing list