From owner-svn-ports-all@freebsd.org Fri Jul 6 07:15:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4938A10260A2; Fri, 6 Jul 2018 07:15:52 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EDD0D8FCE4; Fri, 6 Jul 2018 07:15:51 +0000 (UTC) (envelope-from farrokhi@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6F6D256A0; Fri, 6 Jul 2018 07:15:51 +0000 (UTC) (envelope-from farrokhi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w667FpvN094036; Fri, 6 Jul 2018 07:15:51 GMT (envelope-from farrokhi@FreeBSD.org) Received: (from farrokhi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w667Fo3L094030; Fri, 6 Jul 2018 07:15:50 GMT (envelope-from farrokhi@FreeBSD.org) Message-Id: <201807060715.w667Fo3L094030@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: farrokhi set sender to farrokhi@FreeBSD.org using -f From: Babak Farrokhi Date: Fri, 6 Jul 2018 07:15:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473994 - in head/lang/pypy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: farrokhi X-SVN-Commit-Paths: in head/lang/pypy: . files X-SVN-Commit-Revision: 473994 X-SVN-Commit-Repository: ports 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.27 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: Fri, 06 Jul 2018 07:15:52 -0000 Author: farrokhi Date: Fri Jul 6 07:15:50 2018 New Revision: 473994 URL: https://svnweb.freebsd.org/changeset/ports/473994 Log: lang/pypy: Update to 6.0.0 Reviewed by: miwi Approved by: miwi Differential Revision: https://reviews.freebsd.org/D16138 Added: head/lang/pypy/files/patch-pypy_config_pypyoption.py (contents, props changed) Deleted: head/lang/pypy/files/patch-rpython_rlib_rvmprof_cintf.py Modified: head/lang/pypy/bsd.pypy.mk head/lang/pypy/distinfo head/lang/pypy/pkg-descr head/lang/pypy/pkg-plist Modified: head/lang/pypy/bsd.pypy.mk ============================================================================== --- head/lang/pypy/bsd.pypy.mk Fri Jul 6 06:27:47 2018 (r473993) +++ head/lang/pypy/bsd.pypy.mk Fri Jul 6 07:15:50 2018 (r473994) @@ -12,9 +12,9 @@ PYPY_DIR= ${PYTHON_IMPL}-${DISTVERSION:C|([0-9])\.([0- PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} .if ${PYTHON_IMPL} == pypy -DISTVERSION= 5.10.0 +DISTVERSION= 6.0.0 PYPY_CFFI_VER= ${PYTHON_IMPL}-41 .else # ${PYTHON_IMPL} == pypy3 -DISTVERSION= 5.10.1 +DISTVERSION= 6.0.0 PYPY_CFFI_VER= ${PYTHON_IMPL}-${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} .endif Modified: head/lang/pypy/distinfo ============================================================================== --- head/lang/pypy/distinfo Fri Jul 6 06:27:47 2018 (r473993) +++ head/lang/pypy/distinfo Fri Jul 6 07:15:50 2018 (r473994) @@ -1,3 +1,3 @@ -TIMESTAMP = 1514290464 -SHA256 (pypy2-v5.10.0-src.tar.bz2) = 1209f2db718e6afda17528baa5138177a14a0938588a7d3e1b7c722c483079a8 -SIZE (pypy2-v5.10.0-src.tar.bz2) = 19181430 +TIMESTAMP = 1530693507 +SHA256 (pypy2-v6.0.0-src.tar.bz2) = 6097ec5ee23d0d34d8cd27a1072bed041c8a080ad48731190a03a2223029212d +SIZE (pypy2-v6.0.0-src.tar.bz2) = 19741694 Added: head/lang/pypy/files/patch-pypy_config_pypyoption.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/pypy/files/patch-pypy_config_pypyoption.py Fri Jul 6 07:15:50 2018 (r473994) @@ -0,0 +1,11 @@ +--- pypy/config/pypyoption.py.orig 2018-07-04 08:38:58 UTC ++++ pypy/config/pypyoption.py +@@ -42,7 +42,7 @@ working_modules.update([ + from rpython.jit.backend import detect_cpu + try: + if detect_cpu.autodetect().startswith('x86'): +- if not sys.platform.startswith('openbsd'): ++ if not (sys.platform.startswith('openbsd') or sys.platform.startswith('freebsd')): + working_modules.add('_vmprof') + working_modules.add('faulthandler') + except detect_cpu.ProcessorAutodetectError: Modified: head/lang/pypy/pkg-descr ============================================================================== --- head/lang/pypy/pkg-descr Fri Jul 6 06:27:47 2018 (r473993) +++ head/lang/pypy/pkg-descr Fri Jul 6 07:15:50 2018 (r473994) @@ -1,5 +1,5 @@ PyPy is a fast, compliant alternative implementation of the Python language -(2.7.10). It has several advantages and distinct features: +(2.7.13). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy. Modified: head/lang/pypy/pkg-plist ============================================================================== --- head/lang/pypy/pkg-plist Fri Jul 6 06:27:47 2018 (r473993) +++ head/lang/pypy/pkg-plist Fri Jul 6 07:15:50 2018 (r473994) @@ -22,6 +22,7 @@ bin/pypy %%PYPY_DIR%%/include/code.h %%PYPY_DIR%%/include/compile.h %%PYPY_DIR%%/include/complexobject.h +%%PYPY_DIR%%/include/cpyext_datetime.h %%PYPY_DIR%%/include/cpyext_descrobject.h %%PYPY_DIR%%/include/cpyext_memoryobject.h %%PYPY_DIR%%/include/cpyext_object.h