svn commit: r366496 - head/www/py-formencode

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 29 10:37:59 UTC 2014


Author: bapt
Date: Fri Aug 29 10:37:58 2014
New Revision: 366496
URL: http://svnweb.freebsd.org/changeset/ports/366496
QAT: https://qat.redports.org/buildarchive/r366496/

Log:
  Modernize python

Modified:
  head/www/py-formencode/Makefile

Modified: head/www/py-formencode/Makefile
==============================================================================
--- head/www/py-formencode/Makefile	Fri Aug 29 10:33:06 2014	(r366495)
+++ head/www/py-formencode/Makefile	Fri Aug 29 10:37:58 2014	(r366496)
@@ -16,10 +16,8 @@ LICENSE=	PSFL
 
 OPTIONS_DEFINE=	DOCS
 
-USES=		gettext:run zip
-USE_PYTHON=	2
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		gettext:run python:2 zip
+USE_PYTHON=	distutils autoplist
 
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 PORTDOCS=	*


More information about the svn-ports-head mailing list