diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-18 16:19:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-02-18 16:19:31 +0000 |
commit | 6305149e65e9c3124ea681f80fcb2a1e3ecdf9bb (patch) | |
tree | 5c269b3e2c14903f096fe3a737189bbc9bb13e0a /sysutils/py-psutil | |
parent | 2f4bcbb70f7c77e8d3e60cb1ccd7445d06ff725e (diff) |
Notes
Diffstat (limited to 'sysutils/py-psutil')
-rw-r--r-- | sysutils/py-psutil/Makefile | 2 | ||||
-rw-r--r-- | sysutils/py-psutil/distinfo | 4 | ||||
-rw-r--r-- | sysutils/py-psutil/pkg-descr | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 15cc5a2345c5..bee5e145f064 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 2.1.1 +PORTVERSION= 2.2.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index d8a6c79e35ff..cd8e107b3956 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,2 +1,2 @@ -SHA256 (psutil-2.1.1.tar.gz) = bf812a4aa6a41147d0e96e63d826eb7582fda6b54ad8f22534354b7f8ac45593 -SIZE (psutil-2.1.1.tar.gz) = 216796 +SHA256 (psutil-2.2.1.tar.gz) = a0e9b96f1946975064724e242ac159f3260db24ffa591c3da0a355361a3a337f +SIZE (psutil-2.2.1.tar.gz) = 223688 diff --git a/sysutils/py-psutil/pkg-descr b/sysutils/py-psutil/pkg-descr index 335bf2c59149..4d57d82724ec 100644 --- a/sysutils/py-psutil/pkg-descr +++ b/sysutils/py-psutil/pkg-descr @@ -3,5 +3,5 @@ on running processes and system utilization (CPU, memory) in a portable 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/ +WWW: https://github.com/giampaolo/psutil +WWW: https://pypi.python.org/pypi/psutil/ |