Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0qbUoNVb; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=uzgh6ATv Received: by mail.netbsd.org (Postfix, from userid 605) id 5895284E5B; Tue, 2 Apr 2024 01:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712021065; bh=R6eRu1jxW1RTTN6Mx75pra1DuPoHepP44tCNRRSLrUY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=0qbUoNVbjM/ecMxM3NtIs1MGaK89XRUUpFnI4TWlEiQXVhokRsZFRsjqv7wlQDvhp 7vOoujUMAFgk60NYnKNctxrHhDMgWRs0/cOONMYCKchNcdteic6J3hFpscPknV0HcH egLc6MzyhPWZe/QZgN5cfo06tBKAHq61BFmiB1ok= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4BFAB84E55 for ; Tue, 2 Apr 2024 01:24:24 +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 zZUC-KQ_xY2k for ; Tue, 2 Apr 2024 01:24:23 +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 CEA8384D69 for ; Tue, 2 Apr 2024 01:24:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712021063; bh=R6eRu1jxW1RTTN6Mx75pra1DuPoHepP44tCNRRSLrUY=; h=Date:From:Subject:To:Reply-To; b=uzgh6ATv0DlgVUXtlEAmAsoXDPIICSduXFpzp6l3TSqfbRyjNuyv4J2DMiCSq8XD9 pJj3Vh0ROOGdATobIlYolga7a3gcI1/A1DjeCGxwYnQ4ocvzG0hgH9R9WupM/yJqMc aVDihk1J5ICu58NojI/szs1zJGVvEqG64wo8tPPA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C2269FA2C; Tue, 2 Apr 2024 01:24:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712021063289790" MIME-Version: 1.0 Date: Tue, 2 Apr 2024 01:24:23 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240402012423.C2269FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712021063289790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Apr 2 01:24:23 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Updated time/p5-Calendar-Simple to 2.0.3 To generate a diff of this commit: cvs rdiff -u -r1.2153 -r1.2154 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712021063289790 Content-Disposition: inline Content-Length: 720 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.2153 pkgsrc/doc/CHANGES-2024:1.2154 --- pkgsrc/doc/CHANGES-2024:1.2153 Tue Apr 2 01:00:36 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Apr 2 01:24:23 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2153 2024/04/02 01:00:36 wen Exp $ +$NetBSD: CHANGES-2024,v 1.2154 2024/04/02 01:24:23 wen Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3652,3 +3652,4 @@ Changes to the packages collection and i Added security/sha3sum version 1.2.0 [wiz 2024-04-01] Added devel/py-semver version 3.0.2 [wiz 2024-04-01] Updated www/p5-URI to 5.28 [wen 2024-04-02] + Updated time/p5-Calendar-Simple to 2.0.3 [wen 2024-04-02] --_----------=_1712021063289790--