Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 11:09:34 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369810 - head/devel/py-parsing
Message-ID:  <201410021109.s92B9Yix012659@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Oct  2 11:09:34 2014
New Revision: 369810
URL: https://svnweb.freebsd.org/changeset/ports/369810
QAT: https://qat.redports.org/buildarchive/r369810/

Log:
  Convert to USES=python.
  
  Approved by:	portmgr (implicit)

Modified:
  head/devel/py-parsing/Makefile

Modified: head/devel/py-parsing/Makefile
==============================================================================
--- head/devel/py-parsing/Makefile	Thu Oct  2 10:58:17 2014	(r369809)
+++ head/devel/py-parsing/Makefile	Thu Oct  2 11:09:34 2014	(r369810)
@@ -13,8 +13,7 @@ COMMENT=	General parsing module for Pyth
 
 LICENSE=	MIT
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	autoplist distutils
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410021109.s92B9Yix012659>