svn commit: r346671 - head/www/py-webhelpers

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:00:38 UTC 2014


Author: miwi
Date: Sat Mar  1 18:00:37 2014
New Revision: 346671
URL: http://svnweb.freebsd.org/changeset/ports/346671
QAT: https://qat.redports.org/buildarchive/r346671/

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

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

Modified: head/www/py-webhelpers/Makefile
==============================================================================
--- head/www/py-webhelpers/Makefile	Sat Mar  1 18:00:24 2014	(r346670)
+++ head/www/py-webhelpers/Makefile	Sat Mar  1 18:00:37 2014	(r346671)
@@ -17,8 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rout
 		${PYTHON_PKGNAMEPREFIX}MarkupSafe>=0.11:${PORTSDIR}/textproc/py-MarkupSafe
 
 USE_PYTHON=		2
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_PKGNAME=	WebHelpers
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list