Sun May 16 09:44:35 2010 UTC ()
Update pear-Numbers_Words package to 0.16.2.

Changelog:

* Fixed bug #16435 (improper use of substr() in Polish extension);
* Fixed bug #16667 (wrong spelling of 40 in Hungarian extension) (Vlajos);
* Fixed bug #16733 (incorrect rounding of cents);
* Added optional dependency on Math_BigInteger;
* Improved unit tests (Daniel O'Connor).


(taca)
diff -r1.9 -r1.10 pkgsrc/math/pear-Numbers_Words/Makefile
diff -r1.2 -r1.3 pkgsrc/math/pear-Numbers_Words/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/math/pear-Numbers_Words/Makefile (expand / switch to unified diff)

--- pkgsrc/math/pear-Numbers_Words/Makefile 2010/02/06 15:55:52 1.9
+++ pkgsrc/math/pear-Numbers_Words/Makefile 2010/05/16 09:44:35 1.10
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.9 2010/02/06 15:55:52 taca Exp $ 1# $NetBSD: Makefile,v 1.10 2010/05/16 09:44:35 taca Exp $
2 2
3DISTNAME= Numbers_Words-0.16.1 3DISTNAME= Numbers_Words-0.16.2
4CATEGORIES= math 4CATEGORIES= math
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://pear.php.net/package/Numbers_Words/ 7HOMEPAGE= http://pear.php.net/package/Numbers_Words/
8COMMENT= Provides methods for spelling numerals in words 8COMMENT= Provides methods for spelling numerals in words
9 9
10CONFLICTS= php-pear-Numbers_Words-[0-9]* 10CONFLICTS= php-pear-Numbers_Words-[0-9]*
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14.include "../../lang/php/pear.mk" 14.include "../../lang/php/pear.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/math/pear-Numbers_Words/distinfo (expand / switch to unified diff)

--- pkgsrc/math/pear-Numbers_Words/distinfo 2010/02/06 15:55:52 1.2
+++ pkgsrc/math/pear-Numbers_Words/distinfo 2010/05/16 09:44:35 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2010/02/06 15:55:52 taca Exp $ 1$NetBSD: distinfo,v 1.3 2010/05/16 09:44:35 taca Exp $
2 2
3SHA1 (pear/Numbers_Words-0.16.1.tgz) = be86acb627f8a461d5fa9493717869435c6a6967 3SHA1 (pear/Numbers_Words-0.16.2.tgz) = f699aeb23830407ab3bab21317835c12960815fe
4RMD160 (pear/Numbers_Words-0.16.1.tgz) = 5c92e4dae538545c91ec04f581c85429062b41e5 4RMD160 (pear/Numbers_Words-0.16.2.tgz) = 05f4151fb27c2d5ded8624d9f40e5e03ef962afe
5Size (pear/Numbers_Words-0.16.1.tgz) = 52503 bytes 5Size (pear/Numbers_Words-0.16.2.tgz) = 52956 bytes