Sun Sep 5 02:13:51 2010 UTC ()
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


(obache)
diff -r1.6 -r1.7 pkgsrc/textproc/ruby-json/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json/distinfo
diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json-pure/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json-pure/distinfo
diff -r1.4 -r1.5 pkgsrc/textproc/ruby-json/patches/patch-aa

cvs diff -r1.6 -r1.7 pkgsrc/textproc/ruby-json/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/ruby-json/Attic/Makefile 2010/06/15 13:35:52 1.6
+++ pkgsrc/textproc/ruby-json/Attic/Makefile 2010/09/05 02:13:51 1.7
@@ -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
 
@@ -15,6 +14,8 @@
 
 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"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/ruby-json/Attic/distinfo 2010/05/16 09:12:30 1.5
+++ pkgsrc/textproc/ruby-json/Attic/distinfo 2010/09/05 02:13:51 1.6
@@ -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

cvs diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json-pure/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/ruby-json-pure/Attic/Makefile 2010/05/16 11:50:57 1.5
+++ pkgsrc/textproc/ruby-json-pure/Attic/Makefile 2010/09/05 02:13:51 1.6
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2010/05/16 11:50:57 obache Exp $
+# $NetBSD: Makefile,v 1.6 2010/09/05 02:13:51 obache Exp $
 
-DISTNAME=	json_pure-1.4.3
+DISTNAME=	json_pure-1.4.6
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=	textproc
 

cvs diff -r1.5 -r1.6 pkgsrc/textproc/ruby-json-pure/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/ruby-json-pure/Attic/distinfo 2010/05/16 11:50:58 1.5
+++ pkgsrc/textproc/ruby-json-pure/Attic/distinfo 2010/09/05 02:13:51 1.6
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2010/05/16 11:50:58 obache Exp $
+$NetBSD: distinfo,v 1.6 2010/09/05 02:13:51 obache Exp $
 
-SHA1 (json_pure-1.4.3.gem) = fa6c36d8ff07ba33de44e1453a8fcff0fb6b252f
-RMD160 (json_pure-1.4.3.gem) = 3d69474f5bc821e275409773c92faa897aab49a7
-Size (json_pure-1.4.3.gem) = 397824 bytes
+SHA1 (json_pure-1.4.6.gem) = 9fe74cdffaba077e1209f9222e8b7ddd282966df
+RMD160 (json_pure-1.4.6.gem) = 2ce9c5c4315c330a0f9dac5592e4c8d6c134efc6
+Size (json_pure-1.4.6.gem) = 398848 bytes
 SHA1 (patch-aa) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6

cvs diff -r1.4 -r1.5 pkgsrc/textproc/ruby-json/patches/Attic/patch-aa (expand / switch to context diff)
--- pkgsrc/textproc/ruby-json/patches/Attic/patch-aa 2010/05/16 09:12:30 1.4
+++ pkgsrc/textproc/ruby-json/patches/Attic/patch-aa 2010/09/05 02:13:51 1.5
@@ -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: []