diff options
author | taca <taca@pkgsrc.org> | 2011-03-23 14:12:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-23 14:12:58 +0000 |
commit | 3d6e67130ed58806dd3f2a0aba2ad45a790fd187 (patch) | |
tree | 01e55de5e1928f8e7281604571789c56d7aeb3fd /textproc/ruby-json/Makefile | |
parent | 06f75e6792aa3d088a233930f23995e8cb01a069 (diff) | |
download | pkgsrc-3d6e67130ed58806dd3f2a0aba2ad45a790fd187.tar.gz |
Update ruby-json to 1.5.1.
2011-01-24 (1.5.1)
* Made rake-compiler build a fat binary gem. This should fix issue
https://github.com/flori/json/issues#issue/54.
2011-01-22 (1.5.0)
* Included Java source codes for the Jruby extension made by Daniel Luz
<dev@mernen.com>.
* Output full exception message of deep_const_get to aid debugging.
* Fixed an issue with ruby 1.9 Module#const_defined? method, that was
reported by Riley Goodside.
Diffstat (limited to 'textproc/ruby-json/Makefile')
-rw-r--r-- | textproc/ruby-json/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 98119ce2e15..214ccd50739 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2011/02/21 16:01:21 taca Exp $ +# $NetBSD: Makefile,v 1.10 2011/03/23 14:12:58 taca Exp $ -DISTNAME= json-1.4.6 -PKGREVISION= 1 +DISTNAME= json-1.5.1 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org |