summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-02 12:15:49 +0000
committerwiz <wiz>2010-12-02 12:15:49 +0000
commit1eea72a95fa5c7acacb1945fc1c5f344b0690ecd (patch)
tree411ec05e770fc3855edd595e5ac74ad3f74cef1a /devel
parentc4375e7c07421d1200ad4caf6ceecab093875c66 (diff)
downloadpkgsrc-1eea72a95fa5c7acacb1945fc1c5f344b0690ecd.tar.gz
Update to 6.14:
VERSION 6.14 (2010-10-20) Date::Manip 5.xx fully integrated with 6.xx Date::Manip 5.xx and 6.xx are both installed automatically, and the correct one will be chosen. Fixed a bug where recurrence handling was broken. RT 62128 A lot of documentation was cleaned up to be easier to read, and better organized. VERSION 6.13 (2010-10-13) New features Added the input methods to Date::Manip::Date and Date::Manip::Delta. Ed Avis. The 'date +%z' command will also be used to determine the timezone. Oliver Schulze Bug fixes Several changes to try to get rid of a memory leaks reported in RT 54937. Huge thanks to BrowserUK on perlmonks for help. Unfortunately, it ended up being a bug in perl, and will only be resolved when that bug is fixed. See the Date::Manip::Problems document for more information. Reorganized Base/TZ to get rid of circular references. Added end blocks to clean some global variables. Got rid of switch/given structures. Fixed a bug where an incomplete date with 'last' in it was causing an error. RT 60138 Fixed a bug where 'Sunday, 9th Jan 1972' wasn't parsed correctly. RT 57832 Fixed a bug where Zones.pm was generated with the abbreviations in the wrong order. Amish Chana. French month abbreviations now support periods. Bernard Haerri Added tests from RT 29655 to make sure that the problem never recurs. Fixed documentation problem with the new_* methods in Date::Manip::Obj. Options must be passed in as \@opts rather than @opts. Cleaned up some of the documentation. VERSION 6.12 (2010-09-27) IntCharSet config variable deprecated With better support for international character sets, the old IntCharSet config variable (which was a bandaid at best) is deprecated. Currently, the functionality still exists, but it will be removed at some point. New features Added the Encoding config variable. Now supports parsing the EXIF date format. Rhesa Rozendaal Bug fixes Fixed Build.PL to not require perl 5.010 since the distribution as a whole does not require that (and I want that fact to be in META.yml). Fixed a bug where the Date::Manip::Date::set method was broken when setting individual fields. Helmut A. Bender Fixed a bug where set didn't work in Date::Manip::Delta. Patch provided in RT 59096. Newest zoneinfo data (tzdata 2010m) Converted all language files to UTF-8 and added rudimentary support for character encodings. Some assistance by Stephen Ostermiller. Fixed problem in Polish, Dutch. Stephen Ostermiller Extended support for 'nth' up to 53rd. Paco Regodon Added some corrections to German. Dieter Lange Clarified Date::Manip::Recur documentation based on RT 59132.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Date-Manip/Makefile5
-rw-r--r--devel/p5-Date-Manip/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Date-Manip/Makefile b/devel/p5-Date-Manip/Makefile
index eb8a4a857a8..20b6f0e86e0 100644
--- a/devel/p5-Date-Manip/Makefile
+++ b/devel/p5-Date-Manip/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2010/08/21 16:33:32 seb Exp $
+# $NetBSD: Makefile,v 1.34 2010/12/02 12:15:49 wiz Exp $
#
-DISTNAME= Date-Manip-6.11
+DISTNAME= Date-Manip-6.14
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5dma
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
diff --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo
index fc49b74a959..e5c7ca07edf 100644
--- a/devel/p5-Date-Manip/distinfo
+++ b/devel/p5-Date-Manip/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2010/08/07 06:41:04 wiz Exp $
+$NetBSD: distinfo,v 1.13 2010/12/02 12:15:49 wiz Exp $
-SHA1 (Date-Manip-6.11.tar.gz) = 1c2ca1e0642e3c22f31ee21cc96e4b172a4a663d
-RMD160 (Date-Manip-6.11.tar.gz) = 6940f31e80c89fe9142ff42092f0294f094365a5
-Size (Date-Manip-6.11.tar.gz) = 1368731 bytes
+SHA1 (Date-Manip-6.14.tar.gz) = dde959503d447a68850064b73e698a73a22e2785
+RMD160 (Date-Manip-6.14.tar.gz) = d43d7f875afc5a07fe22c57d505f1925fe1626e4
+Size (Date-Manip-6.14.tar.gz) = 1387387 bytes