diff options
author | he <he@pkgsrc.org> | 2009-01-11 18:17:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2009-01-11 18:17:31 +0000 |
commit | 7a5663dc3edccb9ac3fd991c691fe1e8419cccfb (patch) | |
tree | 845e3e457a1727f36a40f2121741ad7095873593 /time/p5-Time-Local | |
parent | 24dc70be4ff6e5c16500e5a5991594976201356f (diff) | |
download | pkgsrc-7a5663dc3edccb9ac3fd991c691fe1e8419cccfb.tar.gz |
Update from version 1.18nb1 to 1.19.1 (upstream version 1.1901).
Upstream changes:
1.1901 2008-11-01
- Test fixes only. The tests planned the wrong number of tests on
32-bit platforms, causing failures.
1.19 2008-11-01
- The calculation of the maximum integer size was using
$Config{intsize} when it should use $Config{ivsize}. Apparently on a
64-bit platform intsize can be 4 when ivsize is 8. Based on a patch
from Jan Dubois.
Diffstat (limited to 'time/p5-Time-Local')
-rw-r--r-- | time/p5-Time-Local/Makefile | 7 | ||||
-rw-r--r-- | time/p5-Time-Local/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/time/p5-Time-Local/Makefile b/time/p5-Time-Local/Makefile index 8e8f3d62ed8..8906c03140c 100644 --- a/time/p5-Time-Local/Makefile +++ b/time/p5-Time-Local/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.5 2009/01/11 18:17:31 he Exp $ -DISTNAME= Time-Local-1.18 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Time-Local-1.1901 +PKGNAME= p5-${DISTNAME:C/1901/19.1/} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} diff --git a/time/p5-Time-Local/distinfo b/time/p5-Time-Local/distinfo index a8045a0a7d1..e429e1ed56e 100644 --- a/time/p5-Time-Local/distinfo +++ b/time/p5-Time-Local/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/07/18 14:23:59 rhaen Exp $ +$NetBSD: distinfo,v 1.4 2009/01/11 18:17:31 he Exp $ -SHA1 (Time-Local-1.18.tar.gz) = e9d124b87f702b6dd54a16e899199be5267b66f7 -RMD160 (Time-Local-1.18.tar.gz) = 2084e63680cf7186cd0ea32f335291cea20dd4dc -Size (Time-Local-1.18.tar.gz) = 18267 bytes +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 |