diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2011-02-20 21:25:57 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2011-02-20 21:25:57 +0000 |
commit | 0c64119d8668c8c3569d32f95164a02fa9a60393 (patch) | |
tree | abdcebbd64cf50a93edb12482fd0caf2d45bfbdd /www | |
parent | e52d05c3f23068386ec0e0674326face12d71f28 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-webob/Makefile | 6 | ||||
-rw-r--r-- | www/py-webob/distinfo | 5 | ||||
-rw-r--r-- | www/py-webob/pkg-plist | 32 |
3 files changed, 22 insertions, 21 deletions
diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index e074efdd2f9c..366aa8c4ea85 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webob -PORTVERSION= 1.0 +PORTVERSION= 1.0.2 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ @@ -21,10 +21,12 @@ PYDISTUTILS_PKGNAME= WebOb USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_BZIP2= yes + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${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 7231334854f1..6cea78a910d1 100644 --- a/www/py-webob/distinfo +++ b/www/py-webob/distinfo @@ -1,3 +1,2 @@ -MD5 (WebOb-1.0.tar.gz) = 2949c7b4cee48aa10ddc244eaff5d38b -SHA256 (WebOb-1.0.tar.gz) = 9a623a5c0f4f854554425161d0cc3046aced5cf0d6e3fd846a1829e5125c8368 -SIZE (WebOb-1.0.tar.gz) = 210397 +SHA256 (WebOb-1.0.2.tar.bz2) = 341e1860f146de44653680c7f16a6adb9615b60f0f419892ad12b03b67ad8cb7 +SIZE (WebOb-1.0.2.tar.bz2) = 100757 diff --git a/www/py-webob/pkg-plist b/www/py-webob/pkg-plist index b24e13a71275..dbc3303fa7f7 100644 --- a/www/py-webob/pkg-plist +++ b/www/py-webob/pkg-plist @@ -1,20 +1,20 @@ @comment $FreeBSD$ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -%%PORTDOCS%%%%DOCSDIR%%/comment-example.html -%%PORTDOCS%%%%DOCSDIR%%/differences.html -%%PORTDOCS%%%%DOCSDIR%%/do-it-yourself.html -%%PORTDOCS%%%%DOCSDIR%%/file-example.html -%%PORTDOCS%%%%DOCSDIR%%/genindex.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example.html -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/modindex.html -%%PORTDOCS%%%%DOCSDIR%%/modules/dec.html -%%PORTDOCS%%%%DOCSDIR%%/modules/webob.html -%%PORTDOCS%%%%DOCSDIR%%/news.html -%%PORTDOCS%%%%DOCSDIR%%/reference.html -%%PORTDOCS%%%%DOCSDIR%%/search.html -%%PORTDOCS%%%%DOCSDIR%%/test-file.html -%%PORTDOCS%%%%DOCSDIR%%/wiki-example.html +%%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/test_jsonrpc.txt +%%PORTDOCS%%%%DOCSDIR%%/jsonrpc-example.txt +%%PORTDOCS%%%%DOCSDIR%%/license.txt +%%PORTDOCS%%%%DOCSDIR%%/modules/dec.txt +%%PORTDOCS%%%%DOCSDIR%%/modules/webob.txt +%%PORTDOCS%%%%DOCSDIR%%/news.txt +%%PORTDOCS%%%%DOCSDIR%%/reference.txt +%%PORTDOCS%%%%DOCSDIR%%/test-file.txt +%%PORTDOCS%%%%DOCSDIR%%/wiki-example.txt %%PORTDOCS%%@dirrm %%DOCSDIR%%/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%%/jsonrpc-example-code %%PORTDOCS%%@dirrm %%DOCSDIR%% |