svn commit: r404842 - in head/devel: . py-hash_ring py-hashring

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Dec 30 12:13:27 UTC 2015


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 at 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 at 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>


More information about the svn-ports-head mailing list