From ea6e1c724a647bcd4ffb70800b638d5e05d7d742 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 19 Sep 2024 21:39:28 +0000 Subject: [PATCH] (sysutils/R-ps) Updated 1.7.7 # ps 1.7.7 * `ps_cpu_times()` values are now correct on newer arm64 macOS. # ps 1.7.6 * `ps_name()` now does not fail in the rare case when `ps_cmdline()` returns an empty vector (#150). * `ps_system_cpu_times()` now returns CPU times divided by the HZ as reported by CLK_TCK, in-line with other OS's and the per-process version. (#144, @michaelwalshe). --- sysutils/R-ps/Makefile | 4 ++-- sysutils/R-ps/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sysutils/R-ps/Makefile b/sysutils/R-ps/Makefile index b55a34c779f5..dc4958cb023d 100644 --- a/sysutils/R-ps/Makefile +++ b/sysutils/R-ps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/06/11 10:52:42 mef Exp $ +# $NetBSD: Makefile,v 1.8 2024/09/19 21:39:28 mef Exp $ R_PKGNAME= ps -R_PKGVER= 1.7.5 +R_PKGVER= 1.7.7 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/sysutils/R-ps/distinfo b/sysutils/R-ps/distinfo index 354bd49000e3..19b17696476a 100644 --- a/sysutils/R-ps/distinfo +++ b/sysutils/R-ps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/06/11 10:52:42 mef Exp $ +$NetBSD: distinfo,v 1.7 2024/09/19 21:39:28 mef Exp $ -BLAKE2s (R/ps_1.7.5.tar.gz) = bb27a3977a26abfe3752d122b315aa0ec465cdde8867eb88c846e14bda4d0a34 -SHA512 (R/ps_1.7.5.tar.gz) = f5b6a82493f184eb3737108b8984801469ba11033e6e96957eb2f42f121610816e801cb4f0a9e03dbeb3f8f8653e037a5771eab731af77617cd76d02d07b594a -Size (R/ps_1.7.5.tar.gz) = 129213 bytes +BLAKE2s (R/ps_1.7.7.tar.gz) = 09e9fd19456e857edd8244a1379c376e68ef9c8950b6d1029d36b47edaab3aae +SHA512 (R/ps_1.7.7.tar.gz) = 148fdb24158efa9434aef381d772a54f9433213ffaa21e8ff80b32fc2aa83981aff708418c65c7debde06fce680863ef6fc11f56b178c2f0ee016e3dab9a34e5 +Size (R/ps_1.7.7.tar.gz) = 128844 bytes