From c5fa3767226d90d37d14a304a541a248e02d4a7b Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Aug 2014 16:19:06 +0000 Subject: [PATCH] - Add LICENSE [1] - Use PYDISTUTILS_AUTOPLIST [1] - Use USES=twisted [2] - Bump PORTREVISION for package change Approved by: portmgr (blanket) [1] With hat: python [2] --- devel/py-twistedFlow/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-twistedFlow/Makefile b/devel/py-twistedFlow/Makefile index af9cc2084214..a0ae75913b58 100644 --- a/devel/py-twistedFlow/Makefile +++ b/devel/py-twistedFlow/Makefile @@ -3,6 +3,7 @@ PORTNAME= twistedFlow PORTVERSION= 8.2.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Flow/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,14 +12,13 @@ DISTNAME= TwistedFlow-${PORTVERSION} MAINTAINER= neal@nelson.name COMMENT= Generator based asynchronous result flows -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS:= ${BUILD_DEPENDS} +LICENSE= MIT WRKSRC= ${WRKDIR}/TwistedFlow-${PORTVERSION} -USES= tar:bzip2 USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Twisted_Flow +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes +USES= tar:bzip2 twisted .include