git: 6cb8dc102adf - main - sysutils/py-psutil: Update to 5.9.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 13:04:13 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cb8dc102adfa373c3e91953e21493e9e77fd8cd commit 6cb8dc102adfa373c3e91953e21493e9e77fd8cd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-09-10 12:53:40 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-09-10 13:02:47 +0000 sysutils/py-psutil: Update to 5.9.2 Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst --- sysutils/py-psutil/Makefile | 5 ++--- sysutils/py-psutil/distinfo | 6 +++--- sysutils/py-psutil/files/patch-psutil_arch_freebsd_mem.c | 10 ---------- 3 files changed, 5 insertions(+), 16 deletions(-) diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 8668d9bdc0cf..9a878b59189f 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,6 +1,5 @@ PORTNAME= psutil -PORTVERSION= 5.9.1 -PORTREVISION= 2 +PORTVERSION= 5.9.2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe python:3.6+ USE_PYTHON= autoplist concurrent distutils -LDFLAGS+= -lutil # fix of: site-packages/psutil/_psutil_bsd.cpython-39.so: Undefined symbol "kinfo_getfile" +LDFLAGS+= -lutil CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}psutil121 diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 0879bea93709..5c2e9c2e1316 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653151146 -SHA256 (psutil-5.9.1.tar.gz) = 57f1819b5d9e95cdfb0c881a8a5b7d542ed0b7c522d575706a80bedc848c8954 -SIZE (psutil-5.9.1.tar.gz) = 479090 +TIMESTAMP = 1662558060 +SHA256 (psutil-5.9.2.tar.gz) = feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c +SIZE (psutil-5.9.2.tar.gz) = 479757 diff --git a/sysutils/py-psutil/files/patch-psutil_arch_freebsd_mem.c b/sysutils/py-psutil/files/patch-psutil_arch_freebsd_mem.c deleted file mode 100644 index cbe44517b448..000000000000 --- a/sysutils/py-psutil/files/patch-psutil_arch_freebsd_mem.c +++ /dev/null @@ -1,10 +0,0 @@ ---- psutil/arch/freebsd/mem.c.orig 2022-01-17 12:10:50 UTC -+++ psutil/arch/freebsd/mem.c -@@ -6,6 +6,7 @@ - - - #include <Python.h> -+#include <sys/param.h> - #include <sys/sysctl.h> - #include <sys/vmmeter.h> - #include <vm/vm_param.h>