Received: by mail.netbsd.org (Postfix, from userid 605) id EBEEE84D15; Sat, 29 May 2021 10:25:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3189384D1B for ; Sat, 29 May 2021 10:25:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 4_OZBhOyc0Vb for ; Sat, 29 May 2021 10:25:21 +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 AAAB984D0C for ; Sat, 29 May 2021 10:25:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9EAC3FA95; Sat, 29 May 2021 10:25:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622283921182600" MIME-Version: 1.0 Date: Sat, 29 May 2021 10:25:21 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20210529102521.9EAC3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622283921182600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 29 10:25:21 UTC 2021 Modified Files: pkgsrc/time/p5-DateTime: Makefile distinfo Log Message: Update to 1.54 Upstream changes: 1.54 2020-12-04 - This release contains a lot of small documentation revisions, both to formatting and content. 1.53 2020-11-08 - Added a $dt->rfc3339 method. Based on discussion in GH #109 by worthmine. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/time/p5-DateTime/Makefile cvs rdiff -u -r1.61 -r1.62 pkgsrc/time/p5-DateTime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622283921182600 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime/Makefile diff -u pkgsrc/time/p5-DateTime/Makefile:1.79 pkgsrc/time/p5-DateTime/Makefile:1.80 --- pkgsrc/time/p5-DateTime/Makefile:1.79 Mon May 24 19:55:02 2021 +++ pkgsrc/time/p5-DateTime/Makefile Sat May 29 10:25:21 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2021/05/24 19:55:02 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2021/05/29 10:25:21 wen Exp $ -DISTNAME= DateTime-1.52 +DISTNAME= DateTime-1.54 PKGNAME= p5-${DISTNAME}00 -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime/distinfo diff -u pkgsrc/time/p5-DateTime/distinfo:1.61 pkgsrc/time/p5-DateTime/distinfo:1.62 --- pkgsrc/time/p5-DateTime/distinfo:1.61 Mon Sep 7 17:38:15 2020 +++ pkgsrc/time/p5-DateTime/distinfo Sat May 29 10:25:21 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.61 2020/09/07 17:38:15 wiz Exp $ +$NetBSD: distinfo,v 1.62 2021/05/29 10:25:21 wen Exp $ -SHA1 (DateTime-1.52.tar.gz) = 6cc3824f144239096b1e45343f0d41f3d148bb0d -RMD160 (DateTime-1.52.tar.gz) = f4e4115046919931b7a65e819d0801a2666070de -SHA512 (DateTime-1.52.tar.gz) = c2e359f480396e0da16afbec362cb744f201f6c777fa916228f0adfd26a848b9451535feeda4e1531e5afb40a286e3b11a44e95dc0947dc4e2ba714973bb5ac4 -Size (DateTime-1.52.tar.gz) = 269535 bytes +SHA1 (DateTime-1.54.tar.gz) = 30c0a350a7482b6765e14c4f584b718686b21018 +RMD160 (DateTime-1.54.tar.gz) = 041992fa61dc2fa2995fe9bdec17570f60fe1677 +SHA512 (DateTime-1.54.tar.gz) = b974bf2191d6d9ac5e674edf05da8bca1b506c953dc6280d16358f09c55601bf47c0158de5ee46f79ee8e56e8e358e0168a70480cf7a24270475914e5278b843 +Size (DateTime-1.54.tar.gz) = 314605 bytes --_----------=_1622283921182600--