Date: Wed, 30 Dec 2015 12:13:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201512301213.tBUCDQoU058327@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <yzlin@cs.nctu.edu.tw> # $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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512301213.tBUCDQoU058327>