pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Date-Manip Update to 6.34:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8802aed612c
branches:  trunk
changeset: 610309:f8802aed612c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 21 22:40:50 2012 +0000

description:
Update to 6.34:

VERSION 6.34 (2012-09-04) ^

This is a bug fix so that the PATH won't break non-unix installs.

Bug fixes

    Put the PATH inside the Unix section so it doesn't affect non-unix envvironments. Geoff Rowell

VERSION 6.33 (2012-09-01) ^

Improvements to Date::Manip::Delta

    Added convert method. This had been planned since 6.30, but based on a discussion with Henrique Martins, I moved it up in priority.
    Cleaned up handling of delta field lengths (they are now only calculated once.
    Added cmp method. Henrique Martins

Bug fixes
    The language modules read from the DATA section, but I never closed the filehandle. This is fixed now. Patch by Doru Theodor Petrescu
    Added better loading of DM5/DM6 modules. RT 78512
    Added a secure PATH to TZ.pm for taint reasons. In response to RT 78566

Time zone fixes
    Now supports timezones in files with spaces where there should be underscores. This occurs in RHEL desktop. RT 78566
    Newest zoneinfo data (tzdata 2012e)

Documentation fixes
    Minor fix. Henrique Martins

VERSION 6.32 (2012-06-01) ^

Modified Build.PL

    Build.PL now has better support for building (or not building) HTML files. Apparently this is slow on Windows. Patch provide in RT 75118.

Bug fixes
    Fixed a bug in business day calculations. RT 76336
    Fixed a bug where Delta/Recur objects weren't correctly created. Zsban Ambrus
    Fixed a bug where SetDate/ForceDate config variables could not be included in a file. Jerry Wilcox
Time zone fixes
    Newest zoneinfo data (tzdata 2012c).

Documentation fixes
    Better support for UTF-8 in autogenerated language module pod files.

diffstat:

 devel/p5-Date-Manip/Makefile |  5 ++---
 devel/p5-Date-Manip/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0715171036fb -r f8802aed612c devel/p5-Date-Manip/Makefile
--- a/devel/p5-Date-Manip/Makefile      Sun Oct 21 22:36:44 2012 +0000
+++ b/devel/p5-Date-Manip/Makefile      Sun Oct 21 22:40:50 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2012/10/03 21:54:52 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2012/10/21 22:40:50 wiz Exp $
 
-DISTNAME=      Date-Manip-6.31
+DISTNAME=      Date-Manip-6.34
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 SVR4_PKGNAME=  p5dma
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
diff -r 0715171036fb -r f8802aed612c devel/p5-Date-Manip/distinfo
--- a/devel/p5-Date-Manip/distinfo      Sun Oct 21 22:36:44 2012 +0000
+++ b/devel/p5-Date-Manip/distinfo      Sun Oct 21 22:40:50 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2012/04/22 10:48:26 wiz Exp $
+$NetBSD: distinfo,v 1.17 2012/10/21 22:40:50 wiz Exp $
 
-SHA1 (Date-Manip-6.31.tar.gz) = 264a656207224c2266ef96199d164289a11f1cf5
-RMD160 (Date-Manip-6.31.tar.gz) = 73d9ad181f7f7568f51e582f914c0065c0e87cc0
-Size (Date-Manip-6.31.tar.gz) = 1603411 bytes
+SHA1 (Date-Manip-6.34.tar.gz) = c6c96bd06a4610db3358430a3e27e9f8228e1481
+RMD160 (Date-Manip-6.34.tar.gz) = ebc5db9b7c478cd3d1a2a30fdf1d7558bb8abf39
+Size (Date-Manip-6.34.tar.gz) = 1605072 bytes



Home | Main Index | Thread Index | Old Index