diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 15:24:50 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-08-18 15:24:50 +0000 |
commit | 1d74da5b66254cb835094a7d75286760d7be9438 (patch) | |
tree | 179b069a56cc7580be123c95ab1ef36cd667d553 | |
parent | 5656e77783d50ed60a96d7d28d4a600c7ceaf79c (diff) | |
download | freebsd-ports-1d74da5b66254cb835094a7d75286760d7be9438.zip |
x11/xinput: Update to 1.6.3
Update x11/xinput to 1.6.3
Add license information
This adds a warning if run under xwayland.
This is a maintenance release
Changelog:
https://lists.x.org/archives/xorg-announce/2019-July/003013.html
Obtained from: FreeBSD Graphics Team development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorglibs
-rw-r--r-- | x11/xinput/Makefile | 6 | ||||
-rw-r--r-- | x11/xinput/distinfo | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11/xinput/Makefile b/x11/xinput/Makefile index abe79168d50d..a85a2e9a2356 100644 --- a/x11/xinput/Makefile +++ b/x11/xinput/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= xinput -PORTVERSION= 1.6.2 -PORTREVISION= 2 +PORTVERSION= 1.6.3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Very useful utility for configuring and testing XInput devices +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + XORG_CAT= app USE_XORG= xorgproto x11 xi xext xrandr xinerama diff --git a/x11/xinput/distinfo b/x11/xinput/distinfo index f1e09527edcb..f2ed9e0394c3 100644 --- a/x11/xinput/distinfo +++ b/x11/xinput/distinfo @@ -1,2 +1,3 @@ -SHA256 (xorg/app/xinput-1.6.2.tar.bz2) = 3694d29b4180952fbf13c6d4e59541310cbb11eef5bf888ff3d8b7f4e3aee5c4 -SIZE (xorg/app/xinput-1.6.2.tar.bz2) = 158061 +TIMESTAMP = 1566062732 +SHA256 (xorg/app/xinput-1.6.3.tar.bz2) = 35a281dd3b9b22ea85e39869bb7670ba78955d5fec17c6ef7165d61e5aeb66ed +SIZE (xorg/app/xinput-1.6.3.tar.bz2) = 162556 |