diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-06-12 00:10:06 +0800 |
commit | b499d93f2ad4b377741a21ef09905f0f795a8657 (patch) | |
tree | e8fd847cbf8cda2d1e2a76d9cfa31b3aed307c92 /www | |
parent | 9bd4306e517a108aa9b5bc04e71f84e8d124baaf (diff) | |
download | freebsd-ports-gnome-b499d93f2ad4b377741a21ef09905f0f795a8657.tar.gz freebsd-ports-gnome-b499d93f2ad4b377741a21ef09905f0f795a8657.tar.zst freebsd-ports-gnome-b499d93f2ad4b377741a21ef09905f0f795a8657.zip |
- 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
Diffstat (limited to 'www')
-rw-r--r-- | www/py-twistedWeb/Makefile | 6 | ||||
-rw-r--r-- | www/py-twistedWeb/distinfo | 4 | ||||
-rw-r--r-- | www/py-twistedWeb/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
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 <bsd.port.mk> 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 |