Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Oct 2015 17:59:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398589 - head/sysutils/py-psutil
Message-ID:  <201510041759.t94Hxknl040888@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  4 17:59:45 2015
New Revision: 398589
URL: https://svnweb.freebsd.org/changeset/ports/398589

Log:
  - Update to 3.2.2
  - Reformat pkg-descr
  
  Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst

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	Sun Oct  4 17:59:41 2015	(r398588)
+++ head/sysutils/py-psutil/Makefile	Sun Oct  4 17:59:45 2015	(r398589)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	psutil
-PORTVERSION=	3.2.0
+PORTVERSION=	3.2.2
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/sysutils/py-psutil/distinfo
==============================================================================
--- head/sysutils/py-psutil/distinfo	Sun Oct  4 17:59:41 2015	(r398588)
+++ head/sysutils/py-psutil/distinfo	Sun Oct  4 17:59:45 2015	(r398589)
@@ -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

Modified: head/sysutils/py-psutil/pkg-descr
==============================================================================
--- head/sysutils/py-psutil/pkg-descr	Sun Oct  4 17:59:41 2015	(r398588)
+++ head/sysutils/py-psutil/pkg-descr	Sun Oct  4 17:59:45 2015	(r398589)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510041759.t94Hxknl040888>