Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 2025 13:55:13 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4e3d5589fe5a - main - x11/xmodmap: Update to 1.0.11
Message-ID:  <202507011355.561DtDQA037536@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4e3d5589fe5a0842d98feb939a38935b400e5658

commit 4e3d5589fe5a0842d98feb939a38935b400e5658
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-10 18:35:13 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:20 +0000

    x11/xmodmap: Update to 1.0.11
    
    PR:     286640
---
 x11/xmodmap/Makefile  | 9 ++++-----
 x11/xmodmap/distinfo  | 6 +++---
 x11/xmodmap/pkg-descr | 6 ++++--
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/x11/xmodmap/Makefile b/x11/xmodmap/Makefile
index bb472dfe9bf2..772361ad6a2f 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
-USE_XORG=	x11
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xorgproto
 
 PLIST_FILES=	bin/xmodmap share/man/man1/xmodmap.1.gz
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507011355.561DtDQA037536>