diff options
author | nivit <nivit@FreeBSD.org> | 2009-12-18 01:01:10 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-12-18 01:01:10 +0800 |
commit | f6fbc80c54517a499af25113d32d58a73298aeb2 (patch) | |
tree | 37df64f88d8bcf1bb562ba4e8811cb36868bad62 /www/py-webob | |
parent | f223aa29cf81760084f6c88192477257005df5e1 (diff) | |
download | freebsd-ports-gnome-f6fbc80c54517a499af25113d32d58a73298aeb2.tar.gz freebsd-ports-gnome-f6fbc80c54517a499af25113d32d58a73298aeb2.tar.zst freebsd-ports-gnome-f6fbc80c54517a499af25113d32d58a73298aeb2.zip |
- Update to 0.9.7
Diffstat (limited to 'www/py-webob')
-rw-r--r-- | www/py-webob/Makefile | 11 | ||||
-rw-r--r-- | www/py-webob/distinfo | 6 | ||||
-rw-r--r-- | www/py-webob/pkg-plist | 23 |
3 files changed, 5 insertions, 35 deletions
diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index 1cc23035ec88..f0352ada6c65 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -6,8 +6,8 @@ # PORTNAME= webob -PORTVERSION= 0.9.6.1 -#PORTREVISION= 0 +PORTVERSION= 0.9.7 +PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ http://nivi.interfree.it/distfiles/${PORTNAME}/ @@ -21,11 +21,4 @@ PYDISTUTILS_PKGNAME= WebOb USE_PYTHON= yes USE_PYDISTUTILS= easy_install -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} - -.if !defined(NOPORTDOCS) -post-install: - ${MKDIR} ${DOCSDIR} && cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif - .include <bsd.port.mk> diff --git a/www/py-webob/distinfo b/www/py-webob/distinfo index cfc141d575e4..0bfc1a1088ec 100644 --- a/www/py-webob/distinfo +++ b/www/py-webob/distinfo @@ -1,3 +1,3 @@ -MD5 (WebOb-0.9.6.1.tar.gz) = 5702ac9c9bfc39e6f04a39e15bd7b435 -SHA256 (WebOb-0.9.6.1.tar.gz) = 75b3ab34f490489fe5f9092c6c8170cd9ab86b0188f672b9b1b694da705c3305 -SIZE (WebOb-0.9.6.1.tar.gz) = 103298 +MD5 (WebOb-0.9.7.tar.gz) = cb2e87f3a140b264761e50cc32cbd8bd +SHA256 (WebOb-0.9.7.tar.gz) = c50e47bd4e8e735ea7fd163359b9544896ab9cc89ce4d54c3578dc92f679172e +SIZE (WebOb-0.9.7.tar.gz) = 47659 diff --git a/www/py-webob/pkg-plist b/www/py-webob/pkg-plist index 66bff881c58d..7767d3e76aa1 100644 --- a/www/py-webob/pkg-plist +++ b/www/py-webob/pkg-plist @@ -1,25 +1,2 @@ @comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -%%PORTDOCS%%%%DOCSDIR%%/comment-example-code/example.py -%%PORTDOCS%%%%DOCSDIR%%/comment-example.txt -%%PORTDOCS%%%%DOCSDIR%%/conf.py -%%PORTDOCS%%%%DOCSDIR%%/differences.txt -%%PORTDOCS%%%%DOCSDIR%%/do-it-yourself.txt -%%PORTDOCS%%%%DOCSDIR%%/file-example.txt -%%PORTDOCS%%%%DOCSDIR%%/index.txt -%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example-code/jsonrpc.py -%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example-code/test_jsonrpc.py -%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example-code/test_jsonrpc.txt -%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example.txt -%%PORTDOCS%%%%DOCSDIR%%/license.txt -%%PORTDOCS%%%%DOCSDIR%%/modules/webob.txt -%%PORTDOCS%%%%DOCSDIR%%/news.txt -%%PORTDOCS%%%%DOCSDIR%%/reference.txt -%%PORTDOCS%%%%DOCSDIR%%/test-file.txt -%%PORTDOCS%%%%DOCSDIR%%/wiki-example-code/example.py -%%PORTDOCS%%%%DOCSDIR%%/wiki-example.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%%/wiki-example-code -%%PORTDOCS%%@dirrm %%DOCSDIR%%/modules -%%PORTDOCS%%@dirrm %%DOCSDIR%%/jsonrpc-example-code -%%PORTDOCS%%@dirrm %%DOCSDIR%%/comment-example-code -%%PORTDOCS%%@dirrm %%DOCSDIR%% |