git: 2e175495bd71 - main - x11/xgamma: Update to 1.0.8

From: Kousuke Kannagi <mce_at_FreeBSD.org>
Date: Sun, 12 Jul 2026 23:46:41 UTC
The branch main has been updated by mce:

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

commit 2e175495bd71766dd66fe0503c5375b524d10ee5
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2025-09-04 03:37:28 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-07-12 23:44:55 +0000

    x11/xgamma: Update to 1.0.8
    
    Add WWW and update pkg-descr.
    
    https://lists.x.org/archives/xorg-announce/2025-July/003620.html
    
    PR:             289286
    Approved by:    x11 (arrowd)
    Approved by:    osa (mentor)
---
 x11/xgamma/Makefile  | 7 +++----
 x11/xgamma/distinfo  | 6 +++---
 x11/xgamma/pkg-descr | 7 +++++--
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/x11/xgamma/Makefile b/x11/xgamma/Makefile
index 313f13852f62..e49cd5e6cd33 100644
--- a/x11/xgamma/Makefile
+++ b/x11/xgamma/Makefile
@@ -1,19 +1,18 @@
 PORTNAME=	xgamma
-PORTVERSION=	1.0.7
-PORTREVISION=	1
+DISTVERSION=	1.0.8
 CATEGORIES=	x11
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Gamma correction through the X server
+WWW=		https://gitlab.freedesktop.org/xorg/app/xgamma
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 EXTRACT_SUFX=	.tar.xz
 USES=		xorg xorg-cat:app
-USE_XORG=	x11 xxf86vm
+USE_XORG=	x11 xorgproto xxf86vm
 
 PLIST_FILES=	bin/xgamma share/man/man1/xgamma.1.gz
-GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/x11/xgamma/distinfo b/x11/xgamma/distinfo
index 3662904ab38c..a5990d71a074 100644
--- a/x11/xgamma/distinfo
+++ b/x11/xgamma/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1670268146
-SHA256 (xorg/app/xgamma-1.0.7.tar.xz) = 1c79dae85a8953a15f4fe5c2895a033307b43b8613456c87ec47b374b113bc8f
-SIZE (xorg/app/xgamma-1.0.7.tar.xz) = 119992
+TIMESTAMP = 1756725799
+SHA256 (xorg/app/xgamma-1.0.8.tar.xz) = 98f9f69e53a11c354a6637ea5c3d7699ceb5c5b1f8ad6f0a14d9931e5a10d079
+SIZE (xorg/app/xgamma-1.0.8.tar.xz) = 125040
diff --git a/x11/xgamma/pkg-descr b/x11/xgamma/pkg-descr
index d016cfc2f608..1a867fcca577 100644
--- a/x11/xgamma/pkg-descr
+++ b/x11/xgamma/pkg-descr
@@ -1,2 +1,5 @@
-This package contains xgamma, a tool for altering the gamma correction
-through the X server.
+Xgamma allows X users to query and alter the gamma correction of a
+monitor via the X video mode extension (XFree86-VidModeExtension).
+
+Note that the xgamma utility is obsolete and deficient, x11/xrandr
+should be used with drivers that support the XRandr extension.