Date: Wed, 22 Aug 2012 06:36:57 +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: r302926 - head/sysutils/py-psutil Message-ID: <201208220636.q7M6av0q082003@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Aug 22 06:36:57 2012 New Revision: 302926 URL: http://svn.freebsd.org/changeset/ports/302926 Log: - Update to 0.6.1 Changes: http://code.google.com/p/psutil/source/browse/trunk/HISTORY Modified: head/sysutils/py-psutil/Makefile (contents, props changed) head/sysutils/py-psutil/distinfo (contents, props changed) head/sysutils/py-psutil/pkg-descr (contents, props changed) Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Wed Aug 22 06:33:33 2012 (r302925) +++ head/sysutils/py-psutil/Makefile Wed Aug 22 06:36:57 2012 (r302926) @@ -6,7 +6,7 @@ # PORTNAME= psutil -PORTVERSION= 0.4.1 +PORTVERSION= 0.6.1 CATEGORIES= sysutils python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-psutil/distinfo ============================================================================== --- head/sysutils/py-psutil/distinfo Wed Aug 22 06:33:33 2012 (r302925) +++ head/sysutils/py-psutil/distinfo Wed Aug 22 06:36:57 2012 (r302926) @@ -1,2 +1,2 @@ -SHA256 (psutil-0.4.1.tar.gz) = f051d2f965bcf63067c45449ab128b26e01587f0bc68e4141c355d28a55c71ee -SIZE (psutil-0.4.1.tar.gz) = 176640 +SHA256 (psutil-0.6.1.tar.gz) = d665a4cc58c9a5d207fb0dc9869fc0ee10f4f66ad885e84886ef6339ccce0a6f +SIZE (psutil-0.6.1.tar.gz) = 138456 Modified: head/sysutils/py-psutil/pkg-descr ============================================================================== --- head/sysutils/py-psutil/pkg-descr Wed Aug 22 06:33:33 2012 (r302925) +++ head/sysutils/py-psutil/pkg-descr Wed Aug 22 06:36:57 2012 (r302926) @@ -4,3 +4,4 @@ way by using Python, implementing many f like ps, top and Windows task manager. WWW: http://code.google.com/p/psutil/ +WWW: http://pypi.python.org/pypi/psutil/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208220636.q7M6av0q082003>