From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 00:14:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8ADB9106564A; Sat, 8 Sep 2012 00:14:31 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 758A38FC08; Sat, 8 Sep 2012 00:14:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q880EV2X087928; Sat, 8 Sep 2012 00:14:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q880EVP6087925; Sat, 8 Sep 2012 00:14:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209080014.q880EVP6087925@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 8 Sep 2012 00:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303846 - head/devel/py-gevent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 08 Sep 2012 00:14:31 -0000 Author: sunpoet Date: Sat Sep 8 00:14:30 2012 New Revision: 303846 URL: http://svn.freebsd.org/changeset/ports/303846 Log: - Update to 0.13.8 Changes: https://groups.google.com/forum/?fromgroups#!topic/gevent/tJc8YSgOF1U - core: fix compilation with the latest Cython: remove emit_ifdef/emit_else/ emit_endif. - Fixed issue #80: gevent.httplib failed with RequestFailed errors because timeout was reset to 1s. Patch by Tomasz Prus. - Fixed issue #132: gevent.socket.gethostbyname() now does ascii encoding and uses gevent's resolver rather than calling built-in resolver. Patch by Alexey Borzenkov. Modified: head/devel/py-gevent/Makefile (contents, props changed) head/devel/py-gevent/distinfo (contents, props changed) Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Fri Sep 7 23:51:16 2012 (r303845) +++ head/devel/py-gevent/Makefile Sat Sep 8 00:14:30 2012 (r303846) @@ -6,7 +6,7 @@ # PORTNAME= gevent -PORTVERSION= 0.13.7 +PORTVERSION= 0.13.8 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Fri Sep 7 23:51:16 2012 (r303845) +++ head/devel/py-gevent/distinfo Sat Sep 8 00:14:30 2012 (r303846) @@ -1,2 +1,2 @@ -SHA256 (gevent-0.13.7.tar.gz) = 0754f141d2889fa861918eb75482b9572763bd661479bbfc73a8c250f4eab6c5 -SIZE (gevent-0.13.7.tar.gz) = 288284 +SHA256 (gevent-0.13.8.tar.gz) = 54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e +SIZE (gevent-0.13.8.tar.gz) = 300098