svn commit: r346705 - head/www/py-tornado

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:14:10 UTC 2014


Author: miwi
Date: Sat Mar  1 18:14:09 2014
New Revision: 346705
URL: http://svnweb.freebsd.org/changeset/ports/346705
QAT: https://qat.redports.org/buildarchive/r346705/

Log:
  - Convert to autoplist
  - Stage support
  - Bump PORTREVISION

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

Modified: head/www/py-tornado/Makefile
==============================================================================
--- head/www/py-tornado/Makefile	Sat Mar  1 18:13:46 2014	(r346704)
+++ head/www/py-tornado/Makefile	Sat Mar  1 18:14:09 2014	(r346705)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tornado
 PORTVERSION=	3.1
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +14,9 @@ COMMENT=	Python Web Server from FriendFe
 LICENSE=	APACHE20
 
 USE_PYTHON=		yes
-USE_PYDISTUTILS=	easy_install
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 300


More information about the svn-ports-all mailing list