svn commit: r369947 - head/devel/py-python-statsd

Marcus von Appen mva at FreeBSD.org
Sat Oct 4 07:04:42 UTC 2014


Author: mva
Date: Sat Oct  4 07:04:41 2014
New Revision: 369947
URL: https://svnweb.freebsd.org/changeset/ports/369947
QAT: https://qat.redports.org/buildarchive/r369947/

Log:
  - Convert to USES=python
  
  PR:		193736
  Submitted by:	Eero Hänninen <fax at nohik.ee> (maintainer)

Modified:
  head/devel/py-python-statsd/Makefile

Modified: head/devel/py-python-statsd/Makefile
==============================================================================
--- head/devel/py-python-statsd/Makefile	Sat Oct  4 06:58:35 2014	(r369946)
+++ head/devel/py-python-statsd/Makefile	Sat Oct  4 07:04:41 2014	(r369947)
@@ -11,9 +11,8 @@ COMMENT=	Statsd is a client for Etsy's n
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 post-extract:
 	${RM} -r ${WRKSRC}/tests


More information about the svn-ports-head mailing list