aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSofian Brabez <sbz@FreeBSD.org>2017-01-18 09:12:21 +0800
committerSofian Brabez <sbz@FreeBSD.org>2017-01-18 09:12:21 +0800
commit51906167fd09e25573e74a3fe1584f2fc1aceb6e (patch)
tree1cbc6980932f7f47cc5bb86da91f141c9598d3a9
parent06baa9d9683f7471cbb6a42c6a09aff7f1b2b114 (diff)
downloadfreebsd-ports-gnome-51906167fd09e25573e74a3fe1584f2fc1aceb6e.tar.gz
freebsd-ports-gnome-51906167fd09e25573e74a3fe1584f2fc1aceb6e.tar.zst
freebsd-ports-gnome-51906167fd09e25573e74a3fe1584f2fc1aceb6e.zip
- Update to 0.9.1
-rw-r--r--devel/py-ptrace/Makefile14
-rw-r--r--devel/py-ptrace/distinfo5
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile
index 7a522c50f0b3..b05830e7df60 100644
--- a/devel/py-ptrace/Makefile
+++ b/devel/py-ptrace/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ptrace
-PORTVERSION= 0.8.1
+PORTVERSION= 0.9.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,14 +22,16 @@ USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
-PORTDOCS= PKG-INFO README
+PORTDOCS= PKG-INFO README.rst
PORTEXAMPLES= itrace.py simple_dbg.py
-OPTIONS_DEFINE= DOCS EXAMPLES
+OPTIONS_DEFINE= DOCS EXAMPLES
-post-install:
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
+
+do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/examples/,} ${STAGEDIR}${EXAMPLESDIR}
@@ -37,7 +39,7 @@ post-patch:
${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so|' \
${WRKSRC}/ptrace/pydistorm.py
-regression-test: extract
- @(cd ${WRKSRC} && ${PYTHON_CMD} test_doc.py)
+do-test: extract
+ @(cd ${WRKSRC} && ${PYTHON_CMD} runtests.py)
.include <bsd.port.mk>
diff --git a/devel/py-ptrace/distinfo b/devel/py-ptrace/distinfo
index 3ab08f0ed3c3..badffbefe904 100644
--- a/devel/py-ptrace/distinfo
+++ b/devel/py-ptrace/distinfo
@@ -1,2 +1,3 @@
-SHA256 (python-ptrace-0.8.1.tar.gz) = 779e04c7bdc00150b739e7d49c9c61b7f36f17afd26355f91b10cd0e7d55d19f
-SIZE (python-ptrace-0.8.1.tar.gz) = 93674
+TIMESTAMP = 1484674710
+SHA256 (python-ptrace-0.9.1.tar.gz) = 131020822a35966598bbe9e8814ee8b8e15a05aa6ea8779432a2f1b3125f0f88
+SIZE (python-ptrace-0.9.1.tar.gz) = 102728