Received: by mail.netbsd.org (Postfix, from userid 605) id 71E4884F66; Sat, 10 Feb 2024 00:45:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707525929; bh=+6mibCP6f00xYBw8YBloAxUZtpxk+4ZrUmWk/EAoSgA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=IVxG33tk0el1mwF+8bHrzcdAI0azKi2KQ2DOUhmqHf+k5LiWN8oZBiLV+1c/+sgzV RZjFWH8mmUQoygcP9P6aIIKgqb9Zzpo7ToPzA5LSXOzd7Xgdbu3gntoJIl72VpCRvV zIy4GCoQRR9o/bmQj5SI/XxeNDp8/RWCftWtLj3g= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 62C8A84E80 for ; Sat, 10 Feb 2024 00:45:28 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id t7RKAaXOjffS for ; Sat, 10 Feb 2024 00:45:28 +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 B760384CCC for ; Sat, 10 Feb 2024 00:45:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1707525928; bh=+6mibCP6f00xYBw8YBloAxUZtpxk+4ZrUmWk/EAoSgA=; h=Date:From:Subject:To:Reply-To; b=j4SJ7QQYhxUmG62xjVHEgt96stj0tRkmfUbC3oMGH6b5Du1HiP2bieDrHo0dgl4Bf qev4fzwyb45d73yxvh13SVdS8C7nmed+/cvPnGJ4CJ4hsN0st1Vgwmq+3xWgClwu/9 STLJHrdZLz6EVOMznSZjTKKbgGnWlQhImghE3enQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B151DFA42; Sat, 10 Feb 2024 00:45:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707525927170980" MIME-Version: 1.0 Date: Sat, 10 Feb 2024 00:45:27 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240210004527.B151DFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707525927170980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sat Feb 10 00:45:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Fix for py-libixion To generate a diff of this commit: cvs rdiff -u -r1.1065 -r1.1066 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707525927170980 Content-Disposition: inline Content-Length: 802 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.1065 pkgsrc/doc/CHANGES-2024:1.1066 --- pkgsrc/doc/CHANGES-2024:1.1065 Sat Feb 10 00:44:21 2024 +++ pkgsrc/doc/CHANGES-2024 Sat Feb 10 00:45:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1065 2024/02/10 00:44:21 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1066 2024/02/10 00:45:27 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -1796,4 +1796,4 @@ Changes to the packages collection and i Updated www/py-google-api-python-client to 2.116.0 [adam 2024-02-09] Updated multimedia/libaom to 3.8.1 [ryoon 2024-02-10] Updated math/libixion to 0.19.0 [ryoon 2024-02-10] - Updated math/py-libixion to 0.19.0nb1 [ryoon 2024-02-10] + Updated math/py-libixion to 0.19.0 [ryoon 2024-02-10] --_----------=_1707525927170980--