From owner-svn-ports-all@freebsd.org Wed Dec 30 12:13:52 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4DA13A56A18; Wed, 30 Dec 2015 12:13:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 03BDC1EA9; Wed, 30 Dec 2015 12:13:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBUCDpl1058565; Wed, 30 Dec 2015 12:13:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUCDoON058561; Wed, 30 Dec 2015 12:13:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512301213.tBUCDoON058561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Dec 2015 12:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404844 - head/databases/py-python-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.20 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, 30 Dec 2015 12:13:52 -0000 Author: sunpoet Date: Wed Dec 30 12:13:50 2015 New Revision: 404844 URL: https://svnweb.freebsd.org/changeset/ports/404844 Log: - Update to 1.57 - Change MASTER_SITES to CHEESESHOP - Add NO_ARCH - Allow concurrent installation (USE_PYTHON=concurrent) - Relax USES=python - Add PyPI as primary WWW - Update WWW Changes: https://github.com/linsomniac/python-memcached/blob/master/ChangeLog Modified: head/databases/py-python-memcached/Makefile head/databases/py-python-memcached/distinfo head/databases/py-python-memcached/pkg-descr Modified: head/databases/py-python-memcached/Makefile ============================================================================== --- head/databases/py-python-memcached/Makefile Wed Dec 30 12:13:30 2015 (r404843) +++ head/databases/py-python-memcached/Makefile Wed Dec 30 12:13:50 2015 (r404844) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= python-memcached -PORTVERSION= 1.54 +PORTVERSION= 1.57 CATEGORIES= databases python -MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \ - http://ftp.tummy.com/pub/python-memcached/old-releases/ \ - LOCAL/sunpoet +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org @@ -14,7 +12,8 @@ COMMENT= Python API for memcached, a dis LICENSE= PSFL -USE_PYTHON= autoplist distutils -USES= python:2 +NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python .include Modified: head/databases/py-python-memcached/distinfo ============================================================================== --- head/databases/py-python-memcached/distinfo Wed Dec 30 12:13:30 2015 (r404843) +++ head/databases/py-python-memcached/distinfo Wed Dec 30 12:13:50 2015 (r404844) @@ -1,2 +1,2 @@ -SHA256 (python-memcached-1.54.tar.gz) = df21d1431424c512901ecc3cd244039833aebc4bc7d345af403d4abdace20081 -SIZE (python-memcached-1.54.tar.gz) = 36662 +SHA256 (python-memcached-1.57.tar.gz) = 3b689a135afb2fdb6da2298d5213780f43a3f210cf8c960d50b252acb3f62902 +SIZE (python-memcached-1.57.tar.gz) = 22620 Modified: head/databases/py-python-memcached/pkg-descr ============================================================================== --- head/databases/py-python-memcached/pkg-descr Wed Dec 30 12:13:30 2015 (r404843) +++ head/databases/py-python-memcached/pkg-descr Wed Dec 30 12:13:50 2015 (r404844) @@ -5,4 +5,6 @@ value automatically going in and out of The Python API, while tested, has not experienced real-world production use. -WWW: http://www.tummy.com/Community/software/python-memcached/ +WWW: https://pypi.python.org/pypi/python-memcached +WWW: http://www.tummy.com/software/python-memcached/ +WWW: https://github.com/linsomniac/python-memcached