diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-05-08 23:38:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-05-08 23:38:22 +0800 |
commit | a9640411c1714df31256e1616e91e2dbc2520990 (patch) | |
tree | 0e17c763a4e406b2095fb174ac708e21eefbe8c4 /databases | |
parent | 763270fab11a386057bb27959692c99d333dbed2 (diff) | |
download | freebsd-ports-gnome-a9640411c1714df31256e1616e91e2dbc2520990.tar.gz freebsd-ports-gnome-a9640411c1714df31256e1616e91e2dbc2520990.tar.zst freebsd-ports-gnome-a9640411c1714df31256e1616e91e2dbc2520990.zip |
- Update to 1.51
- Add http:// to MASTER_SITES
- Cleanup Makefile header
Changes: http://bazaar.launchpad.net/~python-memcached-team/python-memcached/trunk/view/head:/ChangeLog
- Bug #974632: _ConnectionDeadError sometimes was escaping the get/set code.
This should return to readline() not raising an exception, except in the case
that it's called from the get/set(). Report from Gary Poster, proposed patch
by Brad Crittenden.
- Misc fixes by Brad Crittenden: fixing a docstring, if "port" is set to any
false-like value it will default to 11211.
- Bug #887765: Interrupted connection to memcache server can cause
inconsistencies. Added "flush_on_reconnect" (defaults to off) to Client()
which will cause a client that has lost connection to a server and then
reconnects to flush the cache on the reconnect so that it doesn't get old
values from that server. Patch by Daniel Benamy.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-memcached/Makefile | 12 | ||||
-rw-r--r-- | databases/py-memcached/distinfo | 4 |
2 files changed, 7 insertions, 9 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile index e16f3855cd02..13f4d8fa283e 100644 --- a/databases/py-memcached/Makefile +++ b/databases/py-memcached/Makefile @@ -1,14 +1,12 @@ -# New ports collection makefile for: py-memcached -# Date created: 2004-04-16 -# Whom: michael johnson <ahze@ahze.net> -# +# Created by: Michael Johnson <ahze@ahze.net> # $FreeBSD$ -# PORTNAME= memcached -PORTVERSION= 1.48 +PORTVERSION= 1.51 CATEGORIES= databases python -MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/ \ +MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \ + http://ftp.tummy.com/pub/python-memcached/old-releases/ \ + ftp://ftp.tummy.com/pub/python-memcached/ \ ftp://ftp.tummy.com/pub/python-memcached/old-releases/ \ LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-memcached/distinfo b/databases/py-memcached/distinfo index 1dd69c268605..c246a3e4c36f 100644 --- a/databases/py-memcached/distinfo +++ b/databases/py-memcached/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-memcached-1.48.tar.gz) = 66bbc62d9519f9d531b1f77e687d9f2f5e521cb906f1fd7231f403997e0110c4 -SIZE (python-memcached-1.48.tar.gz) = 40448 +SHA256 (python-memcached-1.51.tar.gz) = 228563f1aa221f73b43509877322fde8a0efa4b65e9d065237b26f682a4a9a88 +SIZE (python-memcached-1.51.tar.gz) = 33724 |