pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xrestop



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 28 07:26:43 UTC 2023

Modified Files:
        pkgsrc/x11/xrestop: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xrestop/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xrestop/distinfo

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

Modified files:

Index: pkgsrc/x11/xrestop/Makefile
diff -u pkgsrc/x11/xrestop/Makefile:1.13 pkgsrc/x11/xrestop/Makefile:1.14
--- pkgsrc/x11/xrestop/Makefile:1.13    Tue Aug  3 10:06:03 2021
+++ pkgsrc/x11/xrestop/Makefile Fri Apr 28 07:26:43 2023
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.13 2021/08/03 10:06:03 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/04/28 07:26:43 wiz Exp $
 
-DISTNAME=              xrestop-0.5
-CATEGORIES=            x11
-MASTER_SITES=          https://xorg.freedesktop.org/archive/individual/app/
-EXTRACT_SUFX=          .tar.bz2
+DISTNAME=      xrestop-0.6
+CATEGORIES=    x11
+MASTER_SITES=  https://xorg.freedesktop.org/archive/individual/app/
+EXTRACT_SUFX=  .tar.xz
 
-MAINTAINER=            reed%reedmedia.net@localhost
-HOMEPAGE=              https://www.freedesktop.org/wiki/Software/xrestop
-COMMENT=               X11 clients' server-side resource usage monitor
+MAINTAINER=    reed%reedmedia.net@localhost
+HOMEPAGE=      https://www.freedesktop.org/wiki/Software/xrestop
+COMMENT=       X11 clients' server-side resource usage monitor
 
-GNU_CONFIGURE=         yes
-USE_TOOLS+=            pkg-config
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"

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



Home | Main Index | Thread Index | Old Index