Index: devel/py-ptrace/Makefile =================================================================== --- devel/py-ptrace/Makefile +++ devel/py-ptrace/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ptrace -PORTVERSION= 0.7 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -38,5 +38,6 @@ regression-test: extract @(cd ${WRKSRC} && ${PYTHON_CMD} test_doc.py) + @(cd ${WRKSRC} && ${PYTHON_CMD} runtests.py) .include Index: devel/py-ptrace/distinfo =================================================================== --- devel/py-ptrace/distinfo +++ devel/py-ptrace/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-ptrace-0.7.tar.gz) = df268620f8201ef7be65be6967799409b9b1befaabb669a09ff59451f17a3c6f -SIZE (python-ptrace-0.7.tar.gz) = 84069 +SHA256 (python-ptrace-0.8.1.tar.gz) = 779e04c7bdc00150b739e7d49c9c61b7f36f17afd26355f91b10cd0e7d55d19f +SIZE (python-ptrace-0.8.1.tar.gz) = 93674 Index: devel/py-ptrace/pkg-descr =================================================================== --- devel/py-ptrace/pkg-descr +++ devel/py-ptrace/pkg-descr @@ -11,4 +11,4 @@ * Dump registers, memory mappings, stack, etc. * Syscall tracer and parser (strace command) -WWW: http://bitbucket.org/haypo/python-ptrace/wiki/Home +WWW: http://python-ptrace.readthedocs.org Index: security/kpcli/Makefile =================================================================== --- security/kpcli/Makefile +++ security/kpcli/Makefile @@ -2,6 +2,7 @@ PORTNAME= kpcli PORTVERSION= 2.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/kpcli/ EXTRACT_SUFX= .pl @@ -19,7 +20,9 @@ p5-Term-ShellUI>=0.9:${PORTSDIR}/shells/p5-Term-ShellUI \ p5-ReadLine-Gnu>=1.19:${PORTSDIR}/devel/p5-ReadLine-Gnu \ p5-Data-Password>=0:${PORTSDIR}/security/p5-Data-Password \ - p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone + p5-Clone>=0.31:${PORTSDIR}/devel/p5-Clone \ + p5-Capture-Tiny>=0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Clipboard>=0:${PORTSDIR}/x11/p5-Clipboard BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 shebangfix