Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 14:54:53 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335293 - head/databases/py-redis
Message-ID:  <201311301454.rAUEsrH4082701@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
 .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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311301454.rAUEsrH4082701>