svn commit: r368332 - head/devel/py-daemons

Jason E. Hale jhale at FreeBSD.org
Tue Sep 16 15:57:49 UTC 2014


Author: jhale
Date: Tue Sep 16 15:57:48 2014
New Revision: 368332
URL: http://svnweb.freebsd.org/changeset/ports/368332
QAT: https://qat.redports.org/buildarchive/r368332/

Log:
  - Convert to USES=python
  
  PR:		193679
  Submitted by:	Eero Haenninen <fax at nohik.ee> (maintainer)

Modified:
  head/devel/py-daemons/Makefile

Modified: head/devel/py-daemons/Makefile
==============================================================================
--- head/devel/py-daemons/Makefile	Tue Sep 16 15:20:31 2014	(r368331)
+++ head/devel/py-daemons/Makefile	Tue Sep 16 15:57:48 2014	(r368332)
@@ -11,8 +11,7 @@ COMMENT=	Resource library for Python dev
 
 LICENSE=	APACHE20
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list