git: 0865a639f499 - main - x11/xwd: Update to 1.0.9

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 01 Jul 2025 13:55:12 UTC
The branch main has been updated by manu:

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

commit 0865a639f499e57ca8869e9eebfde64a764b42c9
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-10 04:15:10 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:20 +0000

    x11/xwd: Update to 1.0.9
    
    PR:     287413
---
 x11/xwd/Makefile  | 10 +++++-----
 x11/xwd/distinfo  |  6 +++---
 x11/xwd/pkg-descr |  5 ++++-
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/x11/xwd/Makefile b/x11/xwd/Makefile
index 1a79453fb3a9..5ae1256c0484 100644
--- a/x11/xwd/Makefile
+++ b/x11/xwd/Makefile
@@ -1,17 +1,17 @@
 PORTNAME=	xwd
-PORTVERSION=	1.0.8
-PORTREVISION=	1
+DISTVERSION=	1.0.9
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Dump an image of an X window
+WWW=		https://gitlab.freedesktop.org/xorg/app/xwd
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	x11 xkbfile
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xkbfile xorgproto
 
 PLIST_FILES=	bin/xwd share/man/man1/xwd.1.gz
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xwd/distinfo b/x11/xwd/distinfo
index 63e555870cf9..09bace00dfe4 100644
--- a/x11/xwd/distinfo
+++ b/x11/xwd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1656486661
-SHA256 (xorg/app/xwd-1.0.8.tar.bz2) = fbaa2b34163714fe7be22b60920ea4683f63b355babb1781aec2e452a033031b
-SIZE (xorg/app/xwd-1.0.8.tar.bz2) = 151153
+TIMESTAMP = 1748282707
+SHA256 (xorg/app/xwd-1.0.9.tar.xz) = dc121b84947eb4a3d1131bff1e9844cfa2124d95b47b35f9932340fa931fbd3f
+SIZE (xorg/app/xwd-1.0.9.tar.xz) = 141940
diff --git a/x11/xwd/pkg-descr b/x11/xwd/pkg-descr
index 2741facba11b..99409c7eb393 100644
--- a/x11/xwd/pkg-descr
+++ b/x11/xwd/pkg-descr
@@ -1 +1,4 @@
-This package contains xwd, which is an X Window System window dumping utility.
+Xwd is an X Window System window dumping utility. Xwd allows X users
+to store window images in a specially formatted dump file. This file
+can then be read by various other X utilities for redisplay, printing,
+editing, formatting, archiving, image processing, etc.