svn commit: r336592 - head/textproc/py-pyelasticsearch
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 15 22:34:57 UTC 2013
Author: antoine
Date: Sun Dec 15 22:34:56 2013
New Revision: 336592
URL: http://svnweb.freebsd.org/changeset/ports/336592
Log:
- Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
- License is BSD3CLAUSE
Deleted:
head/textproc/py-pyelasticsearch/pkg-plist
Modified:
head/textproc/py-pyelasticsearch/Makefile
Modified: head/textproc/py-pyelasticsearch/Makefile
==============================================================================
--- head/textproc/py-pyelasticsearch/Makefile Sun Dec 15 22:22:21 2013 (r336591)
+++ head/textproc/py-pyelasticsearch/Makefile Sun Dec 15 22:34:56 2013 (r336592)
@@ -10,14 +10,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= antoine at FreeBSD.org
COMMENT= Flexible, high-scale API to elasticsearch
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>0:${PORTSDIR}/devel/py-simplejson \
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six \
${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-PYTHON_PY3K_PLIST_HACK=yes
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list