Received: by mail.netbsd.org (Postfix, from userid 605) id B7A9D84F0B; Thu, 16 Sep 2021 08:22:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F282884F04 for ; Thu, 16 Sep 2021 08:22:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id azw2k7v3EfrK for ; Thu, 16 Sep 2021 08:22:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 73B6684D59 for ; Thu, 16 Sep 2021 08:22:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6D3EBFA97; Thu, 16 Sep 2021 08:22:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163178056167990" MIME-Version: 1.0 Date: Thu, 16 Sep 2021 08:22:41 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xorgproto To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210916082241.6D3EBFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163178056167990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 16 08:22:41 UTC 2021 Modified Files: pkgsrc/x11/xorgproto: Makefile distinfo Log Message: xorgproto: update to 2021.5. This release introduces the version 2.4 of the X Input protocol. It contains the addition of the concept of touchpad gestures. Touchpad gesture is an interaction of two or more fingers that can be interpreted as a swipe or a pinch. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xorgproto/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xorgproto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163178056167990 Content-Disposition: inline Content-Length: 1646 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xorgproto/Makefile diff -u pkgsrc/x11/xorgproto/Makefile:1.16 pkgsrc/x11/xorgproto/Makefile:1.17 --- pkgsrc/x11/xorgproto/Makefile:1.16 Fri Apr 30 09:42:33 2021 +++ pkgsrc/x11/xorgproto/Makefile Thu Sep 16 08:22:41 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2021/04/30 09:42:33 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2021/09/16 08:22:41 wiz Exp $ -DISTNAME= xorgproto-2021.4 +DISTNAME= xorgproto-2021.5 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 Index: pkgsrc/x11/xorgproto/distinfo diff -u pkgsrc/x11/xorgproto/distinfo:1.14 pkgsrc/x11/xorgproto/distinfo:1.15 --- pkgsrc/x11/xorgproto/distinfo:1.14 Fri Apr 30 09:42:33 2021 +++ pkgsrc/x11/xorgproto/distinfo Thu Sep 16 08:22:41 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2021/04/30 09:42:33 wiz Exp $ +$NetBSD: distinfo,v 1.15 2021/09/16 08:22:41 wiz Exp $ -SHA1 (xorgproto-2021.4.tar.bz2) = dec30f11deefa1e1655db24f4dc42fbafad368fd -RMD160 (xorgproto-2021.4.tar.bz2) = 7003602d02df7bda5da22412f6a35d4e144d4a11 -SHA512 (xorgproto-2021.4.tar.bz2) = 0d905e5f135daf7005e23371cbdc41a62d99567e0a20784e71ead0092ffd1e7582733819f7198add1d97edcc9aa80012ae01d2be8367280d69b41d0c25349367 -Size (xorgproto-2021.4.tar.bz2) = 885414 bytes +SHA1 (xorgproto-2021.5.tar.bz2) = 8e7a9fd3acb97845d0bcc59f313bb064bfb6b627 +RMD160 (xorgproto-2021.5.tar.bz2) = 75f428d273aa51906346736a86d0e338b638e00b +SHA512 (xorgproto-2021.5.tar.bz2) = 0f5c4ee4fd56cd46f4d5850bcf3e04c92d2e98de54d0113987cb49fc83cf1f4d0e50e976333179c72fe2178cfa15ec6c1bfc4e76fc3bc2a4be80616ce079da87 +Size (xorgproto-2021.5.tar.bz2) = 870473 bytes --_----------=_163178056167990--