git: c41190bc741f - main - x11/xload: Update to 1.2.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jul 2025 13:55:16 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c41190bc741f8f7a0975f20fa4e1c8dd2b8cd54b
commit c41190bc741f8f7a0975f20fa4e1c8dd2b8cd54b
Author: mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-11 23:45:33 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:20 +0000
x11/xload: Update to 1.2.0
PR: 286683
---
x11/xload/Makefile | 10 ++++------
x11/xload/distinfo | 6 +++---
x11/xload/pkg-descr | 5 +++--
3 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/x11/xload/Makefile b/x11/xload/Makefile
index 57c2f196f26d..a9e2e50f207b 100644
--- a/x11/xload/Makefile
+++ b/x11/xload/Makefile
@@ -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>
diff --git a/x11/xload/distinfo b/x11/xload/distinfo
index 284e29d27da0..aab0b899b06f 100644
--- a/x11/xload/distinfo
+++ b/x11/xload/distinfo
@@ -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
diff --git a/x11/xload/pkg-descr b/x11/xload/pkg-descr
index 6a0b46f1719e..14ef7b3ebc5a 100644
--- a/x11/xload/pkg-descr
+++ b/x11/xload/pkg-descr
@@ -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)).