Mon Jul 11 19:39:07 2022 UTC ()
xmodmap: update to 1.0.11.

Alan Coopersmith (5):
      gitlab CI: add a basic build test
      Build xz tarballs instead of bzip2
      handle.c: avoid leaks when realloc() fails
      PrintModifierMapping: stop leaking the map returned by XGetKeyboardMapping
      xmodmap 1.0.11

Karl Fogel (1):
      Fix warning about number of mouse buttons


(wiz)
diff -r1.2 -r1.3 pkgsrc/x11/xmodmap/DESCR
diff -r1.10 -r1.11 pkgsrc/x11/xmodmap/Makefile
diff -r1.10 -r1.11 pkgsrc/x11/xmodmap/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/x11/xmodmap/DESCR (expand / switch to unified diff)

--- pkgsrc/x11/xmodmap/DESCR 2019/02/21 09:44:50 1.2
+++ pkgsrc/x11/xmodmap/DESCR 2022/07/11 19:39:07 1.3
@@ -1,3 +1,5 @@ @@ -1,3 +1,5 @@
1The xmodmap program is used to edit and display the keyboard modifier 1The xmodmap program is used to edit and display the keyboard modifier
2map and keymap table that are used by client applications to convert 2map and keymap table that are used by client applications to convert
3event keycodes into keysyms. 3event keycodes into keysyms. It is usually run from the user's
 4session startup script to configure the keyboard according to
 5personal tastes.

cvs diff -r1.10 -r1.11 pkgsrc/x11/xmodmap/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xmodmap/Makefile 2020/01/18 23:36:11 1.10
+++ pkgsrc/x11/xmodmap/Makefile 2022/07/11 19:39:07 1.11
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:11 rillig Exp $ 1# $NetBSD: Makefile,v 1.11 2022/07/11 19:39:07 wiz Exp $
2 2
3DISTNAME= xmodmap-1.0.10 3DISTNAME= xmodmap-1.0.11
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= https://xorg.freedesktop.org/ 9HOMEPAGE= https://xorg.freedesktop.org/
10COMMENT= X modmap program 10COMMENT= X modmap program
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_TOOLS+= pkg-config 13USE_TOOLS+= pkg-config
14 14
15.include "../../x11/libX11/buildlink3.mk" 15.include "../../x11/libX11/buildlink3.mk"
16 
17.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/x11/xmodmap/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xmodmap/distinfo 2021/10/26 11:34:53 1.10
+++ pkgsrc/x11/xmodmap/distinfo 2022/07/11 19:39:07 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2021/10/26 11:34:53 nia Exp $ 1$NetBSD: distinfo,v 1.11 2022/07/11 19:39:07 wiz Exp $
2 2
3BLAKE2s (xmodmap-1.0.10.tar.bz2) = 161cb9f8dba87eeb4d01f99174624b803457ad19ca21a40d018958e1ba853549 3BLAKE2s (xmodmap-1.0.11.tar.xz) = 0b2285dfde567a2316666a0244e9998ba8a2350d61060e6c1ad439f02b925b39
4SHA512 (xmodmap-1.0.10.tar.bz2) = 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04 4SHA512 (xmodmap-1.0.11.tar.xz) = a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
5Size (xmodmap-1.0.10.tar.bz2) = 145489 bytes 5Size (xmodmap-1.0.11.tar.xz) = 139532 bytes