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 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.