From b499d93f2ad4b377741a21ef09905f0f795a8657 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Mon, 11 Jun 2012 16:10:06 +0000 Subject: - Update to 12.1.0 - Change RUN_DEPENDS to ensure same-verison twisted dependency Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/web/topfiles/NEWS --- www/py-twistedWeb/Makefile | 6 +++--- www/py-twistedWeb/distinfo | 4 ++-- www/py-twistedWeb/pkg-plist | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'www') diff --git a/www/py-twistedWeb/Makefile b/www/py-twistedWeb/Makefile index 55efe2e02218..9be2b089400c 100644 --- a/www/py-twistedWeb/Makefile +++ b/www/py-twistedWeb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= twistedWeb -PORTVERSION= 12.0.0 +PORTVERSION= 12.1.0 CATEGORIES= www devel python MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,12 +18,12 @@ COMMENT= An HTTP protocol implementation together with clients and servers 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_Web +PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include diff --git a/www/py-twistedWeb/distinfo b/www/py-twistedWeb/distinfo index d45f6d71b6c8..421e915ac6ac 100644 --- a/www/py-twistedWeb/distinfo +++ b/www/py-twistedWeb/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-12.0.0.tar.bz2) = ff6d0dad12f1928deca23c8d05a0cb9a340abbb6e2cd8bc503e4092a0a873859 -SIZE (TwistedWeb-12.0.0.tar.bz2) = 374609 +SHA256 (TwistedWeb-12.1.0.tar.bz2) = 9285a85c6fce549a06b643259cbb9defee3527ac803ef8eb7dad36127396984a +SIZE (TwistedWeb-12.1.0.tar.bz2) = 387896 diff --git a/www/py-twistedWeb/pkg-plist b/www/py-twistedWeb/pkg-plist index f9c40a66159d..efa28adf3d14 100644 --- a/www/py-twistedWeb/pkg-plist +++ b/www/py-twistedWeb/pkg-plist @@ -46,6 +46,7 @@ %%PYTHON_SITELIBDIR%%/twisted/web/error.py %%PYTHON_SITELIBDIR%%/twisted/web/error.pyc %%PYTHON_SITELIBDIR%%/twisted/web/error.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/failure.xhtml %%PYTHON_SITELIBDIR%%/twisted/web/google.py %%PYTHON_SITELIBDIR%%/twisted/web/google.pyc %%PYTHON_SITELIBDIR%%/twisted/web/google.pyo -- cgit