Received: by mail.netbsd.org (Postfix, from userid 605) id 3F12284E71; Fri, 27 Jan 2023 09:35:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DE4884D3C for ; Fri, 27 Jan 2023 09:35:42 +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 jfs1SOax4d9p for ; Fri, 27 Jan 2023 09:35:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B6FEF84D13 for ; Fri, 27 Jan 2023 09:35:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0177FA90; Fri, 27 Jan 2023 09:35:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167481214156390" MIME-Version: 1.0 Date: Fri, 27 Jan 2023 09:35:41 +0000 From: "Michael Baeuerle" Subject: CVS commit: pkgsrc/x11/xcalc To: pkgsrc-changes@NetBSD.org Reply-To: micha@netbsd.org X-Mailer: log_accum Message-Id: <20230127093541.B0177FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167481214156390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: micha Date: Fri Jan 27 09:35:41 UTC 2023 Modified Files: pkgsrc/x11/xcalc: Makefile distinfo Log Message: x11/xcalc: Add patch for TI-30 key color highlighting. Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/xcalc/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xcalc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167481214156390 Content-Disposition: inline Content-Length: 1231 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.16 pkgsrc/x11/xcalc/Makefile:1.17 --- pkgsrc/x11/xcalc/Makefile:1.16 Wed Nov 9 13:14:24 2022 +++ pkgsrc/x11/xcalc/Makefile Fri Jan 27 09:35:41 2023 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2022/11/09 13:14:24 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2023/01/27 09:35:41 micha Exp $ DISTNAME= xcalc-1.1.1 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/xcalc/distinfo diff -u pkgsrc/x11/xcalc/distinfo:1.12 pkgsrc/x11/xcalc/distinfo:1.13 --- pkgsrc/x11/xcalc/distinfo:1.12 Sun Apr 3 18:38:22 2022 +++ pkgsrc/x11/xcalc/distinfo Fri Jan 27 09:35:41 2023 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.12 2022/04/03 18:38:22 wiz Exp $ +$NetBSD: distinfo,v 1.13 2023/01/27 09:35:41 micha 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 --_----------=_167481214156390--