View | Details | Raw Unified | Return to bug 296446 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11-drivers/xf86-input-void/Makefile (-6 / +6 lines)
Lines 1-14 Link Here
1
PORTNAME=	xf86-input-void
1
PORTNAME=	xf86-input-void
2
PORTVERSION=	1.4.1
2
DISTVERSION=	1.4.2
3
PORTREVISION=	6
4
CATEGORIES=	x11-drivers
3
CATEGORIES=	x11-drivers
5
4
6
MAINTAINER=	x11@FreeBSD.org
5
MAINTAINER=	x11@FreeBSD.org
7
COMMENT=	X.Org void input driver
6
COMMENT=	Null input driver for the Xorg X server
8
WWW=		https://www.x.org/
7
WWW=		https://gitlab.freedesktop.org/xorg/driver/xf86-input-void
9
8
10
USES=		xorg-cat:driver
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/COPYING
11
11
12
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
12
USES=		tar:xz xorg-cat:driver
13
13
14
.include <bsd.port.mk>
14
.include <bsd.port.mk>
(-)b/x11-drivers/xf86-input-void/distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (xorg/driver/xf86-input-void-1.4.1.tar.bz2) = f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c
1
TIMESTAMP = 1782932710
2
SIZE (xorg/driver/xf86-input-void-1.4.1.tar.bz2) = 271597
2
SHA256 (xorg/driver/xf86-input-void-1.4.2.tar.xz) = a211d8e21ce0e2ed8af5b8a2e8d4409d70c9c7e5ee528f5e6002ad279bf07885
3
SIZE (xorg/driver/xf86-input-void-1.4.2.tar.xz) = 257888
(-)b/x11-drivers/xf86-input-void/pkg-descr (-2 / +5 lines)
Line 1 Link Here
1
This package contains the X.Org xf86-input-void driver.
1
Void is a dummy/null Xorg input driver. It doesn't connect to any
2
physical device, and it never delivers any events. It functions as both
3
a pointer and keyboard device, and may be used as X server's core
4
pointer and/or core keyboard. It's purpose is to allow X servers pre
5
version 1.4 to operate without a core pointer and/or core keyboard.
2
- 

Return to bug 296446