Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 06BF97A2EF for ; Thu, 17 Nov 2016 14:34:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A7649855E8; Thu, 17 Nov 2016 14:34:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37AF28558D for ; Thu, 17 Nov 2016 14:34:04 +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 5eCue9Z-pMmF for ; Thu, 17 Nov 2016 14:34:03 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BCF4A8557E for ; Thu, 17 Nov 2016 14:34:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B373AFBA6; Thu, 17 Nov 2016 14:34:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147939324364120" MIME-Version: 1.0 Date: Thu, 17 Nov 2016 14:34:03 +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: <20161117143403.B373AFBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147939324364120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Thu Nov 17 14:34:03 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime: Makefile distinfo Log Message: Update to 1.41 Upstream changes: 1.41 2016-11-16 - The DateTime->add and ->subtract methods now accept DateTime::Duration objects. This used to work by accident, but this is now done intentionally (with docs and tests). Based on PR #45 from Sam Kington. To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 pkgsrc/time/p5-DateTime/Makefile cvs rdiff -u -r1.50 -r1.51 pkgsrc/time/p5-DateTime/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147939324364120 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.63 pkgsrc/time/p5-DateTime/Makefile:1.64 --- pkgsrc/time/p5-DateTime/Makefile:1.63 Sun Nov 13 01:43:28 2016 +++ pkgsrc/time/p5-DateTime/Makefile Thu Nov 17 14:34:03 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2016/11/13 01:43:28 wen Exp $ +# $NetBSD: Makefile,v 1.64 2016/11/17 14:34:03 wen Exp $ -DISTNAME= DateTime-1.40 +DISTNAME= DateTime-1.41 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.50 pkgsrc/time/p5-DateTime/distinfo:1.51 --- pkgsrc/time/p5-DateTime/distinfo:1.50 Sun Nov 13 01:43:28 2016 +++ pkgsrc/time/p5-DateTime/distinfo Thu Nov 17 14:34:03 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.50 2016/11/13 01:43:28 wen Exp $ +$NetBSD: distinfo,v 1.51 2016/11/17 14:34:03 wen Exp $ -SHA1 (DateTime-1.40.tar.gz) = 0b8fb653fbcebe2b9a659cd2488230d3f19466c3 -RMD160 (DateTime-1.40.tar.gz) = 827c333eb1295451a8c8c9a0e558dc4d3d50884d -SHA512 (DateTime-1.40.tar.gz) = e86d7c644e34b2bab004073e6159357be48fd2580a38be675486129a692ccf80acf375b7bd928edb295824baf511f01c10e24fa39733bb183edb8a7cd4055306 -Size (DateTime-1.40.tar.gz) = 236885 bytes +SHA1 (DateTime-1.41.tar.gz) = 6f6345bbed854e4186af7deb13f522b1380bd6ff +RMD160 (DateTime-1.41.tar.gz) = 828fec3b728d55ec21771f53d452e8d4cd87f204 +SHA512 (DateTime-1.41.tar.gz) = 68e2d1a55fd5a54941c22c8907db5266c1189d00559d2ee32ac96f0d8bfd27089b257d68326f8cec135e4576321ab27c3501e0c5b4fc46bd5509486bc2fa9bf4 +Size (DateTime-1.41.tar.gz) = 237742 bytes --_----------=_147939324364120--