diff options
author | taca <taca@pkgsrc.org> | 2011-06-19 03:37:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-06-19 03:37:12 +0000 |
commit | 971ffe44430e6fdc678077a20484229167338def (patch) | |
tree | 2c9b87f84040fa93755d4d5a1d7009ff7309aace /textproc | |
parent | d6912208eed6038720cfc219e0e8ccfa8a00a80b (diff) | |
download | pkgsrc-971ffe44430e6fdc678077a20484229167338def.tar.gz |
Update ruby-fastercsv package to 1.5.4.
* pkgsrc change: allow to install with ruby19-base.
= Change Log
Below is a complete listing of changes for each revision of FasterCSV.
== 1.5.4
* Improved test coverage for the parser.
* Improved documentation.
* Fixed a bug that prevented <tt>^</tt> from being used as <tt>:quote_char</tt>.
* Switched from abort() to throwing exceptions on Ruby 1.9.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-fastercsv/Makefile | 6 | ||||
-rw-r--r-- | textproc/ruby-fastercsv/distinfo | 8 |
2 files changed, 6 insertions, 8 deletions
diff --git a/textproc/ruby-fastercsv/Makefile b/textproc/ruby-fastercsv/Makefile index 93883204f23..d6802853784 100644 --- a/textproc/ruby-fastercsv/Makefile +++ b/textproc/ruby-fastercsv/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 08:08:14 taca Exp $ +# $NetBSD: Makefile,v 1.4 2011/06/19 03:37:12 taca Exp $ -DISTNAME= fastercsv-1.5.3 +DISTNAME= fastercsv-1.5.4 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,7 +8,5 @@ HOMEPAGE= http://fastercsv.rubyforge.org/ COMMENT= Replacement to Ruby standard CSV library LICENSE= gnu-gpl-v2 OR ruby-license -RUBY_VERSION_SUPPORTED= 18 - .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-fastercsv/distinfo b/textproc/ruby-fastercsv/distinfo index 1462a06882d..a96f5e81edc 100644 --- a/textproc/ruby-fastercsv/distinfo +++ b/textproc/ruby-fastercsv/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/09/10 08:08:14 taca Exp $ +$NetBSD: distinfo,v 1.3 2011/06/19 03:37:12 taca Exp $ -SHA1 (fastercsv-1.5.3.gem) = 8dccebb07a881c4d5c381c29c148a19a4d023a8a -RMD160 (fastercsv-1.5.3.gem) = 5eb7f53e5688aeb5d2141dbeac764b594edb43e4 -Size (fastercsv-1.5.3.gem) = 124928 bytes +SHA1 (fastercsv-1.5.4.gem) = 7b04d8dfd8ac37355ea1eeee32ccb0d57435f8fc +RMD160 (fastercsv-1.5.4.gem) = 97c934ec5c0165b81b688ce4c1a4c59e89935b93 +Size (fastercsv-1.5.4.gem) = 125440 bytes |