- Update WWW

- Remove unneeded dependency for do-test target

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2020-04-05 09:32:19 +00:00
parent 18f54455e7
commit 356c343075
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=530758
2 changed files with 3 additions and 2 deletions

View file

@ -42,7 +42,7 @@ post-patch:
${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so|' \
${WRKSRC}/ptrace/pydistorm.py
do-test: extract
do-test:
@(cd ${WRKSRC} && ${PYTHON_CMD} runtests.py)
.include <bsd.port.mk>

View file

@ -11,4 +11,5 @@ Features:
* Dump registers, memory mappings, stack, etc.
* Syscall tracer and parser (strace command)
WWW: http://bitbucket.org/haypo/python-ptrace/wiki/Home
WWW: https://github.com/vstinner/python-ptrace
WWW: https://python-ptrace.readthedocs.io/