svn commit: r346698 - head/www/py-falcon

Martin Wilke miwi at FreeBSD.org
Sat Mar 1 18:12:13 UTC 2014


Author: miwi
Date: Sat Mar  1 18:12:11 2014
New Revision: 346698
URL: http://svnweb.freebsd.org/changeset/ports/346698
QAT: https://qat.redports.org/buildarchive/r346698/

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

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

Modified: head/www/py-falcon/Makefile
==============================================================================
--- head/www/py-falcon/Makefile	Sat Mar  1 18:11:51 2014	(r346697)
+++ head/www/py-falcon/Makefile	Sat Mar  1 18:12:11 2014	(r346698)
@@ -3,6 +3,7 @@
 
 PORTNAME=	falcon
 PORTVERSION=	0.1.4
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,8 +18,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}test
 		${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list