From owner-svn-ports-all@freebsd.org Sun Oct 4 17:59:47 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 915DBA0F100; Sun, 4 Oct 2015 17:59:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6967A151F; Sun, 4 Oct 2015 17:59:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t94Hxl39040891; Sun, 4 Oct 2015 17:59:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t94Hxknl040888; Sun, 4 Oct 2015 17:59:46 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510041759.t94Hxknl040888@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 4 Oct 2015 17:59:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398589 - head/sysutils/py-psutil X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2015 17:59:47 -0000 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/