Received: by mail.netbsd.org (Postfix, from userid 605) id 7533184E54; Sat, 15 Oct 2022 23:13:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A709B84DB2 for ; Sat, 15 Oct 2022 23:13:20 +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 T2wrbNQLmfyu for ; Sat, 15 Oct 2022 23:13:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2343184C71 for ; Sat, 15 Oct 2022 23:13:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20DB0FA90; Sat, 15 Oct 2022 23:13:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166587560078030" MIME-Version: 1.0 Date: Sat, 15 Oct 2022 23:13:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xkbprint To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221015231320.20DB0FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166587560078030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Oct 15 23:13:20 UTC 2022 Modified Files: pkgsrc/x11/xkbprint: Makefile distinfo Log Message: xkbprint: update to 1.0.6. Alan Coopersmith (6): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 man page: remove out-of-date COPYRIGHT section Stop leaking XkbAtomGetString allocations gitlab CI: stop requiring Signed-off-by in commits xkbprint 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xkbprint/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xkbprint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166587560078030 Content-Disposition: inline Content-Length: 1606 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xkbprint/Makefile diff -u pkgsrc/x11/xkbprint/Makefile:1.5 pkgsrc/x11/xkbprint/Makefile:1.6 --- pkgsrc/x11/xkbprint/Makefile:1.5 Sat Jan 18 23:36:09 2020 +++ pkgsrc/x11/xkbprint/Makefile Sat Oct 15 23:13:19 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2020/01/18 23:36:09 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2022/10/15 23:13:19 wiz Exp $ -DISTNAME= xkbprint-1.0.5 +DISTNAME= xkbprint-1.0.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ Index: pkgsrc/x11/xkbprint/distinfo diff -u pkgsrc/x11/xkbprint/distinfo:1.6 pkgsrc/x11/xkbprint/distinfo:1.7 --- pkgsrc/x11/xkbprint/distinfo:1.6 Tue Oct 26 11:34:50 2021 +++ pkgsrc/x11/xkbprint/distinfo Sat Oct 15 23:13:19 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:34:50 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/10/15 23:13:19 wiz Exp $ -BLAKE2s (xkbprint-1.0.5.tar.bz2) = 0e6f98235d3648230f43888b6cc273499e124987e8711d31271610d982849818 -SHA512 (xkbprint-1.0.5.tar.bz2) = ac3870352f3a595b5b8a8cb64f39e9bea81b17572c73cfbf72482477a2f576d0ffcdcf735cb3c66b8a88a7fe0f7aece6738cbac87df5641e44fae1ab9b97111f -Size (xkbprint-1.0.5.tar.bz2) = 166856 bytes +BLAKE2s (xkbprint-1.0.6.tar.xz) = 4af54986bc98c44cf057fd443e6d523ea8507de7cbbcf3fbbf9e0bc1a07221ae +SHA512 (xkbprint-1.0.6.tar.xz) = a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29 +Size (xkbprint-1.0.6.tar.xz) = 156920 bytes --_----------=_166587560078030--