Received: by mail.netbsd.org (Postfix, from userid 605) id 8582884D47; Wed, 28 Feb 2024 07:08:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709104109; bh=0jpkI7JL1i/UgNPWoLPFE9/2QwfX2xTaNiVU01renHA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=hwQ0AR+ErhfFyohCeDoYCNKloHSQ267kCJeIHy0JfWzsG6C0W9fUaaTaY2hsYlkqj OhxSaiybpQLmfbRpz9+nLl87JEECGeX3g/YFL2Z5Cya+pgOcFOT3jDze0R+EzfjXEu 2YBzXkXOdSnxKeERhj64Gr12La8ZnngDM/Qf5wes= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75B6084CE8 for ; Wed, 28 Feb 2024 07:08: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id RF8L5m5taI0r for ; Wed, 28 Feb 2024 07:08: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 BEF9984CCA for ; Wed, 28 Feb 2024 07:08:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1709104108; bh=0jpkI7JL1i/UgNPWoLPFE9/2QwfX2xTaNiVU01renHA=; h=Date:From:Subject:To:Reply-To; b=fg2sItvyYTZswmAtRY8wn0T2aa2np8gf0kaPB74/wXQyIMkx5QDQ2fS7iSVMkiRgr 8PZGtxio0Qchcw5LQeKKrjw17YslsFm8FqUozrfYIPSBT9r9fglwvF9s70g4h9lP0E z4kp/y5NvoSjhk5QDjPBL/C0yWlwifaN2u//Ls30= Received: by cvs.NetBSD.org (Postfix, from userid 500) id ACD78FA27; Wed, 28 Feb 2024 07:08:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1709104107226700" MIME-Version: 1.0 Date: Wed, 28 Feb 2024 07:08:27 +0000 From: "Jason R Thorpe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: thorpej@netbsd.org X-Mailer: log_accum Message-Id: <20240228070827.ACD78FA27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1709104107226700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: thorpej Date: Wed Feb 28 07:08:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Added devel/icestorm version 0.0.20240227 Added devel/nextpnr-ice40 version 0.7 To generate a diff of this commit: cvs rdiff -u -r1.1554 -r1.1555 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1709104107226700 Content-Disposition: inline Content-Length: 789 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.1554 pkgsrc/doc/CHANGES-2024:1.1555 --- pkgsrc/doc/CHANGES-2024:1.1554 Wed Feb 28 05:34:50 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 28 07:08:27 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1554 2024/02/28 05:34:50 pin Exp $ +$NetBSD: CHANGES-2024,v 1.1555 2024/02/28 07:08:27 thorpej Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2756,3 +2756,5 @@ Changes to the packages collection and i Updated mail/bincimap to 2.0.15 [schmonz 2024-02-28] Updated editors/tp-note to 1.23.8 [pin 2024-02-28] Updated www/cobalt to 0.19.1 [pin 2024-02-28] + Added devel/icestorm version 0.0.20240227 [thorpej 2024-02-28] + Added devel/nextpnr-ice40 version 0.7 [thorpej 2024-02-28] --_----------=_1709104107226700--