Received: by mail.netbsd.org (Postfix, from userid 605) id 86CDD84EAC; Fri, 5 May 2023 08:21:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 577B484E9B for ; Fri, 5 May 2023 08:21:23 +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 52rdKu4kv4uA for ; Fri, 5 May 2023 08:21:22 +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 9BBE784CD9 for ; Fri, 5 May 2023 08:21:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E9ACFA87; Fri, 5 May 2023 08:21:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683274882166660" MIME-Version: 1.0 Date: Fri, 5 May 2023 08:21:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/xcalc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230505082122.8E9ACFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683274882166660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Fri May 5 08:21:22 UTC 2023 Modified Files: pkgsrc/x11/xcalc: Makefile distinfo Removed Files: pkgsrc/x11/xcalc/patches: patch-app-defaults_XCalc-color Log Message: xcalc: update to 1.1.2. Alan Coopersmith (7): gitlab CI: stop requiring Signed-off-by in commits Add -version option Fix -version handling to not require opening a display first Stop casting function returns to void Add -help option Accept number keys on main keyboard when NumLock is on xcalc 1.1.2 Michael Bäuerle (1): Key color highlighting still incorrect To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/x11/xcalc/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/xcalc/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/x11/xcalc/patches/patch-app-defaults_XCalc-color Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683274882166660 Content-Disposition: inline Content-Length: 1552 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/xcalc/Makefile diff -u pkgsrc/x11/xcalc/Makefile:1.17 pkgsrc/x11/xcalc/Makefile:1.18 --- pkgsrc/x11/xcalc/Makefile:1.17 Fri Jan 27 09:35:41 2023 +++ pkgsrc/x11/xcalc/Makefile Fri May 5 08:21:22 2023 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2023/01/27 09:35:41 micha Exp $ +# $NetBSD: Makefile,v 1.18 2023/05/05 08:21:22 wiz Exp $ -DISTNAME= xcalc-1.1.1 -PKGREVISION= 1 +DISTNAME= xcalc-1.1.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/xcalc/distinfo diff -u pkgsrc/x11/xcalc/distinfo:1.13 pkgsrc/x11/xcalc/distinfo:1.14 --- pkgsrc/x11/xcalc/distinfo:1.13 Fri Jan 27 09:35:41 2023 +++ pkgsrc/x11/xcalc/distinfo Fri May 5 08:21:22 2023 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.13 2023/01/27 09:35:41 micha Exp $ +$NetBSD: distinfo,v 1.14 2023/05/05 08:21:22 wiz Exp $ -BLAKE2s (xcalc-1.1.1.tar.xz) = 72098e9f55cf482eb9ac983c5231da1ab0af5a3dd57bdf4d9a8e004bb7d9ab61 -SHA512 (xcalc-1.1.1.tar.xz) = a261e9798d62727f40b9aff07e68e63ba40aa7f4f9b1811d8efd8c3e73cd5912d6178c55ca3c059968191051bd20b889b06b5e92b3df70c7b5d09bd013b9ebdb -Size (xcalc-1.1.1.tar.xz) = 140204 bytes -SHA1 (patch-app-defaults_XCalc-color) = 1c41c0c474cf1ab1d8b654c6564b8a33ebbead6e +BLAKE2s (xcalc-1.1.2.tar.xz) = 8bb0a793836c94ada131881e58504e78719cb4d050b534f67e28fc5a9c8575f2 +SHA512 (xcalc-1.1.2.tar.xz) = 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2 +Size (xcalc-1.1.2.tar.xz) = 140692 bytes --_----------=_1683274882166660--