Date: Sat, 11 Apr 2020 12:24:07 +0000 (UTC) From: Niclas Zeising <zeising@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531421 - head/x11/libinput Message-ID: <202004111224.03BCO74U045784@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: zeising Date: Sat Apr 11 12:24:07 2020 New Revision: 531421 URL: https://svnweb.freebsd.org/changeset/ports/531421 Log: 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. Modified: head/x11/libinput/Makefile head/x11/libinput/distinfo Modified: head/x11/libinput/Makefile ============================================================================== --- head/x11/libinput/Makefile Sat Apr 11 12:20:23 2020 (r531420) +++ head/x11/libinput/Makefile Sat Apr 11 12:24:07 2020 (r531421) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libinput -PORTVERSION= 1.15.4 +PORTVERSION= 1.15.5 CATEGORIES= x11 MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/ Modified: head/x11/libinput/distinfo ============================================================================== --- head/x11/libinput/distinfo Sat Apr 11 12:20:23 2020 (r531420) +++ head/x11/libinput/distinfo Sat Apr 11 12:24:07 2020 (r531421) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004111224.03BCO74U045784>