git: da81bddb46f3 - main - x11/xvidtune: Update to 1.0.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Jul 2025 13:55:34 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=da81bddb46f32bddaeea82f30f2f327bd8fc83c7
commit da81bddb46f32bddaeea82f30f2f327bd8fc83c7
Author: mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-07-01 05:32:57 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2025-07-01 13:54:23 +0000
x11/xvidtune: Update to 1.0.4
PR: 287937
---
x11/xvidtune/Makefile | 11 ++++++-----
x11/xvidtune/distinfo | 5 +++--
x11/xvidtune/pkg-descr | 12 +++++++++++-
3 files changed, 20 insertions(+), 8 deletions(-)
diff --git a/x11/xvidtune/Makefile b/x11/xvidtune/Makefile
index ebcca931c938..f3b9ed09d9d5 100644
--- a/x11/xvidtune/Makefile
+++ b/x11/xvidtune/Makefile
@@ -1,14 +1,15 @@
PORTNAME= xvidtune
-PORTVERSION= 1.0.3
-PORTREVISION= 1
+DISTVERSION= 1.0.4
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Video mode tuner for X
+WWW= https://gitlab.freedesktop.org/xorg/app/xvidtune
-USES= xorg xorg-cat:app
-USE_XORG= xxf86vm xt xaw
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USES= tar:xz xorg xorg-cat:app
+USE_XORG= x11 xaw xmu xorgproto xt xxf86vm
.include <bsd.port.mk>
diff --git a/x11/xvidtune/distinfo b/x11/xvidtune/distinfo
index cf179107d9ac..e3a49803cf3d 100644
--- a/x11/xvidtune/distinfo
+++ b/x11/xvidtune/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/app/xvidtune-1.0.3.tar.bz2) = 24e5e103933a04bfb2e1d18562619ed74031ab515e7343eb546bacdbcbeecf01
-SIZE (xorg/app/xvidtune-1.0.3.tar.bz2) = 128492
+TIMESTAMP = 1751344402
+SHA256 (xorg/app/xvidtune-1.0.4.tar.xz) = 0d4eecd54e440cc11f1bdaaa23180fcf890f003444343f533f639086b05b2cc5
+SIZE (xorg/app/xvidtune-1.0.4.tar.xz) = 130156
diff --git a/x11/xvidtune/pkg-descr b/x11/xvidtune/pkg-descr
index a3a12fbb41d8..622fbdd33c52 100644
--- a/x11/xvidtune/pkg-descr
+++ b/x11/xvidtune/pkg-descr
@@ -1 +1,11 @@
-This package contains xvidtune, a video mode tuner for the X Window System.
+Xvidtune is a client interface to the X server video mode extension
+(XFree86-VidModeExtension). It can show current video mode, switch the
+video mode and interactively adjust current video mode.
+
+When given one of the non-toolkit options, xvidtune provides a command
+line interface to either print or switch the video mode.
+
+Without any options (or with only toolkit options) it presents the user
+with various buttons and sliders that can be used to interactively
+adjust existing video modes. It will also print the settings in a
+format suitable for inclusion in an xorg.conf file.