Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id CE06163BBBD for ; Tue, 17 Aug 2010 05:52:58 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 58D8463B101; Tue, 17 Aug 2010 05:52:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4EB0663B100 for ; Tue, 17 Aug 2010 05:52:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 38D33175DD; Tue, 17 Aug 2010 05:52:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 17 Aug 2010 05:52:56 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/time/p5-DateTime-Format-Natural To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100817055256.38D33175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Tue Aug 17 05:52:56 UTC 2010 Modified Files: pkgsrc/time/p5-DateTime-Format-Natural: Makefile distinfo Log Message: Updating time/p5-DateTime-Format-Natural from 0.88 to 0.89 Upstream changes: 0.89 2010-08-05 - Merged development version to stable. 0.88_02 2010-07-29 - Replace calling of _valid_date() in _count_weekday_variant_month() with _check_date(), because errors are handled separate. - Use more descriptive variable names in _parse_formatted_ymd(). - Minor indentation and code tweaks. 0.88_01 2010-07-18 - Check if suffixes used for ordinal numbers are suitable. - Test that invalid ordinal numbers fail and valid ones succeed. - Add a test file for the tests expected to succeed. - Verify for parse failures their errors emitted. - While processing grammar expressions, save all captured values in order to pass the extra ones to the extended checks. - Improve whitespace of regular expressions handling durations. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/time/p5-DateTime-Format-Natural/Makefile \ pkgsrc/time/p5-DateTime-Format-Natural/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.