Received: by mail.netbsd.org (Postfix, from userid 605) id C3B2C84ED8; Sun, 13 Nov 2022 21:20:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 00A9E84ED3 for ; Sun, 13 Nov 2022 21:20:06 +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 VoJoyALWzoAx for ; Sun, 13 Nov 2022 21:20:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F62884EA9 for ; Sun, 13 Nov 2022 21:20:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 67FCDFA90; Sun, 13 Nov 2022 21:20:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166837440598600" MIME-Version: 1.0 Date: Sun, 13 Nov 2022 21:20:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xlsatoms To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221113212005.67FCDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166837440598600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 13 21:20:05 UTC 2022 Modified Files: pkgsrc/x11/xlsatoms: Makefile distinfo Log Message: xlsatoms: update to 1.1.4. Alan Coopersmith (7): gitlab CI: add a basic build test Build xz tarballs instead of bzip2 gitlab CI: stop requiring Signed-off-by in commits Variable scope reductions as suggested by cppcheck Resolve clang -Wshorten-64-to-32 warnings usage: add cold & noreturn attributes to function xlsatoms 1.1.4 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/xlsatoms/Makefile \ pkgsrc/x11/xlsatoms/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166837440598600 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xlsatoms/Makefile diff -u pkgsrc/x11/xlsatoms/Makefile:1.6 pkgsrc/x11/xlsatoms/Makefile:1.7 --- pkgsrc/x11/xlsatoms/Makefile:1.6 Sat Jan 18 23:36:10 2020 +++ pkgsrc/x11/xlsatoms/Makefile Sun Nov 13 21:20:05 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2020/01/18 23:36:10 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2022/11/13 21:20:05 wiz Exp $ -DISTNAME= xlsatoms-1.1.3 +DISTNAME= xlsatoms-1.1.4 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/xlsatoms/distinfo diff -u pkgsrc/x11/xlsatoms/distinfo:1.6 pkgsrc/x11/xlsatoms/distinfo:1.7 --- pkgsrc/x11/xlsatoms/distinfo:1.6 Tue Oct 26 11:34:52 2021 +++ pkgsrc/x11/xlsatoms/distinfo Sun Nov 13 21:20:05 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 11:34:52 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/11/13 21:20:05 wiz Exp $ -BLAKE2s (xlsatoms-1.1.3.tar.bz2) = 387e986ee8e72fe70043949e79f1e378da83a9c2a02b3f7e7ab313621af0af1b -SHA512 (xlsatoms-1.1.3.tar.bz2) = c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30 -Size (xlsatoms-1.1.3.tar.bz2) = 126327 bytes +BLAKE2s (xlsatoms-1.1.4.tar.xz) = 5a55d6860ec0927b92ac505184a3ed9acb7f8719de409a41528270b36c347765 +SHA512 (xlsatoms-1.1.4.tar.xz) = 82f0d1e17850770537eac82947eff4514639f8122bd864e02685ede49db110a4c90c7782702ffb677a2b581f3eacd10dba80e63e29e7a1ed1c9255ee163fe0c4 +Size (xlsatoms-1.1.4.tar.xz) = 120480 bytes --_----------=_166837440598600--