diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-04-11 20:24:07 +0800 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-04-11 20:24:07 +0800 |
commit | 2fbdb5271c5e15509dcc6f0f3ff4c31c3d013bfc (patch) | |
tree | 87196987f271587d9567ff211347515858cc3e62 /x11 | |
parent | 1e50dd898b63fd3de5ebbb2fee2576b355cf5af5 (diff) | |
download | freebsd-ports-gnome-2fbdb5271c5e15509dcc6f0f3ff4c31c3d013bfc.tar.gz freebsd-ports-gnome-2fbdb5271c5e15509dcc6f0f3ff4c31c3d013bfc.tar.zst freebsd-ports-gnome-2fbdb5271c5e15509dcc6f0f3ff4c31c3d013bfc.zip |
x11/libinput: Update to 1.15.5
Update libinput to 1.15.5, this is a maintenance relase
Adds rate limit to certain error messages that can happen sometimes.
Mostly minor fixes in tools, documentation and linux-specific fixes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libinput/Makefile | 2 | ||||
-rw-r--r-- | x11/libinput/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 77939ab26577..10afecba1e81 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libinput -PORTVERSION= 1.15.4 +PORTVERSION= 1.15.5 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/ diff --git a/x11/libinput/distinfo b/x11/libinput/distinfo index 48b3903887cb..d50ff805c262 100644 --- a/x11/libinput/distinfo +++ b/x11/libinput/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1584509668 -SHA256 (libinput-1.15.4.tar.xz) = 9c8b6846d94e374ee4bdb32634e4ac4aa318afc31f9a58fcb545cd3095c745c1 -SIZE (libinput-1.15.4.tar.xz) = 580616 +TIMESTAMP = 1586589161 +SHA256 (libinput-1.15.5.tar.xz) = a90efc8f423c3094f2f9f372fb92381b2f3aad62e8b5882a8abe333aa8249c97 +SIZE (libinput-1.15.5.tar.xz) = 582800 |