diff options
author | he <he@pkgsrc.org> | 2008-07-17 14:40:21 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-17 14:40:21 +0000 |
commit | d8e459898bbb0c5914b9cbf501fcf4ba1ad4f700 (patch) | |
tree | f4a67b5e8c376ee61d7b9b77081283adc6b22557 /time | |
parent | f4bb7b0ded6a6b86308614e86e989c979e0bde8a (diff) | |
download | pkgsrc-d8e459898bbb0c5914b9cbf501fcf4ba1ad4f700.tar.gz |
Update from version 0.08 to 0.09. Changes:
0.09 2008-03-07
- The output of format_datetime() always includes the time
portion. Without this the module produced what I think was an
invalid iCal date. More importantly, this makes the output
consistent (always a DATE-TIME). Reported by Bill Moseley.
- removes RRULE: and EXRULE: from ICal string before parsing.
Reported by Matt Sisk.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-ICal/Makefile | 6 | ||||
-rw-r--r-- | time/p5-DateTime-Format-ICal/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-ICal/Makefile b/time/p5-DateTime-Format-ICal/Makefile index ddc75caad7d..ee4d8a6d425 100644 --- a/time/p5-DateTime-Format-ICal/Makefile +++ b/time/p5-DateTime-Format-ICal/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:39 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/17 14:40:21 he Exp $ -DISTNAME= DateTime-Format-ICal-0.08 +DISTNAME= DateTime-Format-ICal-0.09 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-ICal +HOMEPAGE= http://search.cpan.org/dist/DateTime-Format-ICal/ COMMENT= Parse and format iCal datetime and duration strings PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/time/p5-DateTime-Format-ICal/distinfo b/time/p5-DateTime-Format-ICal/distinfo index 6510c8121b0..f205651976f 100644 --- a/time/p5-DateTime-Format-ICal/distinfo +++ b/time/p5-DateTime-Format-ICal/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/06/06 12:07:48 markd Exp $ +$NetBSD: distinfo,v 1.2 2008/07/17 14:40:21 he Exp $ -SHA1 (DateTime-Format-ICal-0.08.tar.gz) = d9a85057efdf4186bf606a794a9740246450d9ac -RMD160 (DateTime-Format-ICal-0.08.tar.gz) = f9da98b75797374d6069da8ad68e58985fc9736a -Size (DateTime-Format-ICal-0.08.tar.gz) = 16648 bytes +SHA1 (DateTime-Format-ICal-0.09.tar.gz) = 5801d622b44c6856127623323b1712411f251160 +RMD160 (DateTime-Format-ICal-0.09.tar.gz) = f243f1b9e4a016d9e04dda4fa25278be27895380 +Size (DateTime-Format-ICal-0.09.tar.gz) = 16794 bytes |