From owner-svn-ports-head@FreeBSD.ORG Wed Aug 21 02:47:01 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 389CF206; Wed, 21 Aug 2013 02:47:01 +0000 (UTC) (envelope-from wen@FreeBSD.org) 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 2585A2DFA; Wed, 21 Aug 2013 02:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7L2l1Ja001139; Wed, 21 Aug 2013 02:47:01 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7L2l0NX001136; Wed, 21 Aug 2013 02:47:00 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201308210247.r7L2l0NX001136@svn.freebsd.org> From: Wen Heping Date: Wed, 21 Aug 2013 02:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325082 - in head/devel/py-hashring: . files 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.14 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: Wed, 21 Aug 2013 02:47:01 -0000 Author: wen Date: Wed Aug 21 02:47:00 2013 New Revision: 325082 URL: http://svnweb.freebsd.org/changeset/ports/325082 Log: - Update to 1.3.1 Deleted: head/devel/py-hashring/files/patch-setup.py Modified: head/devel/py-hashring/Makefile head/devel/py-hashring/distinfo head/devel/py-hashring/pkg-descr Modified: head/devel/py-hashring/Makefile ============================================================================== --- head/devel/py-hashring/Makefile Wed Aug 21 01:03:00 2013 (r325081) +++ head/devel/py-hashring/Makefile Wed Aug 21 02:47:00 2013 (r325082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hashring -PORTVERSION= 1.2 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-hashring/distinfo ============================================================================== --- head/devel/py-hashring/distinfo Wed Aug 21 01:03:00 2013 (r325081) +++ head/devel/py-hashring/distinfo Wed Aug 21 02:47:00 2013 (r325082) @@ -1,2 +1,2 @@ -SHA256 (hash_ring-1.2.tar.gz) = c156121630c1cc5411ca91fad625e1ccaa7a51dd347ead6a8bda06bf556da9f5 -SIZE (hash_ring-1.2.tar.gz) = 3900 +SHA256 (hash_ring-1.3.1.tar.gz) = f86b96517bc5cb7dbf34bbbc51cdd5968170877b43bc1ab7c9eb39345cff4dd7 +SIZE (hash_ring-1.3.1.tar.gz) = 3970 Modified: head/devel/py-hashring/pkg-descr ============================================================================== --- head/devel/py-hashring/pkg-descr Wed Aug 21 01:03:00 2013 (r325081) +++ head/devel/py-hashring/pkg-descr Wed Aug 21 02:47:00 2013 (r325082) @@ -6,4 +6,4 @@ Consistent hashing is a scheme that prov in a way that the adding or removing of one slot does not significantly change the mapping of keys to slots. -WWW: http://pypi.python.org/pypi/hash_ring +WWW: http://pypi.python.org/pypi/hash_ring