diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-08-22 14:36:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-08-22 14:36:57 +0800 |
commit | 447c53bae392567780aaaf3b1836ba3b995e566f (patch) | |
tree | 40200e88b46e66e82aa8c1561632f40c6d2e1eee | |
parent | 38b2f84ae281eecac56088349c5bd947b978e6bc (diff) | |
download | freebsd-ports-gnome-447c53bae392567780aaaf3b1836ba3b995e566f.tar.gz freebsd-ports-gnome-447c53bae392567780aaaf3b1836ba3b995e566f.tar.zst freebsd-ports-gnome-447c53bae392567780aaaf3b1836ba3b995e566f.zip |
- Update to 0.6.1
Changes: http://code.google.com/p/psutil/source/browse/trunk/HISTORY
-rw-r--r-- | sysutils/py-psutil/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 4 | ||||
-rw-r--r-- | sysutils/py-psutil/pkg-descr | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index d387130b2615..43d990bee5c4 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -6,7 +6,7 @@ # PORTNAME= psutil -PORTVERSION= 0.4.1 +PORTVERSION= 0.6.1 CATEGORIES= sysutils python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 8d8be72e5eb1..eea2118aa638 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,2 +1,2 @@ -SHA256 (psutil-0.4.1.tar.gz) = f051d2f965bcf63067c45449ab128b26e01587f0bc68e4141c355d28a55c71ee -SIZE (psutil-0.4.1.tar.gz) = 176640 +SHA256 (psutil-0.6.1.tar.gz) = d665a4cc58c9a5d207fb0dc9869fc0ee10f4f66ad885e84886ef6339ccce0a6f +SIZE (psutil-0.6.1.tar.gz) = 138456 diff --git a/sysutils/py-psutil/pkg-descr b/sysutils/py-psutil/pkg-descr index 21245ff07cd2..335bf2c59149 100644 --- a/sysutils/py-psutil/pkg-descr +++ b/sysutils/py-psutil/pkg-descr @@ -4,3 +4,4 @@ way by using Python, implementing many functionalities offered by tools like ps, top and Windows task manager. WWW: http://code.google.com/p/psutil/ +WWW: http://pypi.python.org/pypi/psutil/ |