svn commit: r430297 - head/sysutils/py-psutil

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 1 21:41:03 UTC 2017


Author: sunpoet
Date: Sun Jan  1 21:41:02 2017
New Revision: 430297
URL: https://svnweb.freebsd.org/changeset/ports/430297

Log:
  - Update to 5.0.1
  
  Changes:	https://github.com/giampaolo/psutil/blob/master/HISTORY.rst

Modified:
  head/sysutils/py-psutil/Makefile
  head/sysutils/py-psutil/distinfo

Modified: head/sysutils/py-psutil/Makefile
==============================================================================
--- head/sysutils/py-psutil/Makefile	Sun Jan  1 21:40:57 2017	(r430296)
+++ head/sysutils/py-psutil/Makefile	Sun Jan  1 21:41:02 2017	(r430297)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	psutil
-PORTVERSION=	5.0.0
+PORTVERSION=	5.0.1
 CATEGORIES=	sysutils python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USE_PYTHON=	autoplist concurrent distutils
-USES=		python zip
+USES=		python
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_bsd.so ${STAGEDIR}${PYTHON_SITELIBDIR}/psutil/_psutil_posix.so

Modified: head/sysutils/py-psutil/distinfo
==============================================================================
--- head/sysutils/py-psutil/distinfo	Sun Jan  1 21:40:57 2017	(r430296)
+++ head/sysutils/py-psutil/distinfo	Sun Jan  1 21:41:02 2017	(r430297)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480002574
-SHA256 (psutil-5.0.0.zip) = 5411e22c63168220f4b8cc42fd05ea96f5b5e65e08b93b675ca50653aea482f8
-SIZE (psutil-5.0.0.zip) = 374074
+TIMESTAMP = 1483253200
+SHA256 (psutil-5.0.1.tar.gz) = 9d8b7f8353a2b2eb6eb7271d42ec99d0d264a9338a37be46424d56b4e473b39e
+SIZE (psutil-5.0.1.tar.gz) = 326693


More information about the svn-ports-all mailing list