diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-09-15 11:47:23 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-09-15 11:47:23 +0000 |
commit | dd8b92a932dc5ef0e992bc4dc9a312fdfd247f6c (patch) | |
tree | d2c02824763556de6c7706cb87b3a54fea294a70 /www | |
parent | 6d6fe3759b34c4e4b7bd4d8cadae4347f8675e56 (diff) | |
download | ports-dd8b92a932dc5ef0e992bc4dc9a312fdfd247f6c.tar.gz ports-dd8b92a932dc5ef0e992bc4dc9a312fdfd247f6c.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-webob/Makefile | 8 | ||||
-rw-r--r-- | www/py-webob/distinfo | 6 | ||||
-rw-r--r-- | www/py-webob/pkg-plist | 18 |
3 files changed, 28 insertions, 4 deletions
diff --git a/www/py-webob/Makefile b/www/py-webob/Makefile index 0c4c0bf57afe..e074efdd2f9c 100644 --- a/www/py-webob/Makefile +++ b/www/py-webob/Makefile @@ -6,7 +6,7 @@ # PORTNAME= webob -PORTVERSION= 0.9.8 +PORTVERSION= 1.0 PORTREVISION= 0 CATEGORIES= www python MASTER_SITES= CHEESESHOP \ @@ -21,4 +21,10 @@ PYDISTUTILS_PKGNAME= WebOb USE_PYTHON= yes USE_PYDISTUTILS= easy_install +.if !defined(NOPORTDOCS) +post-install: + ${MKDIR} ${DOCSDIR} + cd ${WRKSRC}/docs/_build && ${COPYTREE_SHARE} . ${DOCSDIR} +.endif + .include <bsd.port.mk> diff --git a/www/py-webob/distinfo b/www/py-webob/distinfo index 99d6915f2323..7231334854f1 100644 --- a/www/py-webob/distinfo +++ b/www/py-webob/distinfo @@ -1,3 +1,3 @@ -MD5 (WebOb-0.9.8.tar.gz) = 07d1a1a4b0bf0faa67cb6638c632ea61 -SHA256 (WebOb-0.9.8.tar.gz) = 5465846d93e66ab395ecdc35aee3570629cc28a7f1be8185af851b6bf26154ca -SIZE (WebOb-0.9.8.tar.gz) = 204703 +MD5 (WebOb-1.0.tar.gz) = 2949c7b4cee48aa10ddc244eaff5d38b +SHA256 (WebOb-1.0.tar.gz) = 9a623a5c0f4f854554425161d0cc3046aced5cf0d6e3fd846a1829e5125c8368 +SIZE (WebOb-1.0.tar.gz) = 210397 diff --git a/www/py-webob/pkg-plist b/www/py-webob/pkg-plist index 7767d3e76aa1..b24e13a71275 100644 --- a/www/py-webob/pkg-plist +++ b/www/py-webob/pkg-plist @@ -1,2 +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%%@dirrm %%DOCSDIR%%/modules +%%PORTDOCS%%@dirrm %%DOCSDIR%% |