Fri Apr 28 07:26:43 2023 UTC ()
xrestop: update to 0.6.

Alan Coopersmith (10):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters
      configure: remove unnecessary checks
      configure: remove fallback for pre-pkg-config systems
      gitlab CI: stop requiring Signed-off-by in commits
      Fix builds on Solaris
      Add --version option
      man page: stop saying the X-Resource extension is "very new"
      xrestop 0.6

Matt Turner (1):
      Link with libtinfo if available

Thomas Kuehne (1):
      Fixes -Wformat warning in xrestop_display


(wiz)
diff -r1.13 -r1.14 pkgsrc/x11/xrestop/Makefile
diff -r1.6 -r1.7 pkgsrc/x11/xrestop/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/x11/xrestop/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xrestop/Makefile 2021/08/03 10:06:03 1.13
+++ pkgsrc/x11/xrestop/Makefile 2023/04/28 07:26:43 1.14
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.13 2021/08/03 10:06:03 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2023/04/28 07:26:43 wiz Exp $
2 2
3DISTNAME= xrestop-0.5 3DISTNAME= xrestop-0.6
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= https://xorg.freedesktop.org/archive/individual/app/ 5MASTER_SITES= https://xorg.freedesktop.org/archive/individual/app/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= reed@reedmedia.net 8MAINTAINER= reed@reedmedia.net
9HOMEPAGE= https://www.freedesktop.org/wiki/Software/xrestop 9HOMEPAGE= https://www.freedesktop.org/wiki/Software/xrestop
10COMMENT= X11 clients' server-side resource usage monitor 10COMMENT= X11 clients' server-side resource usage monitor
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "../../devel/ncurses/buildlink3.mk" 15.include "../../devel/ncurses/buildlink3.mk"
16.include "../../x11/libXext/buildlink3.mk" 16.include "../../x11/libXext/buildlink3.mk"
17.include "../../x11/libXres/buildlink3.mk" 17.include "../../x11/libXres/buildlink3.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/x11/xrestop/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xrestop/distinfo 2021/10/26 11:34:56 1.6
+++ pkgsrc/x11/xrestop/distinfo 2023/04/28 07:26:43 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 11:34:56 nia Exp $ 1$NetBSD: distinfo,v 1.7 2023/04/28 07:26:43 wiz Exp $
2 2
3BLAKE2s (xrestop-0.5.tar.bz2) = 347db76074b635c2af9bfe72cc9861cf545fe2d42d91c8137cc3b458cca0abd4 3BLAKE2s (xrestop-0.6.tar.xz) = 79ecec70e592c27e2b27a521dbcf0dc3a2ec51ba3b615e6c1412c086ff395018
4SHA512 (xrestop-0.5.tar.bz2) = f50e1fcba2fdb6167f93b9edae721556bc411232a9d7cc1df853e588cd92608c9ca652bee1aaf5cfe3750d6c60db6c6cd1c6797e282841cc535051e78b2c4c1d 4SHA512 (xrestop-0.6.tar.xz) = bc46aa1f0664961a42a2ed1f204c3c3959429805936fcdd91a2bdbb7c46d8a19a213c9997f7d2365948220bdbc6d39ea654c5085baf6f7309540445877b62e3b
5Size (xrestop-0.5.tar.bz2) = 135537 bytes 5Size (xrestop-0.6.tar.xz) = 125128 bytes