Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=GWMI+2pm; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=dwQHQIQ3 Received: by mail.netbsd.org (Postfix, from userid 605) id 42CA385025; Fri, 3 May 2024 10:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714731011; bh=qB7VswrnivkngqUXkf7EG3zOyzkDEqsROMnFqe5hmpM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=GWMI+2pmJE+wT8/rocxsZxCBU9a+WhN0bQf/aAuPHHE5ZpZIqIbyB5Cl/HuWah/aA mYSg8aL+2o5/W6o9/j6NKTKIUoGVcOfDgK54VbDlMSPOf5vCCPlzKveiwPERdM79Qf SQyahLMpxvm6cv0rFWXlMjzClhk92vEX2NK/Y71Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2FF4C84D14 for ; Fri, 3 May 2024 10:10:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 Z3tlvRQ5jAL2 for ; Fri, 3 May 2024 10:10:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 788ED84C13 for ; Fri, 3 May 2024 10:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714731009; bh=qB7VswrnivkngqUXkf7EG3zOyzkDEqsROMnFqe5hmpM=; h=Date:From:Subject:To:Reply-To; b=dwQHQIQ3m3CZrLPJjJinj21c83dYUVg1qRpEw946b3WLOQ6pQdalRwB+4RzJQFxAq M8o+z9Sb8j1dOQu7Y89++N1w43vfdigLh064KfRUtzzqsfCz24Wc5liapgwJXbCunC Uaj6HByir/FX1Ci1uT9V9jrPvsANU8uiPdRjmPF8= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 73608FA2C; Fri, 3 May 2024 10:10:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171473100994740" MIME-Version: 1.0 Date: Fri, 3 May 2024 10:10:09 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240503101009.73608FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171473100994740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri May 3 10:10:09 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Added math/QXlsx version 1.4.7 To generate a diff of this commit: cvs rdiff -u -r1.3055 -r1.3056 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171473100994740 Content-Disposition: inline Content-Length: 727 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.3055 pkgsrc/doc/CHANGES-2024:1.3056 --- pkgsrc/doc/CHANGES-2024:1.3055 Fri May 3 09:59:59 2024 +++ pkgsrc/doc/CHANGES-2024 Fri May 3 10:10:09 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3055 2024/05/03 09:59:59 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3056 2024/05/03 10:10:09 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4897,3 +4897,4 @@ Changes to the packages collection and i Updated textproc/hs-texmath to 0.12.8.8 [pho 2024-05-03] Updated devel/ast-grep to 0.21.3 [pin 2024-05-03] Updated textproc/hs-skylighting to 0.14.1.1 [pho 2024-05-03] + Added math/QXlsx version 1.4.7 [wiz 2024-05-03] --_----------=_171473100994740--