diff options
author | sno <sno> | 2012-09-07 11:37:50 +0000 |
---|---|---|
committer | sno <sno> | 2012-09-07 11:37:50 +0000 |
commit | 0e7d0e0f75e4d7b238d787bfacca486e02155936 (patch) | |
tree | 381c8b6f450e3a94079f671886b2c0be5e892e26 /textproc | |
parent | 480d93b625bc1b2bec8ff65dced755705964061b (diff) | |
download | pkgsrc-0e7d0e0f75e4d7b238d787bfacca486e02155936.tar.gz |
Updating package for CPAN module Text::CSV_XS in textproc/p5-Text-CSV_XS
from 0.90 to 0.91.
Upstream changes:
0.91 - 2012-08-21, H.Merijn Brand
* Prevent test-failures for long doubles on weird architectures
* More utf-8 tests for te change of 0.90
* Update test case now 5.005 is not supported anymore
* Rip out the tell/seek introduced in 0.90
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 761c76c0797..05a64c8e45f 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.38 2012/07/06 08:26:29 sno Exp $ +# $NetBSD: Makefile,v 1.39 2012/09/07 11:37:50 sno Exp $ # -DISTNAME= Text-CSV_XS-0.90 +DISTNAME= Text-CSV_XS-0.91 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcx CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index a90e782e00d..fdf8895dead 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2012/07/06 08:26:29 sno Exp $ +$NetBSD: distinfo,v 1.23 2012/09/07 11:37:50 sno Exp $ -SHA1 (Text-CSV_XS-0.90.tgz) = 5d7167fb31b18dbeaa51a786017619fd27a646ac -RMD160 (Text-CSV_XS-0.90.tgz) = 400ffcbc0f50e8e11ea62beae851c57170532388 -Size (Text-CSV_XS-0.90.tgz) = 119398 bytes +SHA1 (Text-CSV_XS-0.91.tgz) = b790efd08f9f362b48a5dea84a1fd36c6992ee26 +RMD160 (Text-CSV_XS-0.91.tgz) = 115e91d274827be324176899e55c0e85c6c5b74f +Size (Text-CSV_XS-0.91.tgz) = 119343 bytes |