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 Update to 1.2300



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03bca740ec7f
branches:  trunk
changeset: 624840:03bca740ec7f
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Oct 02 02:36:54 2013 +0000

description:
Update to 1.2300
Add LICENSE

Upstream changes:
1.2300  2012-07-20

- Doh, fix the repo & bugtracker info in the META files.


1.2200  2012-07-09

- Explicitly require Test::More 0.88+ for tests.


1.2100  2012-07-09

- A seconds value greater than 59 but less than 60 caused timegm() and
  timelocal() to croak. Now we allow any value that's less than 60. RT #78189.


1.2000  2011-01-02

- Release 1.1902 as a stable version without any further chances.


1.1902  2010-12-16  TRIAL RELEASE

- Merge all changes from blead perl.
- Try to restore compatibility with older perls, which don't have a 64bit
  capable localtime/gmtime.

diffstat:

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

diffs (35 lines):

diff -r 097026dbbd02 -r 03bca740ec7f time/p5-Time-Local/Makefile
--- a/time/p5-Time-Local/Makefile       Wed Oct 02 02:29:46 2013 +0000
+++ b/time/p5-Time-Local/Makefile       Wed Oct 02 02:36:54 2013 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.10 2013/05/31 12:42:28 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2013/10/02 02:36:54 wen Exp $
 
-DISTNAME=      Time-Local-1.1901
-PKGNAME=       p5-${DISTNAME:C/1901/19.1/}
-PKGREVISION=   4
+DISTNAME=      Time-Local-1.2300
+PKGNAME=       p5-${DISTNAME:C/2300/23.00/}
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Time-Local/
 COMMENT=       Efficiently compute time from local and GMT time
+LICENSE=       ${PERL5_LICENSE}
 
 PERL5_PACKLIST=                auto/Time/Local/.packlist
 
diff -r 097026dbbd02 -r 03bca740ec7f time/p5-Time-Local/distinfo
--- a/time/p5-Time-Local/distinfo       Wed Oct 02 02:29:46 2013 +0000
+++ b/time/p5-Time-Local/distinfo       Wed Oct 02 02:36:54 2013 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2009/01/11 18:17:31 he Exp $
+$NetBSD: distinfo,v 1.5 2013/10/02 02:36:54 wen Exp $
 
-SHA1 (Time-Local-1.1901.tar.gz) = 0ef18e3ddef63ec1fe9d7c16555a831c5f6a3cc6
-RMD160 (Time-Local-1.1901.tar.gz) = da37008e82e4b3a74bec248066778cfd554e1993
-Size (Time-Local-1.1901.tar.gz) = 18623 bytes
+SHA1 (Time-Local-1.2300.tar.gz) = 1632bff3578cfdc8a23d3abed5ad205ef279fa23
+RMD160 (Time-Local-1.2300.tar.gz) = e812a09820f530ebed183f2b173684d80568c4b2
+Size (Time-Local-1.2300.tar.gz) = 19818 bytes



Home | Main Index | Thread Index | Old Index