mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
- Update to 1.0.2
PR: ports/154348 Submitted by: lwhsu
This commit is contained in:
parent
e52d05c3f2
commit
0c64119d86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=269407
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user