diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-08 00:15:53 +0800 |
commit | ad4f26c96b2ee88f0d927d623c403892e850eafb (patch) | |
tree | cb758f0aa0192cb80b4844ded9ef69176f700c86 /www | |
parent | 02719a9ed5e6e549cb57d217ec1ca9044ce73f4e (diff) | |
download | freebsd-ports-gnome-ad4f26c96b2ee88f0d927d623c403892e850eafb.tar.gz freebsd-ports-gnome-ad4f26c96b2ee88f0d927d623c403892e850eafb.tar.zst freebsd-ports-gnome-ad4f26c96b2ee88f0d927d623c403892e850eafb.zip |
- Update to 13.1.0
- Add my LOCAL to MASTER_SITES
- Remove leading indefinite article from COMMENT
- Remove LICENSE_FILE for well-known licenses
- Update USE_PYTHON
- Cleanup Makefile header
Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/web/topfiles/NEWS
Diffstat (limited to 'www')
-rw-r--r-- | www/py-twistedWeb/Makefile | 18 | ||||
-rw-r--r-- | www/py-twistedWeb/distinfo | 4 | ||||
-rw-r--r-- | www/py-twistedWeb/pkg-plist | 12 |
3 files changed, 18 insertions, 16 deletions
diff --git a/www/py-twistedWeb/Makefile b/www/py-twistedWeb/Makefile index 9be2b089400c..ff78d3f6fbe2 100644 --- a/www/py-twistedWeb/Makefile +++ b/www/py-twistedWeb/Makefile @@ -1,29 +1,25 @@ -# New ports collection makefile for: py-twistedWeb -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedWeb -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= www devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWeb-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An HTTP protocol implementation together with clients and servers +COMMENT= HTTP protocol implementation together with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> diff --git a/www/py-twistedWeb/distinfo b/www/py-twistedWeb/distinfo index 421e915ac6ac..f216dfa5feaf 100644 --- a/www/py-twistedWeb/distinfo +++ b/www/py-twistedWeb/distinfo @@ -1,2 +1,2 @@ -SHA256 (TwistedWeb-12.1.0.tar.bz2) = 9285a85c6fce549a06b643259cbb9defee3527ac803ef8eb7dad36127396984a -SIZE (TwistedWeb-12.1.0.tar.bz2) = 387896 +SHA256 (TwistedWeb-13.1.0.tar.bz2) = 2594fd520b74a8194fe82326fb3f0b72858020db345b18ad06aefd0690efb1aa +SIZE (TwistedWeb-13.1.0.tar.bz2) = 400465 diff --git a/www/py-twistedWeb/pkg-plist b/www/py-twistedWeb/pkg-plist index efa28adf3d14..3e076768bd9a 100644 --- a/www/py-twistedWeb/pkg-plist +++ b/www/py-twistedWeb/pkg-plist @@ -25,6 +25,9 @@ %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.py %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_newclient.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.py +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/_responses.pyo %%PYTHON_SITELIBDIR%%/twisted/web/_stan.py %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyc %%PYTHON_SITELIBDIR%%/twisted/web/_stan.pyo @@ -47,9 +50,6 @@ %%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 %%PYTHON_SITELIBDIR%%/twisted/web/guard.py %%PYTHON_SITELIBDIR%%/twisted/web/guard.pyc %%PYTHON_SITELIBDIR%%/twisted/web/guard.pyo @@ -104,6 +104,12 @@ %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.py %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/_util.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/requesthelper.pyo +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.py +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.pyc +%%PYTHON_SITELIBDIR%%/twisted/web/test/test_agent.pyo %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.py %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.pyc %%PYTHON_SITELIBDIR%%/twisted/web/test/test_cgi.pyo |