Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Sep 2016 04:40:28 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421529 - head/lang/pypy
Message-ID:  <201609080440.u884eS9A046543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Sep  8 04:40:28 2016
New Revision: 421529
URL: https://svnweb.freebsd.org/changeset/ports/421529

Log:
  lang/pypy: update to 5.4.1
  
  ChangeLog:
   - Update list of contributors in documentation and LICENSE file, this was unfortunately left out of 5.4.0.
   - Allow tests run with -A to find libm.so even if it is a script not a dynamically loadable file
   - Bump sys.setrecursionlimit() when translating PyPy, for translating with CPython
   - Tweak a float comparison with 0 in backendopt.inline to avoid rounding errors
   - Fix for an issue for translating the sandbox
   - Fix for and issue where unicode.decode('utf8', 'custom_replace') messed up the last byte of a unicode string
     sometimes
   - Update built-in cffi to version 1.8.1
   - Explicitly detect that we found as-yet-unsupported OpenSSL 1.1, and crash translation with a message asking for help
     porting it
   - Fix a regression where a PyBytesObject was forced (converted to a RPython object) when not required, reported as
     issue #2395

Modified:
  head/lang/pypy/Makefile
  head/lang/pypy/bsd.pypy.cffi.mk
  head/lang/pypy/distinfo

Modified: head/lang/pypy/Makefile
==============================================================================
--- head/lang/pypy/Makefile	Thu Sep  8 01:42:43 2016	(r421528)
+++ head/lang/pypy/Makefile	Thu Sep  8 04:40:28 2016	(r421529)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME?=	pypy
-DISTVERSION?=	5.4.0	# Also update bsd.pypy.cffi.mk
+DISTVERSION?=	5.4.1	# Also update bsd.pypy.cffi.mk
 CATEGORIES=	lang python
 MASTER_SITES=	https://bitbucket.org/pypy/pypy/downloads/
 DISTNAME?=	${PORTNAME}2-v${PORTVERSION}-src

Modified: head/lang/pypy/bsd.pypy.cffi.mk
==============================================================================
--- head/lang/pypy/bsd.pypy.cffi.mk	Thu Sep  8 01:42:43 2016	(r421528)
+++ head/lang/pypy/bsd.pypy.cffi.mk	Thu Sep  8 04:40:28 2016	(r421529)
@@ -10,7 +10,7 @@ PLIST_FILES=	%%PYPY_DIR%%/lib_pypy/${CFF
 
 CFFI_MODULE?=	_${PORTNAME}
 
-PYTHON_PORTVERSION?=	5.3.1
+PYTHON_PORTVERSION?=	5.4.1
 PYTHON_PKGNAMEPREFIX=	pypy-
 PYTHON_CMD=	${LOCALBASE}/bin/pypy
 

Modified: head/lang/pypy/distinfo
==============================================================================
--- head/lang/pypy/distinfo	Thu Sep  8 01:42:43 2016	(r421528)
+++ head/lang/pypy/distinfo	Thu Sep  8 04:40:28 2016	(r421529)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1472673977
-SHA256 (pypy2-v5.4.0-src.tar.bz2) = d9568ebe9a14d0eaefde887d78f3cba63d665e95c0d234bb583932341f55a655
-SIZE (pypy2-v5.4.0-src.tar.bz2) = 17414795
+TIMESTAMP = 1473183557
+SHA256 (pypy2-v5.4.1-src.tar.bz2) = 92af82664ace96d721c66dbe8726d4f39c7d01f568d9df56c11149be2960238f
+SIZE (pypy2-v5.4.1-src.tar.bz2) = 17413721



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