Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=jO2iyL8+; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=liENG2ue Received: by mail.netbsd.org (Postfix, from userid 605) id A160D84EAC; Fri, 26 Apr 2024 07:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714118113; bh=YNdpmzyW669QvUQOOrYZgrmlOwE1wbFFqs+uFWqaFbk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=jO2iyL8+At8J4uU9kYO7cKp7Vrcze29bRe88SyvS0kWY1F+3mIjSgrYakcGYKaOEo l2es1fqYjD7ccQ3oKKd003IrwZ+LClSsGP0bhIvAIT4hepob1DwhDmbbGn8TDa7eK6 LOcVx0M4gwOq/srOau3jVURofnyxiiKe2ok/MkNk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 926B584D2F for ; Fri, 26 Apr 2024 07:55:12 +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 dQwIrhz_oI8v for ; Fri, 26 Apr 2024 07:55:12 +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 180E184CCF for ; Fri, 26 Apr 2024 07:55:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714118112; bh=YNdpmzyW669QvUQOOrYZgrmlOwE1wbFFqs+uFWqaFbk=; h=Date:From:Subject:To:Reply-To; b=liENG2ueKHQxrXWu4Q7+ggtZ3qKklhwzSXxT15s61ACCWenIhDuwCRbkEcu5XP25T 0omDGCvzkJKxxZu+JJfQx5BuYaVOKHu7NMu2E0vhTfZG9W1mck2zp4wFSwbVWTRM58 +AplglI2RyefsF2fhoWzPeBdiUzuzgkZOLeTulZQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0612BFA2C; Fri, 26 Apr 2024 07:55:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17141181119570" MIME-Version: 1.0 Date: Fri, 26 Apr 2024 07:55:11 +0000 From: "Nathanial Sloss" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: nat@netbsd.org X-Mailer: log_accum Message-Id: <20240426075512.0612BFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17141181119570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nat Date: Fri Apr 26 07:55:11 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Mention tinyx-wscons. To generate a diff of this commit: cvs rdiff -u -r1.2702 -r1.2703 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_17141181119570 Content-Disposition: inline Content-Length: 707 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.2702 pkgsrc/doc/CHANGES-2024:1.2703 --- pkgsrc/doc/CHANGES-2024:1.2702 Fri Apr 26 07:27:00 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 26 07:55:11 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2702 2024/04/26 07:27:00 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2703 2024/04/26 07:55:11 nat Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4455,3 +4455,4 @@ Changes to the packages collection and i Updated textproc/py-black to 24.4.2 [adam 2024-04-26] Updated net/py-minio to 7.2.6 [adam 2024-04-26] Updated devel/py-ruff to 0.4.2 [adam 2024-04-26] + Added x11/tinyx-wscons 0.3 [nat 2024-04-26] --_----------=_17141181119570--