Sun Oct 21 22:40:50 2012 UTC ()
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.


(wiz)
diff -r1.38 -r1.39 pkgsrc/devel/p5-Date-Manip/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Date-Manip/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/devel/p5-Date-Manip/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/Makefile 2012/10/03 21:54:52 1.38
+++ pkgsrc/devel/p5-Date-Manip/Makefile 2012/10/21 22:40:50 1.39
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.38 2012/10/03 21:54:52 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2012/10/21 22:40:50 wiz Exp $
2 2
3DISTNAME= Date-Manip-6.31 3DISTNAME= Date-Manip-6.34
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6SVR4_PKGNAME= p5dma 5SVR4_PKGNAME= p5dma
7CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Date-Manip/ 10HOMEPAGE= http://search.cpan.org/dist/Date-Manip/
12COMMENT= Perl5 module for date calculations 11COMMENT= Perl5 module for date calculations
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16PKG_INSTALLATION_TYPES= overwrite pkgviews 15PKG_INSTALLATION_TYPES= overwrite pkgviews
17 16
18DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod 17DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod

cvs diff -r1.16 -r1.17 pkgsrc/devel/p5-Date-Manip/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Date-Manip/distinfo 2012/04/22 10:48:26 1.16
+++ pkgsrc/devel/p5-Date-Manip/distinfo 2012/10/21 22:40:50 1.17
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.16 2012/04/22 10:48:26 wiz Exp $ 1$NetBSD: distinfo,v 1.17 2012/10/21 22:40:50 wiz Exp $
2 2
3SHA1 (Date-Manip-6.31.tar.gz) = 264a656207224c2266ef96199d164289a11f1cf5 3SHA1 (Date-Manip-6.34.tar.gz) = c6c96bd06a4610db3358430a3e27e9f8228e1481
4RMD160 (Date-Manip-6.31.tar.gz) = 73d9ad181f7f7568f51e582f914c0065c0e87cc0 4RMD160 (Date-Manip-6.34.tar.gz) = ebc5db9b7c478cd3d1a2a30fdf1d7558bb8abf39
5Size (Date-Manip-6.31.tar.gz) = 1603411 bytes 5Size (Date-Manip-6.34.tar.gz) = 1605072 bytes