From 20934fc537eea633150f051c9b59aaaf3cb12a55 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Dec 2022 16:45:44 +0800 Subject: sysutils/py-psutil: Update to 5.9.4 Changes: https://github.com/giampaolo/psutil/blob/master/HISTORY.rst --- sysutils/py-psutil/Makefile | 2 +- sysutils/py-psutil/distinfo | 6 +++--- sysutils/py-psutil/files/patch-clang15 | 11 +++++++++++ .../py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c | 11 ----------- 4 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 sysutils/py-psutil/files/patch-clang15 delete mode 100644 sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c diff --git a/sysutils/py-psutil/Makefile b/sysutils/py-psutil/Makefile index 9a878b59189f..4ed8848bd458 100644 --- a/sysutils/py-psutil/Makefile +++ b/sysutils/py-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= psutil -PORTVERSION= 5.9.2 +PORTVERSION= 5.9.4 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-psutil/distinfo b/sysutils/py-psutil/distinfo index 5c2e9c2e1316..f5659a6dd9e0 100644 --- a/sysutils/py-psutil/distinfo +++ b/sysutils/py-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662558060 -SHA256 (psutil-5.9.2.tar.gz) = feb861a10b6c3bb00701063b37e4afc754f8217f0f09c42280586bd6ac712b5c -SIZE (psutil-5.9.2.tar.gz) = 479757 +TIMESTAMP = 1669057961 +SHA256 (psutil-5.9.4.tar.gz) = 3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62 +SIZE (psutil-5.9.4.tar.gz) = 485825 diff --git a/sysutils/py-psutil/files/patch-clang15 b/sysutils/py-psutil/files/patch-clang15 new file mode 100644 index 000000000000..04a9c7b6623c --- /dev/null +++ b/sysutils/py-psutil/files/patch-clang15 @@ -0,0 +1,11 @@ +--- psutil/arch/freebsd/sys_socks.c.orig 2022-09-02 10:06:38 UTC ++++ psutil/arch/freebsd/sys_socks.c +@@ -62,7 +62,7 @@ struct xfile * + + + struct xfile * +-psutil_get_file_from_sock(void *sock) { ++psutil_get_file_from_sock(kvaddr_t sock) { + struct xfile *xf; + int n; + diff --git a/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c b/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c deleted file mode 100644 index 04a9c7b6623c..000000000000 --- a/sysutils/py-psutil/files/patch-psutil_arch_freebsd_sys__socks.c +++ /dev/null @@ -1,11 +0,0 @@ ---- psutil/arch/freebsd/sys_socks.c.orig 2022-09-02 10:06:38 UTC -+++ psutil/arch/freebsd/sys_socks.c -@@ -62,7 +62,7 @@ struct xfile * - - - struct xfile * --psutil_get_file_from_sock(void *sock) { -+psutil_get_file_from_sock(kvaddr_t sock) { - struct xfile *xf; - int n; - -- cgit v1.2.3