summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-10-21 22:40:50 +0000
committerwiz <wiz@pkgsrc.org>2012-10-21 22:40:50 +0000
commit7a967fd2cb61e6be6ebe37d830d4c6950d00bdda (patch)
tree7d051deb67c01c07579b4addf9f4fd182da3e07a
parent29b88799aec35d9ded8ce724ffc2ce16777d113f (diff)
downloadpkgsrc-7a967fd2cb61e6be6ebe37d830d4c6950d00bdda.tar.gz
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.
-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 49ea1862222..45174202d31 100644
--- a/devel/p5-Date-Manip/Makefile
+++ b/devel/p5-Date-Manip/Makefile
@@ -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 --git a/devel/p5-Date-Manip/distinfo b/devel/p5-Date-Manip/distinfo
index dd495d88b40..614e33362e1 100644
--- a/devel/p5-Date-Manip/distinfo
+++ b/devel/p5-Date-Manip/distinfo
@@ -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