svn commit: r344650 - head/www/py-pastedeploy

Martin Wilke miwi at FreeBSD.org
Mon Feb 17 05:20:47 UTC 2014


Author: miwi
Date: Mon Feb 17 05:20:47 2014
New Revision: 344650
URL: http://svnweb.freebsd.org/changeset/ports/344650
QAT: https://qat.redports.org/buildarchive/r344650/

Log:
  - Stage support
  - Convert to autplist
  - Bump PORTREV

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

Modified: head/www/py-pastedeploy/Makefile
==============================================================================
--- head/www/py-pastedeploy/Makefile	Mon Feb 17 05:19:55 2014	(r344649)
+++ head/www/py-pastedeploy/Makefile	Mon Feb 17 05:20:47 2014	(r344650)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PasteDeploy
 PORTVERSION=	1.5.0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,8 +15,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Pa
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 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-all mailing list