svn commit: r346687 - head/www/py-pastescript

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:05:47 UTC 2014


Author: miwi
Date: Sat Mar  1 18:05:46 2014
New Revision: 346687
URL: http://svnweb.freebsd.org/changeset/ports/346687
QAT: https://qat.redports.org/buildarchive/r346687/

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

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

Modified: head/www/py-pastescript/Makefile
==============================================================================
--- head/www/py-pastescript/Makefile	Sat Mar  1 18:05:27 2014	(r346686)
+++ head/www/py-pastescript/Makefile	Sat Mar  1 18:05:46 2014	(r346687)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PasteScript
 PORTVERSION=	1.7.5
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -18,8 +19,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ch
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYDISTUTILS_NOEGGINFO=	yes # XXX convert easy_install support to bsd.python.mk's
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list