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 827257A215 for ; Sun, 31 Jul 2016 12:19:31 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 30A8185F0D; Sun, 31 Jul 2016 12:19:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2ED985EB2 for ; Sun, 31 Jul 2016 12:19:30 +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 1HHVKVyhf9rT for ; Sun, 31 Jul 2016 12:19:30 +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 43B9885E54 for ; Sun, 31 Jul 2016 12:19:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 39FCAFBB5; Sun, 31 Jul 2016 12:19:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1469967570133630" MIME-Version: 1.0 Date: Sun, 31 Jul 2016 12:19:30 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/time/p5-DateTime-Set To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160731121930.39FCAFBB5@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. --_----------=_1469967570133630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Jul 31 12:19:30 UTC 2016 Modified Files: pkgsrc/time/p5-DateTime-Set: Makefile distinfo Log Message: Update to 0.3800 Upstream changes: 0.3800 2016-05-23 - doc patch, by Lucas Kanashiro. 0.3700 2016-05-17 - end() / max() and start() / min() are aliases to the same method in all classes. Added docs and tests. Reported by Vincent Berger. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/time/p5-DateTime-Set/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/time/p5-DateTime-Set/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1469967570133630 Content-Disposition: inline Content-Length: 1759 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/p5-DateTime-Set/Makefile diff -u pkgsrc/time/p5-DateTime-Set/Makefile:1.21 pkgsrc/time/p5-DateTime-Set/Makefile:1.22 --- pkgsrc/time/p5-DateTime-Set/Makefile:1.21 Wed Jun 8 19:24:50 2016 +++ pkgsrc/time/p5-DateTime-Set/Makefile Sun Jul 31 12:19:30 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2016/06/08 19:24:50 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/07/31 12:19:30 wen Exp $ -DISTNAME= DateTime-Set-0.3600 +DISTNAME= DateTime-Set-0.3800 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} Index: pkgsrc/time/p5-DateTime-Set/distinfo diff -u pkgsrc/time/p5-DateTime-Set/distinfo:1.10 pkgsrc/time/p5-DateTime-Set/distinfo:1.11 --- pkgsrc/time/p5-DateTime-Set/distinfo:1.10 Sat Mar 5 03:22:39 2016 +++ pkgsrc/time/p5-DateTime-Set/distinfo Sun Jul 31 12:19:30 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2016/03/05 03:22:39 wen Exp $ +$NetBSD: distinfo,v 1.11 2016/07/31 12:19:30 wen Exp $ -SHA1 (DateTime-Set-0.3600.tar.gz) = b2e60d9ec967df50e6ffdb0772f05d6e8fc3e82c -RMD160 (DateTime-Set-0.3600.tar.gz) = 5595f544160ed318cf06d7959bda064e71f4bfe3 -SHA512 (DateTime-Set-0.3600.tar.gz) = edc392a00de1b017cf6f5679242a6169635220c13632ffe22051a1cf2ef6845b7f4917532fe00d2bd0035947acde5a42420bd5ff58ce729a6e4e5deeedbd23d3 -Size (DateTime-Set-0.3600.tar.gz) = 45628 bytes +SHA1 (DateTime-Set-0.3800.tar.gz) = 515ba69f4161f1ec248369cb5cf4b9dff17ed856 +RMD160 (DateTime-Set-0.3800.tar.gz) = 357b17e329edf8426b6aead115452d38ed6524f6 +SHA512 (DateTime-Set-0.3800.tar.gz) = 5f5419fbdff799565488104490a2636e94b932c1717bf02f38452006aff6315834c12c2398f4424d6cabf4cb37ee402c8707110a087e1e427e1da831960b253e +Size (DateTime-Set-0.3800.tar.gz) = 45125 bytes --_----------=_1469967570133630--