diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-29 15:11:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-03-29 15:11:31 +0000 |
commit | 11d8f9755d9dfb6893a92d82781467e8e15d7985 (patch) | |
tree | 62b2cee172a4aba8fc9cb36a58eb4fa2f2c2e829 /devel/py-ptrace | |
parent | a7164bf6edcc1dc575c6537272589c01ae32b86a (diff) | |
download | ports-11d8f9755d9dfb6893a92d82781467e8e15d7985.tar.gz ports-11d8f9755d9dfb6893a92d82781467e8e15d7985.zip |
Notes
Diffstat (limited to 'devel/py-ptrace')
-rw-r--r-- | devel/py-ptrace/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ptrace/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile index ceb744af138a..aa72a2e3d26f 100644 --- a/devel/py-ptrace/Makefile +++ b/devel/py-ptrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ptrace -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +18,7 @@ COMMENT= Python binding of ptrace RUN_DEPENDS= ${PYCTYPES} \ ${LOCALBASE}/lib/libdistorm64.so:${PORTSDIR}/devel/distorm -USE_PYTHON= yes +USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python_ptrace diff --git a/devel/py-ptrace/distinfo b/devel/py-ptrace/distinfo index 530ff723e6f1..955089cea07c 100644 --- a/devel/py-ptrace/distinfo +++ b/devel/py-ptrace/distinfo @@ -1,3 +1,3 @@ -MD5 (python-ptrace-0.5.tar.gz) = 0df3d1c5109bb88d06575d70513a190c -SHA256 (python-ptrace-0.5.tar.gz) = 8ff2ec30050803e8b60cfb05d24fa32b3d175bffb81ef5919c3db4ac0f263df8 -SIZE (python-ptrace-0.5.tar.gz) = 77440 +MD5 (python-ptrace-0.6.tar.gz) = 510c8c005f373c3e079074c9720bacc9 +SHA256 (python-ptrace-0.6.tar.gz) = 767e55b4469ca5ac2e5ee046d8168b9fc79bd11505428e2cd877c9bf32c64c16 +SIZE (python-ptrace-0.6.tar.gz) = 79530 |