From owner-svn-ports-all@freebsd.org Sat Apr 11 12:24:08 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4760C2B8C50; Sat, 11 Apr 2020 12:24:08 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48zvFN1823z4ZR1; Sat, 11 Apr 2020 12:24:08 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 228F21804E; Sat, 11 Apr 2020 12:24:08 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03BCO8kS045786; Sat, 11 Apr 2020 12:24:08 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03BCO74U045784; Sat, 11 Apr 2020 12:24:07 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202004111224.03BCO74U045784@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Sat, 11 Apr 2020 12:24:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r531421 - head/x11/libinput X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/x11/libinput X-SVN-Commit-Revision: 531421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2020 12:24:08 -0000 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