git: f324e5297e53 - main - x11/xkbprint: Update to 1.0.7

From: Kousuke Kannagi <mce_at_FreeBSD.org>
Date: Sun, 19 Jul 2026 20:18:07 UTC
The branch main has been updated by mce:

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

commit f324e5297e532d32ff52874ac0c0246d9c43ab6e
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2025-07-12 00:09:53 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-07-19 20:15:25 +0000

    x11/xkbprint: Update to 1.0.7
    
    Update COMMENT and pkg-descr.
    Add WWW.
    
    https://lists.x.org/archives/xorg-announce/2022-October/003222.html
    https://lists.x.org/archives/xorg-announce/2024-October/003535.html
    
    PR:             288159
    Approved by:    x11 (arrowd)
    Approved by:    osa (mentor)
---
 x11/xkbprint/Makefile  | 11 +++++------
 x11/xkbprint/distinfo  |  6 +++---
 x11/xkbprint/pkg-descr |  6 ++++--
 3 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/x11/xkbprint/Makefile b/x11/xkbprint/Makefile
index 3f0244f3bfbc..7d71bc98aac0 100644
--- a/x11/xkbprint/Makefile
+++ b/x11/xkbprint/Makefile
@@ -1,18 +1,17 @@
 PORTNAME=	xkbprint
-PORTVERSION=	1.0.5
-PORTREVISION=	1
+DISTVERSION=	1.0.7
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	Utility for printing an XKB keyboard description
+COMMENT=	Generates a PostScript image of an XKB keyboard description.
+WWW=		https://gitlab.freedesktop.org/xorg/app/xkbprint
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	xkbfile x11
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xkbfile xorgproto
 
 PLIST_FILES=	bin/xkbprint share/man/man1/xkbprint.1.gz
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xkbprint/distinfo b/x11/xkbprint/distinfo
index ae86721b5c56..7ab004f2cbbf 100644
--- a/x11/xkbprint/distinfo
+++ b/x11/xkbprint/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1573250584
-SHA256 (xorg/app/xkbprint-1.0.5.tar.bz2) = 5b58fe834f0822f06d63d283fac404098c6d3f6acce61888b81016f1c41023fa
-SIZE (xorg/app/xkbprint-1.0.5.tar.bz2) = 166856
+TIMESTAMP = 1752207466
+SHA256 (xorg/app/xkbprint-1.0.7.tar.xz) = 1c4f49c030329e0defd8c7bc3739e60f2aa1d2aabe0e2d7e63740ab629aa59cc
+SIZE (xorg/app/xkbprint-1.0.7.tar.xz) = 161736
diff --git a/x11/xkbprint/pkg-descr b/x11/xkbprint/pkg-descr
index c4595ec511a1..3e76eb5fe119 100644
--- a/x11/xkbprint/pkg-descr
+++ b/x11/xkbprint/pkg-descr
@@ -1,2 +1,4 @@
-This package contains xkbprint, an utility for printing an XKB keyboard
-description.
+The xkbprint command generates a printable or encapsulated PostScript
+description of the XKB keyboard description specified by source. The
+source can be any compiled keymap (.xkm) file that includes a geometry
+description or an X display specification.