pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Set Update to 0.25:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f210242e03ed
branches:  trunk
changeset: 522400:f210242e03ed
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 08 20:40:27 2006 +0000

description:
Update to 0.25:

0.25   2005-10-05
- t/15time_zone.t does it's own time zone "add_duration" handling

0.24   2005-10-03
- _recurrence.pm warned when the recurrence didn't have occurrences before
  a given start date. Reported by Mark D. Anderson.

0.23   2005-10-03
- _recurrence.pm died when the recurrence didn't have occurrences before
  a given start date. Reported by Mark D. Anderson.

0.22   2005-05-06
- DateTime::Set 0.21 dies when as_list is asked to produce a list from
  outside the range of the set. Patch contributed by Stephen Gowing.

0.21   2005-04-06
- no hard limit in count() and as_list(); removed the warnings from the docs.

0.20   2005-02-28
- changed tests to use en_US instead of pt_BR (which changes every year)
  by Dave Rolsky.
- optimized SpanSet methods for special cases:
  start_set()
  end_set()
  contains( $dt )
  intersects( $dt )
- added an example to count(), by David Nicol.
- added a note about how the result of min()/max() is just a copy of the
  actual set boundary.  Reported by Ron Hill.

diffstat:

 time/p5-DateTime-Set/Makefile |  5 ++---
 time/p5-DateTime-Set/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r c7986127772b -r f210242e03ed time/p5-DateTime-Set/Makefile
--- a/time/p5-DateTime-Set/Makefile     Fri Dec 08 19:40:39 2006 +0000
+++ b/time/p5-DateTime-Set/Makefile     Fri Dec 08 20:40:27 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2005/08/06 06:19:35 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2006/12/08 20:40:27 wiz Exp $
 
-DISTNAME=      DateTime-Set-0.19
+DISTNAME=      DateTime-Set-0.25
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
diff -r c7986127772b -r f210242e03ed time/p5-DateTime-Set/distinfo
--- a/time/p5-DateTime-Set/distinfo     Fri Dec 08 19:40:39 2006 +0000
+++ b/time/p5-DateTime-Set/distinfo     Fri Dec 08 20:40:27 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/12/08 20:40:27 wiz Exp $
 
-SHA1 (DateTime-Set-0.19.tar.gz) = 6eb33dc61e1d0432c681decd25e6535f50c79147
-RMD160 (DateTime-Set-0.19.tar.gz) = ecfefed522ca8765c409898de3f44fe57df28e44
-Size (DateTime-Set-0.19.tar.gz) = 39591 bytes
+SHA1 (DateTime-Set-0.25.tar.gz) = a98cd86bce908cbbf94f845865a53b37c219d722
+RMD160 (DateTime-Set-0.25.tar.gz) = 675204debd286e14612300c5bd50c5427b2dbf15
+Size (DateTime-Set-0.25.tar.gz) = 40287 bytes



Home | Main Index | Thread Index | Old Index