summaryrefslogtreecommitdiff
path: root/time/p5-Time-Local
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-05-06 13:52:35 +0000
committerheinz <heinz@pkgsrc.org>2007-05-06 13:52:35 +0000
commitae7298832e8cf5e7b440ae8d0339c9b30fe60dc9 (patch)
treea50dc4689846243840b8c3e508fc6670597c06c7 /time/p5-Time-Local
parent5060511a948b854e3075800b3b4ee85581c4bb0c (diff)
downloadpkgsrc-ae7298832e8cf5e7b440ae8d0339c9b30fe60dc9.tar.gz
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 (limited to 'time/p5-Time-Local')
-rw-r--r--time/p5-Time-Local/Makefile11
-rw-r--r--time/p5-Time-Local/distinfo8
2 files changed, 11 insertions, 8 deletions
diff --git a/time/p5-Time-Local/Makefile b/time/p5-Time-Local/Makefile
index 3e5ebe44654..b9a02e2dd95 100644
--- a/time/p5-Time-Local/Makefile
+++ b/time/p5-Time-Local/Makefile
@@ -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
+MAINTAINER= pkgsrc-users@NetBSD.org
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 --git a/time/p5-Time-Local/distinfo b/time/p5-Time-Local/distinfo
index 7bc17d986b5..9f0820f62e7 100644
--- a/time/p5-Time-Local/distinfo
+++ b/time/p5-Time-Local/distinfo
@@ -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