diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-11 16:09:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-06-11 16:09:54 +0000 |
commit | f210fd3f029e58458efd12041a6b2a9cfa781427 (patch) | |
tree | 8ca84c979d26db4903e1a54ea0851234533788c6 | |
parent | 9ce5c616cafc5af123be5c1ea1957f34d2fc0852 (diff) |
Notes
-rw-r--r-- | devel/py-twistedRunner/Makefile | 6 | ||||
-rw-r--r-- | devel/py-twistedRunner/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index 8be6bb7227a6..c4bca3abe4bc 100644 --- a/devel/py-twistedRunner/Makefile +++ b/devel/py-twistedRunner/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedRunner -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,12 @@ COMMENT= Runner has process management, including an inetd replacement LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= Twisted_Runner +PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/devel/py-twistedRunner/distinfo b/devel/py-twistedRunner/distinfo index e1377b6e810c..5c923a9844f9 100644 --- a/devel/py-twistedRunner/distinfo +++ b/devel/py-twistedRunner/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-12.0.0.tar.bz2) = 2d6beb51970ba74f24c23971bc82c70dc8c93b9552a6c59c9cb3b3cd45c06ff5 -SIZE (TwistedRunner-12.0.0.tar.bz2) = 13197 +SHA256 (TwistedRunner-12.1.0.tar.bz2) = 195d510361428c04484c99fc4725692042a8ead434ba4af0c072d559683b7617 +SIZE (TwistedRunner-12.1.0.tar.bz2) = 12853 |