Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Oct 2014 22:33:47 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370614 - head/www/py-twistedWeb2
Message-ID:  <201410102233.s9AMXlHD043374@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 10 22:33:47 2014
New Revision: 370614
URL: https://svnweb.freebsd.org/changeset/ports/370614
QAT: https://qat.redports.org/buildarchive/r370614/

Log:
  Remove plist redundant with autoplist

Deleted:
  head/www/py-twistedWeb2/pkg-plist
Modified:
  head/www/py-twistedWeb2/Makefile

Modified: head/www/py-twistedWeb2/Makefile
==============================================================================
--- head/www/py-twistedWeb2/Makefile	Fri Oct 10 22:30:56 2014	(r370613)
+++ head/www/py-twistedWeb2/Makefile	Fri Oct 10 22:33:47 2014	(r370614)
@@ -16,9 +16,7 @@ LICENSE=	MIT
 
 WRKSRC=		${WRKDIR}/TwistedWeb2-${PORTVERSION}
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=yes
-PYDISTUTILS_AUTOPLIST=	yes
-USES=		tar:bzip2 twisted
+USES=		python tar:bzip2 twisted
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>



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