pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/p5-Time-Local Updated to version 1.17.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3752ddc7230e
branches:  trunk
changeset: 528522:3752ddc7230e
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun May 06 13:52:35 2007 +0000

description:
Updated to version 1.17.

Pkgsrc changes:
  - MAINTAINER cannot take care of the package anymore.
  - Marked the package as supporting installation to DESTDIR.
  - It's a pure Perl package.

Changes since version 1.12:
===========================
1.17    2007-01-25
- I made the same test count mistake as was in 1.14 again. This
  release fixes the test count (again) when running on a system that
  doesn't support negative epochs (like Win32). Patched by Kenichi
  Ishigaki (again).

1.16    2007-01-23
- The leap year fix in 1.14 was pretty broken, as it checked after
  converting the year to Perl's internal (year - 1900) format.

1.15    2007-01-22
- Fix Local.t test count when running on a system that doesn't support
  negative epochs (like Win32). Patched by Kenichi Ishigaki.

1.14    2007-01-21
- Fixed leap year check to produce the right answer for years outside
  of the 32-bit epoch range (such as 1900 and 2100). See rt.perl.org
  #31241. Reported by Nathan Zook.

1.13    2006-08-09
- Switched to using Test::More for the tests.
- Fixed a bug that occurred around the DST change for Europe/London
  (and probably other time zones with a positive UTC offset). If
  given, the hour immediately after the change (2:00 AM for
  Europe/London), then the returned epoch was 3600 seconds too
  large. Reported by Roger Picton. See RT #11662.

diffstat:

 time/p5-Time-Local/Makefile |  11 +++++++----
 time/p5-Time-Local/distinfo |   8 ++++----
 2 files changed, 11 insertions(+), 8 deletions(-)

diffs (39 lines):

diff -r 260bfc1aa31f -r 3752ddc7230e time/p5-Time-Local/Makefile
--- a/time/p5-Time-Local/Makefile       Sun May 06 13:28:28 2007 +0000
+++ b/time/p5-Time-Local/Makefile       Sun May 06 13:52:35 2007 +0000
@@ -1,15 +1,18 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/04/16 22:23:26 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2007/05/06 13:52:35 heinz Exp $
 
-DISTNAME=      Time-Local-1.12
+DISTNAME=      Time-Local-1.17
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
 
-MAINTAINER=    kuli0020%umn.edu@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Time-Local/
 COMMENT=       Efficiently compute time from local and GMT time
 
-PERL5_PACKLIST=        auto/Time/Local/.packlist
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=                auto/Time/Local/.packlist
+USE_LANGUAGES=         # empty
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 260bfc1aa31f -r 3752ddc7230e time/p5-Time-Local/distinfo
--- a/time/p5-Time-Local/distinfo       Sun May 06 13:28:28 2007 +0000
+++ b/time/p5-Time-Local/distinfo       Sun May 06 13:52:35 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/04/16 22:23:26 minskim Exp $
+$NetBSD: distinfo,v 1.2 2007/05/06 13:52:35 heinz Exp $
 
-SHA1 (Time-Local-1.12.tar.gz) = 4eafac0b20a586f2d84dd98f4e20e086b608af75
-RMD160 (Time-Local-1.12.tar.gz) = 891a8d484d60eb0ec3cdb1d8edd434155bf75aec
-Size (Time-Local-1.12.tar.gz) = 17084 bytes
+SHA1 (Time-Local-1.17.tar.gz) = 64703fe3d224d1b864e17d24e95c60e1905f8296
+RMD160 (Time-Local-1.17.tar.gz) = df5c586b29bc36bdaac86536d255845668721b14
+Size (Time-Local-1.17.tar.gz) = 18145 bytes



Home | Main Index | Thread Index | Old Index