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 Updated to version 5.48



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a983ebc5723
branches:  trunk
changeset: 537296:4a983ebc5723
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sat Jan 05 22:57:22 2008 +0000

description:
Updated to version 5.48

Pkgsrc changes:
  - DISTNAME adapted to new name of archive file.
  - The package supports installation to DESTDIR.

Changes since version 5.44:
=====================================
Version 5.45  DEVELOPMENT
   Fixed bug in parsing ISO 8601 dates.  Paul Schinder
      <schinder%leprss.gsfc.nasa.gov@localhost>
   Language fix for Danish. <claus.just.rasmussen%get2net.dk@localhost>
   Added "overmorrow". Ed Avis <avised%kbcfp.com@localhost>
   Language fix for German. Andreas Dembach <ad%dg-i.net@localhost>
   Fixed a bug in UnixDate for years before 1000 AD. Joaquin Ferrero
      <explorer%aprosi.net@localhost>
   Fixed a bug where "today" wasn't case insensitive.  Pedro Rodrigues
      <pedro.ruano%gmail.com@localhost>
   New timezones.  Khairil Yusof <khairil.yusof%gmail.com@localhost>,
      Andy Spiegel <debian.Andy%spiegl.de@localhost>, Ernesto Rapetti
      <erapetti%item.org.uy@localhost>
   Fixed a bug where business/approximate mode wasn't correctly used in
      DateCalc.  Mark T. Kennedy <mkennedy%diamondbackcap.com@localhost>
   Minor documentation improvement.  Caminati Carlo <C.Caminati%selta.it@localhost>
   Bug in DateCalc where you couldn't pass undef as the errref.  Alex Howansky
      <alex%howansky.org@localhost>
   Bug where cygwin wasn't using the date command. Rafael Kitover
      <rkitover%cpan.org@localhost>
   New timezones. Robin Norwood <rnorwood%redhat.com@localhost>
   Fixed russian timezones. Yuri Kovalenko <Yu.V.Kovalenko%inp.nsk.su@localhost>
   Lots of spelling fixes. Asaf Bartov <ijon%forum2.org@localhost>

Version 5.46  2007-02-21
   Released

Version 5.47  DEVELOPMENT
   Revised some of the docs about Y2K (given that it's in the past) and
      the 2007 US daylight saving time rule changes. Suggested by
   Fixed a problem in the WEST timezone.  Cristina Nunes
      <cristina.nunes%segula.pt@localhost>
   Added timzezone. Kimmo R. M. Hovi <kimmo.hovi%kronodoc.com@localhost>
   Fixed the version number.  John R. Daily <jdaily%apparatus.net@localhost>
   Fixed a warning when the date command not present.  Daniel Hahler
      <daniel%thequod.de@localhost>
   Fixed a bug where recurrences of the form 0:1*, 0:0:1*, etc.,
      incorrectly required a base date.  Gerry Lawrence <gwl%ufl.edu@localhost>
   Fixed a bug where "substring" was used instead of "substr".
      <lbenton%csu.edu.au@localhost>

Version 5.48  2007-11-27
   Released

diffstat:

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

diffs (36 lines):

diff -r 1441a09d96f4 -r 4a983ebc5723 devel/p5-Date-Manip/Makefile
--- a/devel/p5-Date-Manip/Makefile      Sat Jan 05 22:41:27 2008 +0000
+++ b/devel/p5-Date-Manip/Makefile      Sat Jan 05 22:57:22 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2007/08/15 06:19:34 obache Exp $
+# $NetBSD: Makefile,v 1.23 2008/01/05 22:57:22 heinz Exp $
 #
 
-DISTNAME=      DateManip-5.44
-PKGNAME=       ${DISTNAME:S/DateManip/p5-Date-Manip/}
+DISTNAME=      Date-Manip-5.48
+PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5dma
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
@@ -11,6 +11,7 @@
 HOMEPAGE=      http://search.cpan.org/dist/DateManip/
 COMMENT=       Perl5 module for date calculations
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 USE_LANGUAGES=         # empty
diff -r 1441a09d96f4 -r 4a983ebc5723 devel/p5-Date-Manip/distinfo
--- a/devel/p5-Date-Manip/distinfo      Sat Jan 05 22:41:27 2008 +0000
+++ b/devel/p5-Date-Manip/distinfo      Sat Jan 05 22:57:22 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2006/07/12 16:46:44 heinz Exp $
+$NetBSD: distinfo,v 1.7 2008/01/05 22:57:22 heinz Exp $
 
-SHA1 (DateManip-5.44.tar.gz) = 18938e48e2c2ba43f8c706acf1c2720d9dc98a83
-RMD160 (DateManip-5.44.tar.gz) = d06ca1179a90699a0d19872228258ef2bb81a010
-Size (DateManip-5.44.tar.gz) = 141596 bytes
+SHA1 (Date-Manip-5.48.tar.gz) = 3168f510260dcd1e516d6e98ffdecadd68fccf84
+RMD160 (Date-Manip-5.48.tar.gz) = 07838acb35c3dd8f7d78c7dbf6dfbc8d88292bb5
+Size (Date-Manip-5.48.tar.gz) = 137693 bytes



Home | Main Index | Thread Index | Old Index