git: bb9ae3e757e4 - main - x11-drivers/xf86-input-void: Update to 1.4.2

From: Kousuke Kannagi <mce_at_FreeBSD.org>
Date: Thu, 02 Jul 2026 17:27:44 UTC
The branch main has been updated by mce:

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

commit bb9ae3e757e430d6ed070e5d44966c5efefbfe83
Author:     Kousuke Kannagi <mce@FreeBSD.org>
AuthorDate: 2026-07-02 11:01:27 +0000
Commit:     Kousuke Kannagi <mce@FreeBSD.org>
CommitDate: 2026-07-02 17:27:17 +0000

    x11-drivers/xf86-input-void: Update to 1.4.2
    
    Update COMMENT, WWW and pkg-descr.
    Add LICENSE.
    
    https://lists.x.org/archives/xorg-announce/2022-November/003252.html
    
    PR:             296446
    Approved by:    x11 (arrowd)
    Approved by:    osa (mentor)
---
 x11-drivers/xf86-input-void/Makefile  | 12 ++++++------
 x11-drivers/xf86-input-void/distinfo  |  5 +++--
 x11-drivers/xf86-input-void/pkg-descr |  5 ++++-
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/x11-drivers/xf86-input-void/Makefile b/x11-drivers/xf86-input-void/Makefile
index c1a57434e12b..4c42c4da16f3 100644
--- a/x11-drivers/xf86-input-void/Makefile
+++ b/x11-drivers/xf86-input-void/Makefile
@@ -1,14 +1,14 @@
 PORTNAME=	xf86-input-void
-PORTVERSION=	1.4.1
-PORTREVISION=	6
+DISTVERSION=	1.4.2
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
-COMMENT=	X.Org void input driver
-WWW=		https://www.x.org/
+COMMENT=	Null input driver for the Xorg X server
+WWW=		https://gitlab.freedesktop.org/xorg/driver/xf86-input-void
 
-USES=		xorg-cat:driver
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
+USES=		tar:xz xorg-cat:driver
 
 .include <bsd.port.mk>
diff --git a/x11-drivers/xf86-input-void/distinfo b/x11-drivers/xf86-input-void/distinfo
index 9157858d08c1..a139b2276551 100644
--- a/x11-drivers/xf86-input-void/distinfo
+++ b/x11-drivers/xf86-input-void/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xorg/driver/xf86-input-void-1.4.1.tar.bz2) = f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c
-SIZE (xorg/driver/xf86-input-void-1.4.1.tar.bz2) = 271597
+TIMESTAMP = 1782932710
+SHA256 (xorg/driver/xf86-input-void-1.4.2.tar.xz) = a211d8e21ce0e2ed8af5b8a2e8d4409d70c9c7e5ee528f5e6002ad279bf07885
+SIZE (xorg/driver/xf86-input-void-1.4.2.tar.xz) = 257888
diff --git a/x11-drivers/xf86-input-void/pkg-descr b/x11-drivers/xf86-input-void/pkg-descr
index cdfd8b228879..848f7df3dd59 100644
--- a/x11-drivers/xf86-input-void/pkg-descr
+++ b/x11-drivers/xf86-input-void/pkg-descr
@@ -1 +1,4 @@
-This package contains the X.Org xf86-input-void driver.
+Void is a dummy/null Xorg input driver. It doesn't connect to any
+physical device, and it never delivers any events. It functions as both
+a pointer and keyboard device, and may be used as X server's core
+pointer and/or core keyboard.