[Bug 293113] sysutils/whowatch: Update to 1.8.6

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 19 Feb 2026 11:20:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293113

--- Comment #4 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Makefile:
PORTNAME=       whowatch
DISTVERSION=    1.8.6.1
CATEGORIES=     sysutils

MAINTAINER=     jishanalam9128@gmail.com
COMMENT=        Displays information in real time about users currently logged
on
WWW=            https://github.com/mtsuszycki/whowatch/ \
                https://github.com/Zedai00/whowatch/

LICENSE=        GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

USES=           autoreconf ncurses
USE_GITHUB=     yes
GH_ACCOUNT=     Zedai00
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/whowatch \
                share/applications/whowatch.desktop \
                share/man/man1/whowatch.1.gz

.include <bsd.port.mk>

distinfo:
TIMESTAMP = 1771500000
SHA256 (Zedai00-whowatch-1.8.6.1_GH0.tar.gz) =
86e8e68e0dc88e29ec8a3a671d4640804fe48e086b98d6cf0307f23a6fc90868
SIZE (Zedai00-whowatch-1.8.6.1_GH0.tar.gz) = 52413

pkg-descr (text from README.md):
Whowatch is an interactive, ncurses-based, process and users monitoring tool
which updates information in real time. It can be described as a some kind of
interactive mix of ps, pstree, lsof, w, finger and kill. You can watch
information about users currently logged on to the machine: login type - ie.
"ssh" "telnet", tty, host, idle time and command line of their current process.
You can also naviagate in processes tree, watch process details (memory, uid,
open descriptors with TCP sockets mapped on IP:port -> IP:port pair etc.).
Whowatch has support for plugins.

-- 
You are receiving this mail because:
You are the assignee for the bug.