From owner-svn-ports-all@FreeBSD.ORG Wed May 8 15:38:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 92F168F7; Wed, 8 May 2013 15:38:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B15A8C1; Wed, 8 May 2013 15:38:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r48FcN6e066231; Wed, 8 May 2013 15:38:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r48FcNF4066229; Wed, 8 May 2013 15:38:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201305081538.r48FcNF4066229@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 May 2013 15:38:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317683 - head/databases/py-memcached X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 08 May 2013 15:38:23 -0000 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 -# +# Created by: Michael Johnson # $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