Subject: pkg/34401: [update] textproc/p5-Number-Format/
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:01
>Number:         34401
>Category:       pkg
>Synopsis:       [update] textproc/p5-Number-Format/
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:01 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 1.51

- Changelog
  - Patch to t/format_price.t supplied by Cosimo Streppone to allow it
    to work with non-US locales

Changes for version 1.5
------------------------
  - Require Perl 5.8 - was 5.003 before
  - Require POSIX.pm - was optional before
  - If C<THOUSANDS_SEP> is set to the empty string, format_number will
    not insert any separators.
  - Replace "use vars" with "our"
  - Support scientific notation - skip formatting
  - Change format_bytes to support options (precision, unit, and base)
    instead of precision number

Changes for version 1.45 
------------------------
  - No code change; only change is to test suite.
  - Replace all tab characters with spaces




>How-To-Repeat:





>Fix:


--- p5-Number-Format.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Number-Format/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	4 Mar 2006 21:30:48 -0000	1.2
+++ Makefile	30 Aug 2006 09:42:52 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2006/03/04 21:30:48 jlam Exp $
 #
 
-DISTNAME=		Number-Format-1.45
+DISTNAME=		Number-Format-1.51
 PKGNAME=		p5-${DISTNAME}
 CATEGORIES=		textproc
 MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Number/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-Number-Format/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	4 Dec 2005 13:29:30 -0000	1.1.1.1
+++ distinfo	30 Aug 2006 09:43:09 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2005/12/04 13:29:30 mjl Exp $
 
-SHA1 (Number-Format-1.45.tar.gz) = c3a9c7ff6ab165a9c6e3ad9e4aeec1b2ac393026
-RMD160 (Number-Format-1.45.tar.gz) = 6d5caaddc72182cf249a193e8a2d3ee5ac6f3e73
-Size (Number-Format-1.45.tar.gz) = 14084 bytes
+SHA1 (Number-Format-1.51.tar.gz) = 573db8f0df8200e7f01dfc710f2ef8b28f1f238c
+RMD160 (Number-Format-1.51.tar.gz) = b6df4789e3cebf8a635a7e8329a777048b7c7760
+Size (Number-Format-1.51.tar.gz) = 16340 bytes
--- p5-Number-Format.diff ends here ---