Index: head/sysutils/py-psutil/Makefile =================================================================== --- head/sysutils/py-psutil/Makefile (revision 398588) +++ head/sysutils/py-psutil/Makefile (revision 398589) @@ -1,21 +1,21 @@ # Created by: Ju Pengfei # $FreeBSD$ PORTNAME= psutil -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Process utilities module for Python LICENSE= BSD3CLAUSE USE_PYTHON= autoplist concurrent distutils USES= python post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_posix.so .include Index: head/sysutils/py-psutil/distinfo =================================================================== --- head/sysutils/py-psutil/distinfo (revision 398588) +++ head/sysutils/py-psutil/distinfo (revision 398589) @@ -1,2 +1,2 @@ -SHA256 (psutil-3.2.0.tar.gz) = 06f9d255f8b12a6a04aa2b468ec453c539f54a464d110b3458c32b0152a5c943 -SIZE (psutil-3.2.0.tar.gz) = 251988 +SHA256 (psutil-3.2.2.tar.gz) = f9d848e5bd475ffe7fa3ab1c20d249807e648568af64bb0058412296ec990a0c +SIZE (psutil-3.2.2.tar.gz) = 253502 Index: head/sysutils/py-psutil/pkg-descr =================================================================== --- head/sysutils/py-psutil/pkg-descr (revision 398588) +++ head/sysutils/py-psutil/pkg-descr (revision 398589) @@ -1,7 +1,7 @@ -psutil is a module providing an interface for retrieving information -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. +psutil is a module providing an interface for retrieving information 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: https://pypi.python.org/pypi/psutil WWW: https://github.com/giampaolo/psutil -WWW: https://pypi.python.org/pypi/psutil/