Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Sep 2014 20:37:17 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368683 - head/www/py-ws4py
Message-ID:  <201409202037.s8KKbHp2005959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Sep 20 20:37:17 2014
New Revision: 368683
URL: http://svnweb.freebsd.org/changeset/ports/368683
QAT: https://qat.redports.org/buildarchive/r368683/

Log:
  Use modern python infrastructure, no functional changes

Modified:
  head/www/py-ws4py/Makefile

Modified: head/www/py-ws4py/Makefile
==============================================================================
--- head/www/py-ws4py/Makefile	Sat Sep 20 20:36:57 2014	(r368682)
+++ head/www/py-ws4py/Makefile	Sat Sep 20 20:37:17 2014	(r368683)
@@ -12,9 +12,8 @@ COMMENT=	WebSocket package for Python
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
+USES=		python
+USE_PYTHON=	distutils autoplist
 
 NO_ARCH=	yes
 



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