svn commit: r341912 - head/net/turses

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 05:24:49 UTC 2014


Author: miwi
Date: Fri Jan 31 05:24:49 2014
New Revision: 341912
URL: http://svnweb.freebsd.org/changeset/ports/341912
QAT: https://qat.redports.org/buildarchive/r341912/

Log:
  - Stage support

Modified:
  head/net/turses/Makefile

Modified: head/net/turses/Makefile
==============================================================================
--- head/net/turses/Makefile	Fri Jan 31 05:24:31 2014	(r341911)
+++ head/net/turses/Makefile	Fri Jan 31 05:24:49 2014	(r341912)
@@ -3,6 +3,7 @@
 
 PORTNAME=	turses
 PORTVERSION=	0.2.19
+PORTREVISION=	1
 CATEGORIES=	net python
 MASTER_SITES=	CHEESESHOP
 
@@ -23,11 +24,10 @@ OPTIONS_DEFINE=	TESTS
 TESTS_DESC=	Install tools for unit tests
 OPTIONSFILE?=	${PORT_DBDIR}/py-${PORTNAME}/options
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 USE_PYTHON=		2
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
 .if ${PORT_OPTIONS:MTESTS}


More information about the svn-ports-all mailing list