From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:54:54 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 291DEF52; Sat, 30 Nov 2013 14:54:54 +0000 (UTC) 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 EF3A6183B; Sat, 30 Nov 2013 14:54:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEsrRF082703; Sat, 30 Nov 2013 14:54:53 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEsrH4082701; Sat, 30 Nov 2013 14:54:53 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301454.rAUEsrH4082701@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 14:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335293 - head/databases/py-redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 14:54:54 -0000 Author: koobs Date: Sat Nov 30 14:54:53 2013 New Revision: 335293 URL: http://svnweb.freebsd.org/changeset/ports/335293 Log: databases/py-redis: Update to 2.8.0 - Update to 2.8.0 - Enable STAGE support - Enable AUTOPLIST and delete pkg-plist accordingly - Tweak HIREDIS option description Changes: * redis-py should play better with gevent when a gevent Timeout is raised. * Added SENTINEL command. * Fixed a bug where pipelines could potentially correct a connection if the MULTI command generated a ResponseError. * Connections now call socket.shutdown() prior to socket.close() to ensure communication ends immediately per the note at http://docs.python.org/2/library/socket.html#socket.socket.close * Lock checks are now based on floats rather than ints. Deleted: head/databases/py-redis/pkg-plist Modified: head/databases/py-redis/Makefile head/databases/py-redis/distinfo Modified: head/databases/py-redis/Makefile ============================================================================== --- head/databases/py-redis/Makefile Sat Nov 30 14:50:22 2013 (r335292) +++ head/databases/py-redis/Makefile Sat Nov 30 14:54:53 2013 (r335293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 2.7.6 +PORTVERSION= 2.8.0 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,16 +14,16 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= andymccurdy GH_PROJECT= ${PORTNAME}-py -GH_COMMIT= a6302d9 +GH_COMMIT= 678f353 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= HIREDIS -HIREDIS_DESC= Add py-hiredis C extension support +HIREDIS_DESC= High performance response parser (via hiredis) OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes .include .if ${PORT_OPTIONS:MHIREDIS} Modified: head/databases/py-redis/distinfo ============================================================================== --- head/databases/py-redis/distinfo Sat Nov 30 14:50:22 2013 (r335292) +++ head/databases/py-redis/distinfo Sat Nov 30 14:54:53 2013 (r335293) @@ -1,2 +1,2 @@ -SHA256 (redis-2.7.6.tar.gz) = 4fc95e2d38b54c0796b4f4229e51577f682558ff80416529258f5c0daec52331 -SIZE (redis-2.7.6.tar.gz) = 53524 +SHA256 (redis-2.8.0.tar.gz) = f92f1b624f3eb5e8ae2aa4f0e1e5e4397512881978bae56fc1824573801afa40 +SIZE (redis-2.8.0.tar.gz) = 54250