From owner-svn-ports-all@FreeBSD.ORG Fri Aug 31 13:43: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 E37511065676; Fri, 31 Aug 2012 13:43:31 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B3D178FC1F; Fri, 31 Aug 2012 13:43: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 q7VDhVrD039436; Fri, 31 Aug 2012 13:43:31 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7VDhVAg039432; Fri, 31 Aug 2012 13:43:31 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201208311343.q7VDhVAg039432@svn.freebsd.org> From: Carlo Strub Date: Fri, 31 Aug 2012 13:43: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: r303421 - head/net/py-eventlet 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: Fri, 31 Aug 2012 13:43:32 -0000 Author: cs Date: Fri Aug 31 13:43:31 2012 New Revision: 303421 URL: http://svn.freebsd.org/changeset/ports/303421 Log: - Update to 0.9.17 - Tidy pkg-descr Modified: head/net/py-eventlet/Makefile head/net/py-eventlet/distinfo head/net/py-eventlet/pkg-descr Modified: head/net/py-eventlet/Makefile ============================================================================== --- head/net/py-eventlet/Makefile Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/Makefile Fri Aug 31 13:43:31 2012 (r303421) @@ -6,7 +6,7 @@ # PORTNAME= eventlet -PORTVERSION= 0.9.16 +PORTVERSION= 0.9.17 CATEGORIES= net python MASTER_SITES= CHEESESHOP \ http://www.c-s.li/ports/ Modified: head/net/py-eventlet/distinfo ============================================================================== --- head/net/py-eventlet/distinfo Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/distinfo Fri Aug 31 13:43:31 2012 (r303421) @@ -1,2 +1,2 @@ -SHA256 (eventlet-0.9.16.tar.gz) = b2d38084809b2f2a8e3cc5815b10912870cdbe97d9a4e5c1ff231ebc8da0e430 -SIZE (eventlet-0.9.16.tar.gz) = 317198 +SHA256 (eventlet-0.9.17.tar.gz) = 000718aff76ce730ed8ed037f227b09f7cd815b7501670ad8312c6bb3ac164e1 +SIZE (eventlet-0.9.17.tar.gz) = 262991 Modified: head/net/py-eventlet/pkg-descr ============================================================================== --- head/net/py-eventlet/pkg-descr Fri Aug 31 13:41:22 2012 (r303420) +++ head/net/py-eventlet/pkg-descr Fri Aug 31 13:43:31 2012 (r303421) @@ -1,6 +1,6 @@ -Eventlet is a networking library written in Python. It achieves high -scalability by using non-blocking io while at the same time retaining -high programmer usability by using coroutines to make the non-blocking -io operations appear blocking at the source code level. +Eventlet is a networking library written in Python. It achieves high scalability +by using non-blocking io while at the same time retaining high programmer +usability by using coroutines to make the non-blocking IO operations appear +blocking at the source code level. WWW: http://eventlet.net/