diff options
author | mef <mef@pkgsrc.org> | 2015-09-30 12:57:29 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-30 12:57:29 +0000 |
commit | 2e8254b4a7ff0fe6c4b4d300b351121499429f02 (patch) | |
tree | e3773baa1a0af5e7d53bc4c8f163a1a7e82db2a3 /textproc | |
parent | b96fe9e63838706e5ea7919cd4a8a7cc25c55657 (diff) | |
download | pkgsrc-2e8254b4a7ff0fe6c4b4d300b351121499429f02.tar.gz |
Update 1.73 to 1.75
-------------------
Changes for version 1.75 (June 25, 2015)
------------------------
- Export only necessary from POSIX (RT#99970, thanks Alexandr Ciornii)
- Upgrade Makefile.PL (thanks Alexandr Ciornii)
- Fix testing issue with missing locales (RT 97607, 97766, thanks to KHW)
(thanks David Solimano)
- Fix testing issue with bad Russian data on some platforms (RT 92666)
(thanks David Solimano)
- Add t/bigfloat.t (thanks Paul Miller / Alexandr Ciornii)
Changes for version 1.74 (April 19, 2011)
------------------------
- Only Perl 5.10.0 and newer supported
- Allow multi-character (e.g. " " for thousands_sep) (thanks
Nick Patch; RT 65489)
- Strip out illegal negative values returned by localeconv(),
observed on Windows - see @IGNORE_NEGATIVE (thanks Adam Kennedy;
RT 56802)
- Manage warnings when undef is passed to methods (RT 48038)
- Fix round() for Math::BigFloat objects (RT 62059)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Number-Format/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Number-Format/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-Number-Format/Makefile b/textproc/p5-Number-Format/Makefile index ca6e7415942..ea636e1044d 100644 --- a/textproc/p5-Number-Format/Makefile +++ b/textproc/p5-Number-Format/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2015/06/12 10:51:25 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2015/09/30 12:57:29 mef Exp $ # -DISTNAME= Number-Format-1.73 +DISTNAME= Number-Format-1.75 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Number/} diff --git a/textproc/p5-Number-Format/distinfo b/textproc/p5-Number-Format/distinfo index 689886dc278..df52c7ccbfe 100644 --- a/textproc/p5-Number-Format/distinfo +++ b/textproc/p5-Number-Format/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2009/10/11 08:09:58 sno Exp $ +$NetBSD: distinfo,v 1.8 2015/09/30 12:57:29 mef Exp $ -SHA1 (Number-Format-1.73.tar.gz) = 3ebdfe70db40c78feb1b55b544dd32d4a98cda74 -RMD160 (Number-Format-1.73.tar.gz) = 10c5b7481bc00dcded6faba05fe017222a825148 -Size (Number-Format-1.73.tar.gz) = 22742 bytes +SHA1 (Number-Format-1.75.tar.gz) = fbb2b41cf44e4d0429cafa924c781390ab0fab52 +RMD160 (Number-Format-1.75.tar.gz) = 53957e4c801e146a4b8750a1ae2504cb529843d2 +Size (Number-Format-1.75.tar.gz) = 24526 bytes |