diff options
author | obache <obache> | 2010-09-05 02:13:51 +0000 |
---|---|---|
committer | obache <obache> | 2010-09-05 02:13:51 +0000 |
commit | 5edb080c0589d2d9c45818160e831fd7b4a99b2b (patch) | |
tree | 1e07ef7f8d7c4514cbb511d822e8277139d7a47b /textproc/ruby-json | |
parent | 761873c5d3ca61913d76f7a21a4074dedb134c9a (diff) | |
download | pkgsrc-5edb080c0589d2d9c45818160e831fd7b4a99b2b.tar.gz |
Update ruby-json{,_pure} to 1.4.6.
2010-08-09 (1.4.6)
* Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
always create a new object from the state prototype.
* Made pure and ext api more similar again.
2010-08-07 (1.4.5)
* Manage data structure nesting depth in state object during generation. This
should reduce problems with to_json method definŃ–tions that only have one
argument.
* Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
* Fixes build problem for rubinius under OS X, http://github.com/flori/json/issues/closed#issue/25
* Fixes crashes described in http://github.com/flori/json/issues/closed#issue/21 and
http://github.com/flori/json/issues/closed#issue/23
Diffstat (limited to 'textproc/ruby-json')
-rw-r--r-- | textproc/ruby-json/Makefile | 7 | ||||
-rw-r--r-- | textproc/ruby-json/distinfo | 10 | ||||
-rw-r--r-- | textproc/ruby-json/patches/patch-aa | 8 |
3 files changed, 13 insertions, 12 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index cecd67308e6..483e91129ad 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2010/06/15 13:35:52 obache Exp $ +# $NetBSD: Makefile,v 1.7 2010/09/05 02:13:51 obache Exp $ -DISTNAME= json-1.4.3 -PKGREVISION= 1 +DISTNAME= json-1.4.6 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= textproc @@ -16,5 +15,7 @@ GEM_CLEANBUILD= ext/json/ext/generator/* ext/json/ext/parser/* post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w +REPLACE_RUBY_DIRS= tools + .include "../../misc/rubygems/rubygem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-json/distinfo b/textproc/ruby-json/distinfo index 87ec3b820f9..c243384ef4f 100644 --- a/textproc/ruby-json/distinfo +++ b/textproc/ruby-json/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2010/05/16 09:12:30 obache Exp $ +$NetBSD: distinfo,v 1.6 2010/09/05 02:13:51 obache Exp $ -SHA1 (json-1.4.3.gem) = a02bc81d86c3c956e4f2a49e55aa3959b99409d7 -RMD160 (json-1.4.3.gem) = 964a5c58e3621e8300650e5d8d62ea34c35f2b12 -Size (json-1.4.3.gem) = 397824 bytes -SHA1 (patch-aa) = 06bf4249dbd7613aa7c47fa64479f89aae9031b8 +SHA1 (json-1.4.6.gem) = a50accee91805a57eb5f4613073edeb422043c57 +RMD160 (json-1.4.6.gem) = bd5736e685d347e774d1a8800f60a8a21f59da2d +Size (json-1.4.6.gem) = 398848 bytes +SHA1 (patch-aa) = 54ae401b26a65c46bd19e9bd4a35b1fe729dc045 SHA1 (patch-ab) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6 diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa index 25789ca6557..531d11c103e 100644 --- a/textproc/ruby-json/patches/patch-aa +++ b/textproc/ruby-json/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.4 2010/05/16 09:12:30 obache Exp $ +$NetBSD: patch-aa,v 1.5 2010/09/05 02:13:51 obache Exp $ Do not install executables, those are part of ruby-json-pure ---- ../json-1.4.3.gemspec.orig 2010-05-16 09:01:44.000000000 +0000 -+++ ../json-1.4.3.gemspec +--- ../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 cert_chain: [] - date: 2010-05-04 22:00:00 +00:00 + date: 2010-08-08 22:00:00 +00:00 -default_executable: edit_json.rb +default_executable: [] dependencies: [] |