From fd78b04047fdaa32a61525c391273ffb18ca67bc Mon Sep 17 00:00:00 2001 From: mew14930xvi Date: Wed, 7 May 2025 09:20:06 +0900 Subject: [PATCH] x11/xmodmap: Update to 1.0.11 --- x11/xmodmap/Makefile | 7 +++---- x11/xmodmap/distinfo | 6 +++--- x11/xmodmap/pkg-descr | 6 ++++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile index bb472dfe9bf2..7e1074e6e143 100644 --- a/x11/xmodmap/Makefile +++ b/x11/xmodmap/Makefile @@ -1,18 +1,17 @@ PORTNAME= xmodmap -PORTVERSION= 1.0.10 -PORTREVISION= 1 +DISTVERSION= 1.0.11 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Utility for modifying keymaps and pointer button mappings in X +WWW= https://gitlab.freedesktop.org/xorg/app/xmodmap LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg xorg-cat:app +USES= tar:xz xorg xorg-cat:app USE_XORG= x11 PLIST_FILES= bin/xmodmap share/man/man1/xmodmap.1.gz -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include diff --git a/x11/xmodmap/distinfo b/x11/xmodmap/distinfo index 37c085e69b46..4bb90976f51e 100644 --- a/x11/xmodmap/distinfo +++ b/x11/xmodmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1551298200 -SHA256 (xorg/app/xmodmap-1.0.10.tar.bz2) = 473f0941d7439d501bb895ff358832b936ec34c749b9704c37a15e11c318487c -SIZE (xorg/app/xmodmap-1.0.10.tar.bz2) = 145489 +TIMESTAMP = 1746493907 +SHA256 (xorg/app/xmodmap-1.0.11.tar.xz) = 9a2f8168f7b0bc382828847403902cb6bf175e17658b36189eac87edda877e81 +SIZE (xorg/app/xmodmap-1.0.11.tar.xz) = 139532 diff --git a/x11/xmodmap/pkg-descr b/x11/xmodmap/pkg-descr index b4ee30821975..2124d51682b5 100644 --- a/x11/xmodmap/pkg-descr +++ b/x11/xmodmap/pkg-descr @@ -1,2 +1,4 @@ -This package contains xmodmap, which is a program for editing and displaying -the keyboard modifier map and keymap table in X. +The xmodmap program is used to edit and display the keyboard modifier +map and keymap table that are used by client applications to convert +event keycodes into keysyms. It is usually run from the user's session +startup script to configure the keyboard according to personal tastes. -- 2.49.0