Received: by mail.netbsd.org (Postfix, from userid 605) id 1537384E70; Sun, 13 Nov 2022 08:08:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 45C1384DA5 for ; Sun, 13 Nov 2022 08:08:53 +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 osJq4ZWGeyK0 for ; Sun, 13 Nov 2022 08:08:52 +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 B41E284D47 for ; Sun, 13 Nov 2022 08:08:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B1649FA90; Sun, 13 Nov 2022 08:08:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166832693257700" MIME-Version: 1.0 Date: Sun, 13 Nov 2022 08:08:52 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xkill To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221113080852.B1649FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166832693257700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 13 08:08:52 UTC 2022 Modified Files: pkgsrc/x11/xkill: Makefile distinfo Log Message: xkill: update to 1.0.6. Alan Coopersmith (8): Update README for gitlab migration Update configure.ac bug URL for gitlab migration 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 recommended by cppcheck gitlab CI: explictly list GNU make to be installed in build environment xkill 1.0.6 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xkill/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xkill/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166832693257700 Content-Disposition: inline Content-Length: 1556 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xkill/Makefile diff -u pkgsrc/x11/xkill/Makefile:1.10 pkgsrc/x11/xkill/Makefile:1.11 --- pkgsrc/x11/xkill/Makefile:1.10 Wed Nov 9 13:14:30 2022 +++ pkgsrc/x11/xkill/Makefile Sun Nov 13 08:08:52 2022 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2022/11/09 13:14:30 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2022/11/13 08:08:52 wiz Exp $ -DISTNAME= xkill-1.0.5 +DISTNAME= xkill-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/xkill/distinfo diff -u pkgsrc/x11/xkill/distinfo:1.8 pkgsrc/x11/xkill/distinfo:1.9 --- pkgsrc/x11/xkill/distinfo:1.8 Tue Oct 26 11:34:51 2021 +++ pkgsrc/x11/xkill/distinfo Sun Nov 13 08:08:52 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 11:34:51 nia Exp $ +$NetBSD: distinfo,v 1.9 2022/11/13 08:08:52 wiz Exp $ -BLAKE2s (xkill-1.0.5.tar.bz2) = 639cf76c6abd468ba519dde57f45d1bd8a00d6d07d00a09b375d39b432957ff4 -SHA512 (xkill-1.0.5.tar.bz2) = 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249 -Size (xkill-1.0.5.tar.bz2) = 128146 bytes +BLAKE2s (xkill-1.0.6.tar.xz) = f1191c7db3dd273bca78a2bcf25e87c9f88591b8c698b75c51708aab90a35a6e +SHA512 (xkill-1.0.6.tar.xz) = a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6 +Size (xkill-1.0.6.tar.xz) = 121900 bytes --_----------=_166832693257700--