pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-TimeDate Updating time/p5-TimeDate from 1.16nb...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c29300b63bee
branches:  trunk
changeset: 399440:c29300b63bee
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Sep 19 23:25:45 2009 +0000

description:
Updating time/p5-TimeDate from 1.16nb2 to 1.17

pkgsrc changes:
  - Adding homepage and license

Upstream changes:
1.17 -- Sat Sep 19 10:56:12 CDT 2009

Bugfixes
  * RT#45067: Date::Format with %z gives wrong results for half-hour timezones (Ernesto Hern'andez-Novich)
  * RT#48164: Date::Parse unable to set seconds correctly
  * RT#17396: Parse error for french date with 'mars' (march) as month

Documentation
  * Fixed documentation for %e in Date::Format
  * Update documentation to remove Date::Format->language

Enhancements
  * Add support for dates like Jul-13-1999 (Brett Warden)
  * Added Icelandic language (Tomas Edwardsson)
  * Added Romanian language (Doru Petrescu)
  * Added Russian language (Denis Poznyakov & Danil Pismenny)
  * Added Turkish language (Burak Gursoy)
  * Added Spanish language (Adrian Mugnolo)
  * Added Chinese language (Kang-min Liu)
  * Support parsing dates like 2002-02-26-10:37:21.141 as used by lpd
  * Support Z timezone when only the time is specified
  * Added METDST to Time::Zone
  * Added AKST/AKDT to Time::Zone

diffstat:

 time/p5-TimeDate/Makefile |  7 ++++---
 time/p5-TimeDate/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r c2b711950bf0 -r c29300b63bee time/p5-TimeDate/Makefile
--- a/time/p5-TimeDate/Makefile Sat Sep 19 23:08:16 2009 +0000
+++ b/time/p5-TimeDate/Makefile Sat Sep 19 23:25:45 2009 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.17 2008/10/19 19:19:01 he Exp $
+# $NetBSD: Makefile,v 1.18 2009/09/19 23:25:45 sno Exp $
 #
 
-DISTNAME=      TimeDate-1.16
+DISTNAME=      TimeDate-1.17
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 SVR4_PKGNAME=  p5tid
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Date/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Perl5 TimeDate distribution
+HOMEPAGE=      http://search.cpan.org/dist/TimeDate/
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r c2b711950bf0 -r c29300b63bee time/p5-TimeDate/distinfo
--- a/time/p5-TimeDate/distinfo Sat Sep 19 23:08:16 2009 +0000
+++ b/time/p5-TimeDate/distinfo Sat Sep 19 23:25:45 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 19:14:55 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/09/19 23:25:45 sno Exp $
 
-SHA1 (TimeDate-1.16.tar.gz) = 36875a6cb20585d0589e2fccade04fae6e0db372
-RMD160 (TimeDate-1.16.tar.gz) = 9486bd25768dd82a6597409a57a2a9ec34973f70
-Size (TimeDate-1.16.tar.gz) = 22366 bytes
+SHA1 (TimeDate-1.17.tar.gz) = 24abc16f2c2c93825a5eb61e103b1fccb50475f8
+RMD160 (TimeDate-1.17.tar.gz) = 5a05a596fcf963c42334dfc215bd2e3d3be85e72
+Size (TimeDate-1.17.tar.gz) = 28466 bytes



Home | Main Index | Thread Index | Old Index