svn commit: r531421 - head/x11/libinput

Niclas Zeising zeising at FreeBSD.org
Sat Apr 11 12:24:08 UTC 2020


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


More information about the svn-ports-head mailing list