svn commit: r379233 - head/sysutils/py-psutil
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Feb 18 16:19:33 UTC 2015
Author: sunpoet
Date: Wed Feb 18 16:19:31 2015
New Revision: 379233
URL: https://svnweb.freebsd.org/changeset/ports/379233
QAT: https://qat.redports.org/buildarchive/r379233/
Log:
- Update to 2.2.1
- Update WWW
Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
Notified by: koobs
Modified:
head/sysutils/py-psutil/Makefile
head/sysutils/py-psutil/distinfo
head/sysutils/py-psutil/pkg-descr
Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile Wed Feb 18 16:19:25 2015 (r379232)
+++ head/sysutils/py-psutil/Makefile Wed Feb 18 16:19:31 2015 (r379233)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= psutil
-PORTVERSION= 2.1.1
+PORTVERSION= 2.2.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/sysutils/py-psutil/distinfo
==============================================================================
--- head/sysutils/py-psutil/distinfo Wed Feb 18 16:19:25 2015 (r379232)
+++ head/sysutils/py-psutil/distinfo Wed Feb 18 16:19:31 2015 (r379233)
@@ -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
Modified: head/sysutils/py-psutil/pkg-descr
==============================================================================
--- head/sysutils/py-psutil/pkg-descr Wed Feb 18 16:19:25 2015 (r379232)
+++ head/sysutils/py-psutil/pkg-descr Wed Feb 18 16:19:31 2015 (r379233)
@@ -3,5 +3,5 @@ on running processes and system utilizat
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/
More information about the svn-ports-all
mailing list