From owner-svn-ports-all@freebsd.org Thu Sep 8 04:40:30 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5ADA6BD0F6B; Thu, 8 Sep 2016 04:40:30 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F1421FB; Thu, 8 Sep 2016 04:40:29 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u884eTS5046546; Thu, 8 Sep 2016 04:40:29 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u884eS9A046543; Thu, 8 Sep 2016 04:40:28 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201609080440.u884eS9A046543@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Thu, 8 Sep 2016 04:40:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421529 - head/lang/pypy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2016 04:40:30 -0000 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