git: 1e2dc7547310 - main - x11/xgc: Update to 1.0.6

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

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

commit 1e2dc7547310c7992da07133055733bad5887a63
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-06-21 00:08:47 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:22 +0000

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

diff --git a/x11/xgc/Makefile b/x11/xgc/Makefile
index ffd4f4c5cfce..6721469b7bdb 100644
--- a/x11/xgc/Makefile
+++ b/x11/xgc/Makefile
@@ -1,16 +1,15 @@
 PORTNAME=	xgc
-PORTVERSION=	1.0.5
-PORTREVISION=	1
+DISTVERSION=	1.0.6
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X graphics demo
+WWW=		https://gitlab.freedesktop.org/xorg/app/xgc/
 
 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 xorgproto xt
 
 .include <bsd.port.mk>
diff --git a/x11/xgc/distinfo b/x11/xgc/distinfo
index e0b011e411a7..5dbfdceb544a 100644
--- a/x11/xgc/distinfo
+++ b/x11/xgc/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xgc-1.0.5.tar.bz2) = 14828d9bda358ad57efc0206bc416ee33ba542091edb186485cca5389adc2f5e
-SIZE (xorg/app/xgc-1.0.5.tar.bz2) = 188307
+TIMESTAMP = 1750059089
+SHA256 (xorg/app/xgc-1.0.6.tar.xz) = 7b87bbdbce4ec858738a3b81b8a3943aff01036001e2a1d00bb5384392a8b240
+SIZE (xorg/app/xgc-1.0.6.tar.xz) = 177228
diff --git a/x11/xgc/pkg-descr b/x11/xgc/pkg-descr
index 9a64a07f94aa..9bddc69288b4 100644
--- a/x11/xgc/pkg-descr
+++ b/x11/xgc/pkg-descr
@@ -1,2 +1,4 @@
-This package contains xgc, which is a program that demonstrates various
-features of the X graphics primitives.
+The xgc program demonstrates various features of the X11 core protocol
+graphics primitives. In X, most of the details about the graphics to be
+generated are stored in a resource called a graphics context (GC). The
+xgc program provides a user interface for setting various GC components.