diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 12:13:25 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-30 12:13:25 +0000 |
commit | 1f562489570891ab2af644c6c19f365777c40342 (patch) | |
tree | eba80f248828bd97ce6bcdd56774286121a21cb5 | |
parent | Fix MASTER_SITES and unmark BROKEN. (diff) |
- Move devel/py-hashring to devel/py-hash_ring
- Add NO_ARCH
- Sort USE_PYTHON
Notes
Notes:
svn path=/head/; revision=404842
-rw-r--r-- | devel/Makefile | 2 | ||||
-rw-r--r-- | devel/py-hash_ring/Makefile (renamed from devel/py-hashring/Makefile) | 6 | ||||
-rw-r--r-- | devel/py-hash_ring/distinfo (renamed from devel/py-hashring/distinfo) | 0 | ||||
-rw-r--r-- | devel/py-hash_ring/pkg-descr (renamed from devel/py-hashring/pkg-descr) | 0 |
4 files changed, 4 insertions, 4 deletions
diff --git a/devel/Makefile b/devel/Makefile index e1193353c0c0..bb5ae3129146 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-hashring/Makefile b/devel/py-hash_ring/Makefile index ba77c97e527c..69b27d843874 100644 --- a/devel/py-hashring/Makefile +++ b/devel/py-hash_ring/Makefile @@ -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> diff --git a/devel/py-hashring/distinfo b/devel/py-hash_ring/distinfo index 86199a0e213f..86199a0e213f 100644 --- a/devel/py-hashring/distinfo +++ b/devel/py-hash_ring/distinfo diff --git a/devel/py-hashring/pkg-descr b/devel/py-hash_ring/pkg-descr index 93a37f82499a..93a37f82499a 100644 --- a/devel/py-hashring/pkg-descr +++ b/devel/py-hash_ring/pkg-descr |