From owner-svn-ports-head@freebsd.org Wed Dec 30 12:13:27 2015 Return-Path: Delivered-To: svn-ports-head@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 30D5DA56990; Wed, 30 Dec 2015 12:13:27 +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 F3EA11CDE; Wed, 30 Dec 2015 12:13:26 +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 tBUCDQ15058329; Wed, 30 Dec 2015 12:13:26 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBUCDQoU058327; Wed, 30 Dec 2015 12:13:26 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201512301213.tBUCDQoU058327@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:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404842 - in head/devel: . py-hash_ring py-hashring 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.20 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, 30 Dec 2015 12:13:27 -0000 Author: sunpoet Date: Wed Dec 30 12:13:25 2015 New Revision: 404842 URL: https://svnweb.freebsd.org/changeset/ports/404842 Log: - Move devel/py-hashring to devel/py-hash_ring - Add NO_ARCH - Sort USE_PYTHON Added: head/devel/py-hash_ring/ - copied from r404841, head/devel/py-hashring/ Deleted: head/devel/py-hashring/ Modified: head/devel/Makefile head/devel/py-hash_ring/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Dec 30 12:13:02 2015 (r404841) +++ head/devel/Makefile Wed Dec 30 12:13:25 2015 (r404842) @@ -4069,7 +4069,7 @@ SUBDIR += py-grizzled SUBDIR += py-grouch SUBDIR += py-gyp-devel - SUBDIR += py-hashring + SUBDIR += py-hash_ring SUBDIR += py-hghooks SUBDIR += py-hgsubversion SUBDIR += py-hgtools Modified: head/devel/py-hash_ring/Makefile ============================================================================== --- head/devel/py-hashring/Makefile Wed Dec 30 12:13:02 2015 (r404841) +++ head/devel/py-hash_ring/Makefile Wed Dec 30 12:13:25 2015 (r404842) @@ -1,20 +1,20 @@ # Created by: Yi-Jheng Lin # $FreeBSD$ -PORTNAME= hashring +PORTNAME= hash_ring PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= hash_ring-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of consistent hashing in Python RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=0:${PORTSDIR}/databases/py-python-memcached +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include