diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-11-14 02:53:06 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-11-14 02:53:06 +0800 |
commit | a2044317993136d4d979cb6d96718c2c29de567a (patch) | |
tree | 39a10ba22d58def3f906eaecb9fd2d125eeae12c | |
parent | af785f4a0ba224e446de6e7532bef19b96e29c3e (diff) | |
download | freebsd-ports-gnome-a2044317993136d4d979cb6d96718c2c29de567a.tar.gz freebsd-ports-gnome-a2044317993136d4d979cb6d96718c2c29de567a.tar.zst freebsd-ports-gnome-a2044317993136d4d979cb6d96718c2c29de567a.zip |
- Update to 0.6.2
- Update WWW
-rw-r--r-- | devel/py-ptrace/Makefile | 2 | ||||
-rw-r--r-- | devel/py-ptrace/distinfo | 6 | ||||
-rw-r--r-- | devel/py-ptrace/pkg-descr | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile index aa72a2e3d26f..1d310ac0bc1f 100644 --- a/devel/py-ptrace/Makefile +++ b/devel/py-ptrace/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ptrace -PORTVERSION= 0.6 +PORTVERSION= 0.6.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ptrace/distinfo b/devel/py-ptrace/distinfo index 955089cea07c..f22f5d8c5e9f 100644 --- a/devel/py-ptrace/distinfo +++ b/devel/py-ptrace/distinfo @@ -1,3 +1,3 @@ -MD5 (python-ptrace-0.6.tar.gz) = 510c8c005f373c3e079074c9720bacc9 -SHA256 (python-ptrace-0.6.tar.gz) = 767e55b4469ca5ac2e5ee046d8168b9fc79bd11505428e2cd877c9bf32c64c16 -SIZE (python-ptrace-0.6.tar.gz) = 79530 +MD5 (python-ptrace-0.6.2.tar.gz) = 9fd038446772f9bf8d6d2290b26e5e0a +SHA256 (python-ptrace-0.6.2.tar.gz) = 8d03b7badb6c1b87e83e2b70ba73d5f18fb5cb4890c98c30ce16599a58b5200b +SIZE (python-ptrace-0.6.2.tar.gz) = 75200 diff --git a/devel/py-ptrace/pkg-descr b/devel/py-ptrace/pkg-descr index b4cba258d4bc..8decdbc3ee27 100644 --- a/devel/py-ptrace/pkg-descr +++ b/devel/py-ptrace/pkg-descr @@ -11,4 +11,4 @@ Features: * Dump registers, memory mappings, stack, etc. * Syscall tracer and parser (strace command) -WWW: http://python-ptrace.hachoir.org/ +WWW: http://bitbucket.org/haypo/python-ptrace/wiki/Home |