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 | a55cd68e227fd5bd63f1039b80c753c0022081bc (patch) | |
tree | 01e55de5e1928f8e7281604571789c56d7aeb3fd /textproc/ruby-json/patches | |
parent | e4203772acd508ffe0d1039e24fdabde50d62ba2 (diff) | |
download | pkgsrc-a55cd68e227fd5bd63f1039b80c753c0022081bc.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/patches')
-rw-r--r-- | textproc/ruby-json/patches/patch-aa | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa index 531d11c103e..e293e902075 100644 --- a/textproc/ruby-json/patches/patch-aa +++ b/textproc/ruby-json/patches/patch-aa @@ -1,13 +1,11 @@ -$NetBSD: patch-aa,v 1.5 2010/09/05 02:13:51 obache Exp $ +$NetBSD: patch-aa,v 1.6 2011/03/23 14:12:58 taca Exp $ -Do not install executables, those are part of ruby-json-pure - ---- ../json-1.4.6.gemspec.orig 2010-09-05 01:59:16.000000000 +0000 -+++ ../json-1.4.6.gemspec -@@ -10,14 +10,12 @@ bindir: bin +--- ../json-1.5.1.gemspec.orig 2011-01-26 04:38:55.000000000 +0000 ++++ ../json-1.5.1.gemspec +@@ -15,14 +15,12 @@ bindir: bin cert_chain: [] - date: 2010-08-08 22:00:00 +00:00 + date: 2011-01-25 23:00:00 +00:00 -default_executable: edit_json.rb +default_executable: [] dependencies: [] |