Received: by mail.netbsd.org (Postfix, from userid 605) id BD71884E6C; Fri, 23 Feb 2024 08:53:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708678400; bh=PlsMZWunqQEeUCjpFXCK7dUzyrw9nCZvShYqpwiH3lk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=AL1QDY2Y31qL/rEq7mn5We9hK57ERZ2TMgI8Y70T+aUzv1EGl+nIaU9JDwAcXvp2j JwFJbCzNuiYoEzeVRsR7iOu8HDMqLqfA67Jl93Q00lKFT3aG250lyRbuwMP73v2Gq1 Eu67xaRNIYifQlsjCSVHfW+uBPKB43Kailgr1vvc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEC3784D26 for ; Fri, 23 Feb 2024 08:53:19 +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 VipS0b4rZg1a for ; Fri, 23 Feb 2024 08:53:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 10D4484CF7 for ; Fri, 23 Feb 2024 08:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708678399; bh=PlsMZWunqQEeUCjpFXCK7dUzyrw9nCZvShYqpwiH3lk=; h=Date:From:Subject:To:Reply-To; b=dAYozeQo0nzl53CqYOKFr5UinS7bdP/nUbMUYRbFxeXN6ypzLdZhC1shuPJg5IHlN oVL/7ioTxIrfy2oA8Td9WNumI+6M2nBRiBdPqT7Twci7o34xeoJa/XZjfj4Wr7niWS 5nXraRTYJK6HFPjTDHtSpsYKCUaV8/uOT3u3f54c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 05724F9F4; Fri, 23 Feb 2024 08:53:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708678398127620" MIME-Version: 1.0 Date: Fri, 23 Feb 2024 08:53:18 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20240223085319.05724F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708678398127620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Fri Feb 23 08:53:18 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated net/sayaka to 3.7.3 To generate a diff of this commit: cvs rdiff -u -r1.1425 -r1.1426 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708678398127620 Content-Disposition: inline Content-Length: 717 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.1425 pkgsrc/doc/CHANGES-2024:1.1426 --- pkgsrc/doc/CHANGES-2024:1.1425 Fri Feb 23 07:57:00 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Feb 23 08:53:18 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1425 2024/02/23 07:57:00 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1426 2024/02/23 08:53:18 tsutsui Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2511,3 +2511,4 @@ Changes to the packages collection and i Updated cad/klayout to 0.28.17 [mef 2024-02-23] Updated www/py-pook to 1.4.3 [adam 2024-02-23] Updated devel/py-virtualenv to 20.25.1 [adam 2024-02-23] + Updated net/sayaka to 3.7.3 [tsutsui 2024-02-23] --_----------=_1708678398127620--