Received: by mail.netbsd.org (Postfix, from userid 605) id 73B9584E49; Sun, 31 Dec 2017 13:44:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F0C0084E49 for ; Sun, 31 Dec 2017 13:44:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fRJtrrGS2B47 for ; Sun, 31 Dec 2017 13:44:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7B8E784D52 for ; Sun, 31 Dec 2017 13:44:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 72EA1FB40; Sun, 31 Dec 2017 13:44:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151472789682410" MIME-Version: 1.0 Date: Sun, 31 Dec 2017 13:44:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/p5-DateTime To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171231134456.72EA1FB40@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. --_----------=_151472789682410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Dec 31 13:44:56 UTC 2017 Modified Files: pkgsrc/time/p5-DateTime: Makefile distinfo Log Message: p5-DateTime: update to 1.4500. 1.45 2017-12-26 - Added month_length(), quarter_length() and year_length() methods. Implemented by Dan Stewart. PR #70. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/time/p5-DateTime/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/time/p5-DateTime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151472789682410 Content-Disposition: inline Content-Length: 1645 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.68 pkgsrc/time/p5-DateTime/Makefile:1.69 --- pkgsrc/time/p5-DateTime/Makefile:1.68 Sat Aug 26 08:29:45 2017 +++ pkgsrc/time/p5-DateTime/Makefile Sun Dec 31 13:44:56 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2017/08/26 08:29:45 wen Exp $ +# $NetBSD: Makefile,v 1.69 2017/12/31 13:44:56 wiz Exp $ -DISTNAME= DateTime-1.44 +DISTNAME= DateTime-1.45 PKGNAME= p5-${DISTNAME}00 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime/distinfo diff -u pkgsrc/time/p5-DateTime/distinfo:1.54 pkgsrc/time/p5-DateTime/distinfo:1.55 --- pkgsrc/time/p5-DateTime/distinfo:1.54 Sat Aug 26 08:29:45 2017 +++ pkgsrc/time/p5-DateTime/distinfo Sun Dec 31 13:44:56 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2017/08/26 08:29:45 wen Exp $ +$NetBSD: distinfo,v 1.55 2017/12/31 13:44:56 wiz Exp $ -SHA1 (DateTime-1.44.tar.gz) = 884ef8294419de0a45b47b9120ce9ec66aa895d5 -RMD160 (DateTime-1.44.tar.gz) = 5bd0c43e3058343307f9c9d59b85fd5ca269bc47 -SHA512 (DateTime-1.44.tar.gz) = a256efc26ad1f2859f3371b70e5edd0d962d2c19c54b746178e3945b1dc665621d09b7ac6be279c7e92b8aa91763c5df2d8ccbca1832ba69ac810feb8533ca71 -Size (DateTime-1.44.tar.gz) = 239685 bytes +SHA1 (DateTime-1.45.tar.gz) = 14ef722dd40c299dcd4844b5057096a8ebadc661 +RMD160 (DateTime-1.45.tar.gz) = 35bd474a6b72994d5d00323ccf18c50ad746234d +SHA512 (DateTime-1.45.tar.gz) = b929223fd1cc930aca1a43a982407231e0cf3e981b4df98857d31c61c355724ce6e8d9c8be36568c3a952d59a4e6dfcbc38a9108adbb17a7361241eb53719bc0 +Size (DateTime-1.45.tar.gz) = 240342 bytes --_----------=_151472789682410--