Received: by mail.netbsd.org (Postfix, from userid 605) id 6E1B084D4D; Sat, 18 May 2019 04:06:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EA31184C82 for ; Sat, 18 May 2019 04:06:06 +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 lC5QgovNGNxT for ; Sat, 18 May 2019 04:06:06 +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 625CD84C81 for ; Sat, 18 May 2019 04:06:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5CF7BFB16; Sat, 18 May 2019 04:06:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155815236619780" MIME-Version: 1.0 Date: Sat, 18 May 2019 04:06:06 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime-TimeZone To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190518040606.5CF7BFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155815236619780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat May 18 04:06:06 UTC 2019 Modified Files: pkgsrc/time/p5-DateTime-TimeZone: Makefile distinfo Log Message: Update to 2.35 Upstream changes: 2.35 2019-04-21 - Handle "infinity" as a representation of infinite values in serialized objects. On Solaris we end up with "infinity" and "-infinity" as opposed to just "inf" and "-inf". Fixed by Andrew Paprocki. GH #36. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 pkgsrc/time/p5-DateTime-TimeZone/Makefile cvs rdiff -u -r1.85 -r1.86 pkgsrc/time/p5-DateTime-TimeZone/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_155815236619780 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-TimeZone/Makefile diff -u pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.99 pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.100 --- pkgsrc/time/p5-DateTime-TimeZone/Makefile:1.99 Sun Apr 7 12:36:21 2019 +++ pkgsrc/time/p5-DateTime-TimeZone/Makefile Sat May 18 04:06:06 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2019/04/07 12:36:21 wen Exp $ +# $NetBSD: Makefile,v 1.100 2019/05/18 04:06:06 wen Exp $ -DISTNAME= DateTime-TimeZone-2.34 +DISTNAME= DateTime-TimeZone-2.35 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-TimeZone/distinfo diff -u pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.85 pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.86 --- pkgsrc/time/p5-DateTime-TimeZone/distinfo:1.85 Sun Apr 7 12:36:21 2019 +++ pkgsrc/time/p5-DateTime-TimeZone/distinfo Sat May 18 04:06:06 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.85 2019/04/07 12:36:21 wen Exp $ +$NetBSD: distinfo,v 1.86 2019/05/18 04:06:06 wen Exp $ -SHA1 (DateTime-TimeZone-2.34.tar.gz) = 0ae400de253c87356fcdbcc90b489143465c3bb6 -RMD160 (DateTime-TimeZone-2.34.tar.gz) = 63793bcb6a48a426eecf0960b3be157bc931abc5 -SHA512 (DateTime-TimeZone-2.34.tar.gz) = 8525542dfee39f8b889889db310d455b03dd0f270d391a06c337c46d9d457969e365ebf9b8fa42eef71b1dbf2bbd3e25c1ef710f19701a300729bc1816bcaa0c -Size (DateTime-TimeZone-2.34.tar.gz) = 978557 bytes +SHA1 (DateTime-TimeZone-2.35.tar.gz) = 92c6ab99951060f0e6700446f91f6a12bce2fee3 +RMD160 (DateTime-TimeZone-2.35.tar.gz) = cb96b66478c3c3586d96d762cc087fb7731f70aa +SHA512 (DateTime-TimeZone-2.35.tar.gz) = 5d103d89586c24f9409baba8233c0655cdf7799d5fa58b5a8708eb883289c35cc6f04f2488c90987b91be17932054293bedac3b682dd534206848bd4778f0ce5 +Size (DateTime-TimeZone-2.35.tar.gz) = 978789 bytes --_----------=_155815236619780--