diff options
author | seb <seb@pkgsrc.org> | 2009-01-29 20:38:33 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2009-01-29 20:38:33 +0000 |
commit | 1f342cd09d1a602b250a55fce4c18a633fefeddd (patch) | |
tree | 79b7a9f324db71d0d4b750baff4d870ed9450617 /textproc/p5-Text-CSV_XS | |
parent | 797a697da758548ff41c78c135c7eba708d29e48 (diff) | |
download | pkgsrc-1f342cd09d1a602b250a55fce4c18a633fefeddd.tar.gz |
Update from version 0.58 to version 0.60.
Upstream changes:
2009-01-27 0.60 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Optimize for threaded perls. (Goro Fuji, RT#42517)
Non-threaded perls won't notice
2009-01-23 0.59 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Wrong e-mail in META.yml
* Missing $IO argument in bind_columns example (docs only)
* Upped Copyright notices to 2009
* Added warning for parse () (RT#42261)
* Small optimisations (Goro Fuji, RT#42517)
* ppport.h updated to 3.15
* Added git clone command to README
* ppport.h updated to 3.16-pre
* Optimize getline/print method calls (Goro Fuji, RT#42517)
* Decode *_char attributes for perl 5.8.2 and up
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-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 b5d4b1ef734..f6d57bbb3b2 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2008/11/22 00:11:41 he Exp $ +# $NetBSD: Makefile,v 1.21 2009/01/29 20:38:33 seb Exp $ # -DISTNAME= Text-CSV_XS-0.58 +DISTNAME= Text-CSV_XS-0.60 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 735ee5459ee..08c75065479 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/11/22 00:11:41 he Exp $ +$NetBSD: distinfo,v 1.7 2009/01/29 20:38:33 seb Exp $ -SHA1 (Text-CSV_XS-0.58.tgz) = cdfd1ede9124e2feee065bff982ff4e615f89ae4 -RMD160 (Text-CSV_XS-0.58.tgz) = 1759fbb1314f3998cbd228e18ddc00fc64061dc9 -Size (Text-CSV_XS-0.58.tgz) = 92891 bytes +SHA1 (Text-CSV_XS-0.60.tgz) = 6d626411b3686db86e9be01b1b9704b6bdb33070 +RMD160 (Text-CSV_XS-0.60.tgz) = e1a129bf29731ed6c63646918766a62d9c7070a7 +Size (Text-CSV_XS-0.60.tgz) = 97410 bytes |