svn commit: r347024 - head/textproc/py-wtforms

Martin Wilke miwi at FreeBSD.org
Tue Mar 4 15:39:10 UTC 2014


Author: miwi
Date: Tue Mar  4 15:39:09 2014
New Revision: 347024
URL: http://svnweb.freebsd.org/changeset/ports/347024
QAT: https://qat.redports.org/buildarchive/r347024/

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

Deleted:
  head/textproc/py-wtforms/pkg-plist
Modified:
  head/textproc/py-wtforms/Makefile

Modified: head/textproc/py-wtforms/Makefile
==============================================================================
--- head/textproc/py-wtforms/Makefile	Tue Mar  4 15:38:41 2014	(r347023)
+++ head/textproc/py-wtforms/Makefile	Tue Mar  4 15:39:09 2014	(r347024)
@@ -3,6 +3,7 @@
 
 PORTNAME=	WTForms
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +15,7 @@ LICENSE=	BSD
 
 USE_ZIP=	yes
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_NOEGGINFO=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list