pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xkbprint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 20 07:05:41 UTC 2026

Modified Files:
        pkgsrc/x11/xkbprint: Makefile distinfo

Log Message:
xkbprint: update to 1.0.8.

Alan Coopersmith (8):
      Accept --help & --version as aliases to -help & -version
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint`
      gitlab CI: drop the ci-fairy check-mr job
      Strip trailing whitespace from source files
      meson: Add option to build with meson
      meson: include headers when checking for functions
      xkbprint 1.0.8


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/xkbprint/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xkbprint/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/xkbprint/Makefile
diff -u pkgsrc/x11/xkbprint/Makefile:1.7 pkgsrc/x11/xkbprint/Makefile:1.8
--- pkgsrc/x11/xkbprint/Makefile:1.7    Sun Oct 13 07:29:03 2024
+++ pkgsrc/x11/xkbprint/Makefile        Mon Jul 20 07:05:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/10/13 07:29:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/07/20 07:05:41 wiz Exp $
 
-DISTNAME=              xkbprint-1.0.7
+DISTNAME=              xkbprint-1.0.8
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,9 +9,9 @@ MAINTAINER=             pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Generate printable description of a XKB keyboard description
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libxkbfile/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xkbprint/distinfo
diff -u pkgsrc/x11/xkbprint/distinfo:1.8 pkgsrc/x11/xkbprint/distinfo:1.9
--- pkgsrc/x11/xkbprint/distinfo:1.8    Sun Oct 13 07:29:03 2024
+++ pkgsrc/x11/xkbprint/distinfo        Mon Jul 20 07:05:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/10/13 07:29:03 wiz Exp $
+$NetBSD: distinfo,v 1.9 2026/07/20 07:05:41 wiz Exp $
 
-BLAKE2s (xkbprint-1.0.7.tar.xz) = 1828dd2cab89f02a36845d17eb77b51b48d41514b2d48e90e86842ae01ba59b6
-SHA512 (xkbprint-1.0.7.tar.xz) = 52f803ba85b053408dfff400f47ae9461954430665a12257a99b9775e26dd7192a97b979de949b9c4532936c9bfcc181a773de41514a122973f05d676dee6476
-Size (xkbprint-1.0.7.tar.xz) = 161736 bytes
+BLAKE2s (xkbprint-1.0.8.tar.xz) = 4f142490c2e53cf188e9d0443a2c240dbadc241b9387c7c9d78504533a5da44f
+SHA512 (xkbprint-1.0.8.tar.xz) = b2c1716f0dc30e528886190cfccfb72fb17f337bb321f988058759a1cbbf93f2effc68c1b2b9a0c808cc2831b62a8e894ca341ba0a35c22eaff4cc195a20d8da
+Size (xkbprint-1.0.8.tar.xz) = 164912 bytes



Home | Main Index | Thread Index | Old Index