From owner-svn-ports-all@FreeBSD.ORG Thu Aug 1 18:47:43 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9B56D0A; Thu, 1 Aug 2013 18:47:43 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6C14243B; Thu, 1 Aug 2013 18:47:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r71IlhCW000522; Thu, 1 Aug 2013 18:47:43 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r71IlhPN000520; Thu, 1 Aug 2013 18:47:43 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201308011847.r71IlhPN000520@svn.freebsd.org> From: David Naylor Date: Thu, 1 Aug 2013 18:47:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324118 - 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.14 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, 01 Aug 2013 18:47:43 -0000 Author: dbn Date: Thu Aug 1 18:47:43 2013 New Revision: 324118 URL: http://svnweb.freebsd.org/changeset/ports/324118 Log: Update lang/pypy to 2.1.b2. Highlights: * Support for os.statvfs and os.fstatvfs on unix systems. * Fixed issue 1533: fix an RPython-level OverflowError for space.float_w(w_big_long_number). * Fixed issue 1552: GreenletExit should inherit from BaseException. * Fixed issue 1537: numpypy __array_interface__ * Fixed issue 1238: Writing to an SSL socket in pypy sometimes failed with a "bad write retry" message. * distutils: copy CPython's implementation of customize_compiler, dont call split on environment variables, honour CFLAGS, CPPFLAGS, LDSHARED and LDFLAGS. * During packaging, compile the CFFI tk extension. Modified: head/lang/pypy/Makefile head/lang/pypy/distinfo Modified: head/lang/pypy/Makefile ============================================================================== --- head/lang/pypy/Makefile Thu Aug 1 18:43:48 2013 (r324117) +++ head/lang/pypy/Makefile Thu Aug 1 18:47:43 2013 (r324118) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pypy -DISTVERSION= 2.1-beta +DISTVERSION= 2.1-beta2 CATEGORIES= lang python java MASTER_SITES= http://cdn.bitbucket.org/pypy/pypy/downloads/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src Modified: head/lang/pypy/distinfo ============================================================================== --- head/lang/pypy/distinfo Thu Aug 1 18:43:48 2013 (r324117) +++ head/lang/pypy/distinfo Thu Aug 1 18:47:43 2013 (r324118) @@ -1,2 +1,2 @@ -SHA256 (pypy-2.1-beta-src.tar.bz2) = 1ad205c1bf8c3d890aa007b975f45cfeb59d87b9063ad426f10da86f23ffadeb -SIZE (pypy-2.1-beta-src.tar.bz2) = 14821626 +SHA256 (pypy-2.1-beta2-src.tar.bz2) = d9d13848959f2f6d4904b7693d74d1b307e7a2b5c10112252c37255ce8ff10de +SIZE (pypy-2.1-beta2-src.tar.bz2) = 14817369