Date: Mon, 17 Jul 2017 18:42:03 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446092 - head/lang/python36 Message-ID: <201707171842.v6HIg36s092536@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jul 17 18:42:02 2017 New Revision: 446092 URL: https://svnweb.freebsd.org/changeset/ports/446092 Log: Update to 3.6.2 Changes: https://docs.python.org/3.6/whatsnew/changelog.html Modified: head/lang/python36/Makefile head/lang/python36/Makefile.version head/lang/python36/distinfo head/lang/python36/pkg-plist Modified: head/lang/python36/Makefile ============================================================================== --- head/lang/python36/Makefile Mon Jul 17 18:41:57 2017 (r446091) +++ head/lang/python36/Makefile Mon Jul 17 18:42:02 2017 (r446092) @@ -3,7 +3,6 @@ PORTNAME= python PORTVERSION= ${PYTHON_PORTVERSION} -PORTREVISION= 4 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON/ftp/python/${PYTHON_PORTVERSION} PKGNAMESUFFIX= ${PYTHON_SUFFIX} @@ -77,7 +76,6 @@ LIBFFI_LIB_DEPENDS= libffi.so:devel/libffi # Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat # to break in Python 2.7, or preprocessor complaints in Python >= 3.3 # Upstream Issue: http://bugs.python.org/issue6299 - NLS_USES= gettext NLS_CPPFLAGS= -I${LOCALBASE}/include NLS_LIBS= -L${LOCALBASE}/lib -lintl Modified: head/lang/python36/Makefile.version ============================================================================== --- head/lang/python36/Makefile.version Mon Jul 17 18:41:57 2017 (r446091) +++ head/lang/python36/Makefile.version Mon Jul 17 18:42:02 2017 (r446092) @@ -1,4 +1,4 @@ # Mk/Uses/python.mk includes this file, don't remove it! # $FreeBSD$ -PYTHON_PORTVERSION= 3.6.1 +PYTHON_PORTVERSION= 3.6.2 Modified: head/lang/python36/distinfo ============================================================================== --- head/lang/python36/distinfo Mon Jul 17 18:41:57 2017 (r446091) +++ head/lang/python36/distinfo Mon Jul 17 18:42:02 2017 (r446092) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490300953 -SHA256 (python/Python-3.6.1.tar.xz) = a01810ddfcec216bcdb357a84bfaafdfaa0ca42bbdaa4cb7ff74f5a9961e4041 -SIZE (python/Python-3.6.1.tar.xz) = 16872064 +TIMESTAMP = 1500298241 +SHA256 (python/Python-3.6.2.tar.xz) = 9229773be41ed144370f47f0f626a1579931f5a390f1e8e3853174d52edd64a9 +SIZE (python/Python-3.6.2.tar.xz) = 16907204 Modified: head/lang/python36/pkg-plist ============================================================================== --- head/lang/python36/pkg-plist Mon Jul 17 18:41:57 2017 (r446091) +++ head/lang/python36/pkg-plist Mon Jul 17 18:42:02 2017 (r446092) @@ -3284,7 +3284,6 @@ lib/python%%XYDOT%%/tabnanny.py lib/python%%XYDOT%%/tarfile.py lib/python%%XYDOT%%/telnetlib.py lib/python%%XYDOT%%/tempfile.py -lib/python%%XYDOT%%/test/185test.db lib/python%%XYDOT%%/test/Sine-1000Hz-300ms.aif lib/python%%XYDOT%%/test/__init__.py lib/python%%XYDOT%%/test/__main__.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707171842.v6HIg36s092536>