pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/R-ps



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Sep 19 21:39:28 UTC 2024

Modified Files:
        pkgsrc/sysutils/R-ps: Makefile distinfo

Log Message:
(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).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/R-ps/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/R-ps/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/R-ps/Makefile
diff -u pkgsrc/sysutils/R-ps/Makefile:1.7 pkgsrc/sysutils/R-ps/Makefile:1.8
--- pkgsrc/sysutils/R-ps/Makefile:1.7   Sun Jun 11 10:52:42 2023
+++ pkgsrc/sysutils/R-ps/Makefile       Thu Sep 19 21:39:28 2024
@@ -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@localhost

Index: pkgsrc/sysutils/R-ps/distinfo
diff -u pkgsrc/sysutils/R-ps/distinfo:1.6 pkgsrc/sysutils/R-ps/distinfo:1.7
--- pkgsrc/sysutils/R-ps/distinfo:1.6   Sun Jun 11 10:52:42 2023
+++ pkgsrc/sysutils/R-ps/distinfo       Thu Sep 19 21:39:28 2024
@@ -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



Home | Main Index | Thread Index | Old Index