svn commit: r317683 - head/databases/py-memcached
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 8 15:38:23 UTC 2013
Author: sunpoet
Date: Wed May 8 15:38:22 2013
New Revision: 317683
URL: http://svnweb.freebsd.org/changeset/ports/317683
Log:
- 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.
Modified:
head/databases/py-memcached/Makefile (contents, props changed)
head/databases/py-memcached/distinfo (contents, props changed)
Modified: head/databases/py-memcached/Makefile
==============================================================================
--- head/databases/py-memcached/Makefile Wed May 8 15:36:00 2013 (r317682)
+++ head/databases/py-memcached/Makefile Wed May 8 15:38:22 2013 (r317683)
@@ -1,14 +1,12 @@
-# New ports collection makefile for: py-memcached
-# Date created: 2004-04-16
-# Whom: michael johnson <ahze at ahze.net>
-#
+# Created by: Michael Johnson <ahze at 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}
Modified: head/databases/py-memcached/distinfo
==============================================================================
--- head/databases/py-memcached/distinfo Wed May 8 15:36:00 2013 (r317682)
+++ head/databases/py-memcached/distinfo Wed May 8 15:38:22 2013 (r317683)
@@ -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
More information about the svn-ports-head
mailing list