diff options
-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 |