git: 1662d02482d3 - main - x11/xmag: Update to 1.0.8

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 02 Jul 2025 08:26:19 UTC
The branch main has been updated by manu:

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

commit 1662d02482d314d6fe6d043808befc0ecc6666e7
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-07-02 04:16:50 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-02 08:26:09 +0000

    x11/xmag: Update to 1.0.8
    
    PR:     287956
---
 x11/xmag/Makefile  | 11 +++++------
 x11/xmag/distinfo  |  5 +++--
 x11/xmag/pkg-descr |  6 ++++--
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile
index 992bf0ca2dfb..4bf203db088d 100644
--- a/x11/xmag/Makefile
+++ b/x11/xmag/Makefile
@@ -1,16 +1,15 @@
 PORTNAME=	xmag
-PORTVERSION=	1.0.6
-PORTREVISION=	1
+DISTVERSION=	1.0.8
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X application for screen magnifying
+WWW=		https://gitlab.freedesktop.org/xorg/app/xmag
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		xorg xorg-cat:app
-USE_XORG=	xt xaw
-
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
+USES=		tar:xz xorg xorg-cat:app
+USE_XORG=	x11 xaw xmu xt xorgproto
 
 .include <bsd.port.mk>
diff --git a/x11/xmag/distinfo b/x11/xmag/distinfo
index 65dd3cf9fdf9..e0565304add0 100644
--- a/x11/xmag/distinfo
+++ b/x11/xmag/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xmag-1.0.6.tar.bz2) = 87a2bc23b251e2d8f8370d3283a4d6c8dac98a30cb5749a04336cdb55c14e161
-SIZE (xorg/app/xmag-1.0.6.tar.bz2) = 143112
+TIMESTAMP = 1751179564
+SHA256 (xorg/app/xmag-1.0.8.tar.xz) = 326d3c583d795bb53ac609d144e7f7fb1499baba7eaec14b8e6cd232ea069532
+SIZE (xorg/app/xmag-1.0.8.tar.xz) = 141688
diff --git a/x11/xmag/pkg-descr b/x11/xmag/pkg-descr
index ae86ccc48fe0..44eac6906bcd 100644
--- a/x11/xmag/pkg-descr
+++ b/x11/xmag/pkg-descr
@@ -1,2 +1,4 @@
-This package contains xmag, a screen magnifying application for the
-X Window System.
+Xmag is a utility to display a magnified snapshot of a portion of an
+X11 screen. If no explicit region is specified, a square with the
+pointer in the upper left corner is displayed indicating the area to be
+enlarged.