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