diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-07-15 11:25:02 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-07-15 11:25:02 +0000 |
commit | 3f3fe1ce1d18be5ee730415db90b2efcb0cf8862 (patch) | |
tree | 576fa74e2f4c80cbae6c97835d4d70dfe3d9496d /devel/py-ptrace | |
parent | 1be43e97c3ccfba043102c6bed462960c8bcf7c3 (diff) | |
download | ports-3f3fe1ce1d18be5ee730415db90b2efcb0cf8862.tar.gz ports-3f3fe1ce1d18be5ee730415db90b2efcb0cf8862.zip |
Notes
Diffstat (limited to 'devel/py-ptrace')
-rw-r--r-- | devel/py-ptrace/Makefile | 2 | ||||
-rw-r--r-- | devel/py-ptrace/distinfo | 6 | ||||
-rw-r--r-- | devel/py-ptrace/pkg-plist | 3 |
3 files changed, 4 insertions, 7 deletions
diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile index 27a52e791e40..1015e391d403 100644 --- a/devel/py-ptrace/Makefile +++ b/devel/py-ptrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ptrace -PORTVERSION= 0.3 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ptrace/distinfo b/devel/py-ptrace/distinfo index a38800495d68..37ee712e2a74 100644 --- a/devel/py-ptrace/distinfo +++ b/devel/py-ptrace/distinfo @@ -1,3 +1,3 @@ -MD5 (ptrace-0.3.tar.gz) = c38e8867a93ccf1d71ff3a57aa06dff8 -SHA256 (ptrace-0.3.tar.gz) = e6673518ae5509c0ff32aace1cdb80297672191332e5c58cfd66fe048ba43601 -SIZE (ptrace-0.3.tar.gz) = 56805 +MD5 (ptrace-0.3.1.tar.gz) = 3adb23e2d99e4f4b6380586e2232b10f +SHA256 (ptrace-0.3.1.tar.gz) = 0fd3cbe5452371fc8c1cc686148404924e3aed7018f9e767197062e8940f7338 +SIZE (ptrace-0.3.1.tar.gz) = 57088 diff --git a/devel/py-ptrace/pkg-plist b/devel/py-ptrace/pkg-plist index 8037057647ce..1196a3a6547d 100644 --- a/devel/py-ptrace/pkg-plist +++ b/devel/py-ptrace/pkg-plist @@ -12,9 +12,6 @@ bin/gdb.py %%PYTHON_SITELIBDIR%%/ptrace/binding/func.py %%PYTHON_SITELIBDIR%%/ptrace/binding/func.pyc %%PYTHON_SITELIBDIR%%/ptrace/binding/func.pyo -%%PYTHON_SITELIBDIR%%/ptrace/binding/libc_backtrace.py -%%PYTHON_SITELIBDIR%%/ptrace/binding/libc_backtrace.pyc -%%PYTHON_SITELIBDIR%%/ptrace/binding/libc_backtrace.pyo %%PYTHON_SITELIBDIR%%/ptrace/binding/linux_struct.py %%PYTHON_SITELIBDIR%%/ptrace/binding/linux_struct.pyc %%PYTHON_SITELIBDIR%%/ptrace/binding/linux_struct.pyo |