x11/xload: Update to 1.2.0

PR:	286683
This commit is contained in:
mew14930xvi 2025-06-12 08:45:33 +09:00 committed by Emmanuel Vadot
parent 9cbe2a237c
commit c41190bc74
3 changed files with 10 additions and 11 deletions

View File

@ -1,17 +1,15 @@
PORTNAME= xload
PORTVERSION= 1.1.3
PORTREVISION= 1
DISTVERSION= 1.2.0
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= System load average display for X
WWW= https://gitlab.freedesktop.org/xorg/app/xload
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xaw xmu xt
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= tar:xz xorg xorg-cat:app
USE_XORG= x11 xaw xmu xorgproto xt
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1522345258
SHA256 (xorg/app/xload-1.1.3.tar.bz2) = f34e4803871d771325cfe52bebd98cc5b6040d3f065184ec73de436f9a375907
SIZE (xorg/app/xload-1.1.3.tar.bz2) = 140327
TIMESTAMP = 1746684795
SHA256 (xorg/app/xload-1.2.0.tar.xz) = 2c0fe6d624e1a25c1707e2d56407b979d6a78d64271df9ea0a89d99b81b59a80
SIZE (xorg/app/xload-1.2.0.tar.xz) = 134996

View File

@ -1,2 +1,3 @@
This package contains xload, the X Window System system load average
display application.
The xload program displays a periodically updating histogram of the system
load average.
Xload accepts all of the standard X Toolkit command line options (see X(7)).