svn commit: r363726 - head/devel/py-twistedFlow
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 16:19:07 UTC 2014
Author: sunpoet
Date: Fri Aug 1 16:19:06 2014
New Revision: 363726
URL: http://svnweb.freebsd.org/changeset/ports/363726
QAT: https://qat.redports.org/buildarchive/r363726/
Log:
- 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]
Modified:
head/devel/py-twistedFlow/Makefile
Modified: head/devel/py-twistedFlow/Makefile
==============================================================================
--- head/devel/py-twistedFlow/Makefile Fri Aug 1 16:19:01 2014 (r363725)
+++ head/devel/py-twistedFlow/Makefile Fri Aug 1 16:19:06 2014 (r363726)
@@ -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 at 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 <bsd.port.mk>
More information about the svn-ports-all
mailing list