diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-01 19:23:17 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2020-07-01 19:23:17 +0000 |
commit | 8e0c1b40f6206ed9320ba6215e18a3fc4fd8c969 (patch) | |
tree | 632886420c61a263cb1e71257a330d4faf9677f7 | |
parent | 7159f1ee7cbffbca0b220008fd494bab42cb405a (diff) | |
download | freebsd-ports-8e0c1b40f6206ed9320ba6215e18a3fc4fd8c969.zip |
x11/libinput: Update to 1.15.6
Update x11/libinput to 1.15.6.
This is a bugfix release, mostly containing updates and changes to quirks
files.
-rw-r--r-- | x11/libinput/Makefile | 2 | ||||
-rw-r--r-- | x11/libinput/distinfo | 6 | ||||
-rw-r--r-- | x11/libinput/pkg-plist | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 10afecba1e81..d549de94438f 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libinput -PORTVERSION= 1.15.5 +PORTVERSION= 1.15.6 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/ diff --git a/x11/libinput/distinfo b/x11/libinput/distinfo index d50ff805c262..f06d22965a01 100644 --- a/x11/libinput/distinfo +++ b/x11/libinput/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586589161 -SHA256 (libinput-1.15.5.tar.xz) = a90efc8f423c3094f2f9f372fb92381b2f3aad62e8b5882a8abe333aa8249c97 -SIZE (libinput-1.15.5.tar.xz) = 582800 +TIMESTAMP = 1593629662 +SHA256 (libinput-1.15.6.tar.xz) = aeedea216a6317ddc6e27c3d54f26b987078780db6a8320cc09e19c25b307f1c +SIZE (libinput-1.15.6.tar.xz) = 584184 diff --git a/x11/libinput/pkg-plist b/x11/libinput/pkg-plist index 6a93baf73cb2..20ee3f645f02 100644 --- a/x11/libinput/pkg-plist +++ b/x11/libinput/pkg-plist @@ -46,6 +46,7 @@ man/man1/libinput.1.gz %%DATADIR%%/30-vendor-microsoft.quirks %%DATADIR%%/30-vendor-razer.quirks %%DATADIR%%/30-vendor-synaptics.quirks +%%DATADIR%%/30-vendor-trust.quirks %%DATADIR%%/30-vendor-vmware.quirks %%DATADIR%%/30-vendor-wacom.quirks %%DATADIR%%/50-system-acer.quirks @@ -57,6 +58,7 @@ man/man1/libinput.1.gz %%DATADIR%%/50-system-google.quirks %%DATADIR%%/50-system-hp.quirks %%DATADIR%%/50-system-lenovo.quirks +%%DATADIR%%/50-system-sony.quirks %%DATADIR%%/50-system-system76.quirks %%DATADIR%%/50-system-toshiba.quirks share/zsh/site-functions/_libinput |