diff options
author | wen <wen@pkgsrc.org> | 2013-10-02 02:36:54 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-10-02 02:36:54 +0000 |
commit | 2a4163ebd66ed2d857dec084c0b44f17c784a349 (patch) | |
tree | 23c533e98c8483fdf20b435e1347a7d49603c17b /time | |
parent | 94a59cc36220dfdaac9c814e675f055f04c53abc (diff) | |
download | pkgsrc-2a4163ebd66ed2d857dec084c0b44f17c784a349.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-Time-Local/Makefile | 8 | ||||
-rw-r--r-- | time/p5-Time-Local/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/time/p5-Time-Local/Makefile b/time/p5-Time-Local/Makefile index 0705e4bf8cb..793ebf47f7a 100644 --- a/time/p5-Time-Local/Makefile +++ b/time/p5-Time-Local/Makefile @@ -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 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 --git a/time/p5-Time-Local/distinfo b/time/p5-Time-Local/distinfo index e429e1ed56e..1bc71222e2d 100644 --- a/time/p5-Time-Local/distinfo +++ b/time/p5-Time-Local/distinfo @@ -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 |