pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/listres



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 07:57:37 UTC 2026

Modified Files:
        pkgsrc/x11/listres: Makefile distinfo

Log Message:
listres: update to 1.0.7.

Alan Coopersmith (5):
      Improve man page formatting
      man pages: fix warnings from `mandoc -T lint`
      gitlab CI: drop the ci-fairy check-mr job
      meson: Add option to build with meson
      listres 1.0.7


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/listres/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/listres/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/listres/Makefile
diff -u pkgsrc/x11/listres/Makefile:1.13 pkgsrc/x11/listres/Makefile:1.14
--- pkgsrc/x11/listres/Makefile:1.13    Sun Mar  3 20:58:18 2024
+++ pkgsrc/x11/listres/Makefile Sun Apr 19 07:57:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/03/03 20:58:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/04/19 07:57:37 wiz Exp $
 
-DISTNAME=              listres-1.0.6
+DISTNAME=              listres-1.0.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -10,10 +10,8 @@ HOMEPAGE=            https://xorg.freedesktop.org/
 COMMENT=               List resources in widgets
 LICENSE=               mit
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/listres/distinfo
diff -u pkgsrc/x11/listres/distinfo:1.9 pkgsrc/x11/listres/distinfo:1.10
--- pkgsrc/x11/listres/distinfo:1.9     Sun Mar  3 20:58:18 2024
+++ pkgsrc/x11/listres/distinfo Sun Apr 19 07:57:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/03/03 20:58:18 wiz Exp $
+$NetBSD: distinfo,v 1.10 2026/04/19 07:57:37 wiz Exp $
 
-BLAKE2s (listres-1.0.6.tar.xz) = df8fcfc9abd42d3a8997d82e94c9d4a30f2c7941588ddf8cdea681efcba33f58
-SHA512 (listres-1.0.6.tar.xz) = 182919c8ba5569af3dbf59421de2dfd3e755b3bd2d6d548c6d2664c20b73f937e64dc73811821c19af93fffbc2d5c8d2db8d9cdd9bf1b93b0f29cb683e13ebe7
-Size (listres-1.0.6.tar.xz) = 120540 bytes
+BLAKE2s (listres-1.0.7.tar.xz) = bb209f18b7e41a6ce5965f75b58daa7ee628300792e0966dc49781aedf636243
+SHA512 (listres-1.0.7.tar.xz) = 2e3eb837eb2901134263b3341b54a525a854144c31a793bad4aefcec02db549ea9f1135c32914ed8ec0f3136be7913f9259090f5a8f55f611be3c46c3b3c580e
+Size (listres-1.0.7.tar.xz) = 126084 bytes



Home | Main Index | Thread Index | Old Index