Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=X8mwaP4s; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=uQHHDvCn Received: by mail.netbsd.org (Postfix, from userid 605) id A039184EB3; Thu, 25 Apr 2024 15:53:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714060394; bh=DglszxgkSIiKKHn3ZTY+v+n9ubV+yKiUlHHQYOJsQJs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=X8mwaP4s4K/fp733dsND8ayyLxptLVFagBduQPf0MYTznqG3FsCdcWE256wl9bH05 1eMxood4xzdXIdyQgZ8F99+4MN8mk9REXGPOTDR2rRu2fNNVdDWHifXVY3/sGZM4k3 9fQNp3gyF0rFWMg32KdxmWkqRmVGbOVCy5dd/9JY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 943A784EAB for ; Thu, 25 Apr 2024 15:53:13 +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 dl-ridWBxqKC for ; Thu, 25 Apr 2024 15:53:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E46E184D82 for ; Thu, 25 Apr 2024 15:53:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714060393; bh=DglszxgkSIiKKHn3ZTY+v+n9ubV+yKiUlHHQYOJsQJs=; h=Date:From:Subject:To:Reply-To; b=uQHHDvCnA+qPhdRlBWCwqdmuK6eTxb3ZHOVAz0uSKWiIkxJo0pqKH3uuth+4SO/I5 8rJYoGWCHMIYWCWgPlSlmsTmSjwMHD0Dkm3awu5j4Xz2qsTrQJFnj7BXFR7PyoAl+o XeYwd7yqfRaYuqaQ7RBeiU3uSewMmaKSwzq3mH6Y= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DE6E2FA2C; Thu, 25 Apr 2024 15:53:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714060392135880" MIME-Version: 1.0 Date: Thu, 25 Apr 2024 15:53:12 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240425155312.DE6E2FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714060392135880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Apr 25 15:53:12 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated textproc/py-pyphen, devel/py-jaraco.vcs To generate a diff of this commit: cvs rdiff -u -r1.2697 -r1.2698 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714060392135880 Content-Disposition: inline Content-Length: 774 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.2697 pkgsrc/doc/CHANGES-2024:1.2698 --- pkgsrc/doc/CHANGES-2024:1.2697 Thu Apr 25 15:19:40 2024 +++ pkgsrc/doc/CHANGES-2024 Thu Apr 25 15:53:12 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2697 2024/04/25 15:19:40 taca Exp $ +$NetBSD: CHANGES-2024,v 1.2698 2024/04/25 15:53:12 adam Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4446,3 +4446,5 @@ Changes to the packages collection and i Updated lang/ruby32-base to 3.2.4 [taca 2024-04-25] Updated lang/ruby33 to 3.3.1 [taca 2024-04-25] Updated mail/rspamd to 3.8.4nb1 [taca 2024-04-25] + Updated textproc/py-pyphen to 0.15.0 [adam 2024-04-25] + Updated devel/py-jaraco.vcs to 2.2.0 [adam 2024-04-25] --_----------=_1714060392135880--