pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xmodmap
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 19 18:01:02 UTC 2026
Modified Files:
pkgsrc/x11/xmodmap: Makefile distinfo
Log Message:
xmodmap: update to 1.0.12.
Alan Coopersmith (13):
gitlab CI: stop requiring Signed-off-by in commits
Remove "All rights reserved" from Oracle copyright notices
Assume target platforms have strncasecmp now
Use _strnicmp() instead of strncasecmp() on Windows
Accept --help & --version as aliases to -help & -version
Improve man page text & formatting
Strip trailing whitespace from source files
parse_keysym: handle possible NULL return from copy_to_scratch()
gitlab CI: drop the ci-fairy check-mr job
handle.c: handle -Wuse-after-free warning from gcc 15
meson: Add option to build with meson
meson: include headers when checking for functions
xmodmap 1.0.12
Bjarni Ingi Gislason (1):
xmodmap.1: Some editorial changes for this man page [Debian bug #1094313]
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xmodmap/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xmodmap/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/xmodmap/Makefile
diff -u pkgsrc/x11/xmodmap/Makefile:1.12 pkgsrc/x11/xmodmap/Makefile:1.13
--- pkgsrc/x11/xmodmap/Makefile:1.12 Wed Nov 9 13:14:30 2022
+++ pkgsrc/x11/xmodmap/Makefile Sun Jul 19 18:01:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2022/11/09 13:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2026/07/19 18:01:02 wiz Exp $
-DISTNAME= xmodmap-1.0.11
+DISTNAME= xmodmap-1.0.12
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
@@ -9,8 +9,8 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= X modmap program
-GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
+.include "../../devel/meson/build.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/x11/xmodmap/distinfo
diff -u pkgsrc/x11/xmodmap/distinfo:1.11 pkgsrc/x11/xmodmap/distinfo:1.12
--- pkgsrc/x11/xmodmap/distinfo:1.11 Mon Jul 11 19:39:07 2022
+++ pkgsrc/x11/xmodmap/distinfo Sun Jul 19 18:01:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/07/11 19:39:07 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/07/19 18:01:02 wiz Exp $
-BLAKE2s (xmodmap-1.0.11.tar.xz) = 0b2285dfde567a2316666a0244e9998ba8a2350d61060e6c1ad439f02b925b39
-SHA512 (xmodmap-1.0.11.tar.xz) = a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
-Size (xmodmap-1.0.11.tar.xz) = 139532 bytes
+BLAKE2s (xmodmap-1.0.12.tar.xz) = 9d369b168fdf796ff4d0e2948bb5e6bfc0499c9034b0bc66fd441d0771389606
+SHA512 (xmodmap-1.0.12.tar.xz) = 2319f1b7eee54d650930c9e16c06e8db5a0c19eaef1902d6196d666bcab8bc288baaea65d3b561e117fc98b918cbcd9c2660c91c556f3fa08e0f57a8f0d38f82
+Size (xmodmap-1.0.12.tar.xz) = 146376 bytes
Home |
Main Index |
Thread Index |
Old Index