Received: by mail.netbsd.org (Postfix, from userid 605) id 6F88A84F26; Wed, 13 Jul 2022 20:46:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB03084E7C for ; Wed, 13 Jul 2022 20:46:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id OE10nGPWRdND for ; Wed, 13 Jul 2022 20:46:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2D38084CEA for ; Wed, 13 Jul 2022 20:46:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26FF4FB1A; Wed, 13 Jul 2022 20:46:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1657745176115880" MIME-Version: 1.0 Date: Wed, 13 Jul 2022 20:46:16 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xev To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220713204616.26FF4FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1657745176115880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Jul 13 20:46:16 UTC 2022 Modified Files: pkgsrc/x11/xev: Makefile distinfo Log Message: xev: update to 1.2.5. Alan Coopersmith (4): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date reference to X(7) xev 1.2.5 Goblin (1): xev: fix KeymapNotify event printing To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xev/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xev/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1657745176115880 Content-Disposition: inline Content-Length: 1508 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xev/Makefile diff -u pkgsrc/x11/xev/Makefile:1.17 pkgsrc/x11/xev/Makefile:1.18 --- pkgsrc/x11/xev/Makefile:1.17 Fri Jul 17 23:07:34 2020 +++ pkgsrc/x11/xev/Makefile Wed Jul 13 20:46:15 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2020/07/17 23:07:34 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2022/07/13 20:46:15 wiz Exp $ -DISTNAME= xev-1.2.4 +DISTNAME= xev-1.2.5 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= joerg@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xev/distinfo diff -u pkgsrc/x11/xev/distinfo:1.11 pkgsrc/x11/xev/distinfo:1.12 --- pkgsrc/x11/xev/distinfo:1.11 Tue Oct 26 11:34:39 2021 +++ pkgsrc/x11/xev/distinfo Wed Jul 13 20:46:15 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:34:39 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/07/13 20:46:15 wiz Exp $ -BLAKE2s (xev-1.2.4.tar.bz2) = 339ba3676431355058a90683055d23e9cc3506d80356af97977080f406acf358 -SHA512 (xev-1.2.4.tar.bz2) = 383472ddbfad639ba46a69080ecdd11a514a0578fd32c463fae18da02e0265c944589eebf12a858994f5fd601c02a0d51517e9b3ff61c6afe740d374f02781ca -Size (xev-1.2.4.tar.bz2) = 136792 bytes +BLAKE2s (xev-1.2.5.tar.xz) = 8e34887bcb2309bee308c0a18f975eda1ae315c9dfdea56d8d83e059efdca466 +SHA512 (xev-1.2.5.tar.xz) = 9fbfb78c9547974c2256a678948bf4a694a40b1c2bd5c5dec5f365a713e6d938c6039f055a9629f49de27f02f3d7cb912f07c035df129798a4b2ddc20febe66a +Size (xev-1.2.5.tar.xz) = 128848 bytes --_----------=_1657745176115880--