diff options
author | obache <obache@pkgsrc.org> | 2010-05-16 09:12:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-16 09:12:30 +0000 |
commit | 17ed76bf3b67da1879ae74ef4bf1f6b496c9aa73 (patch) | |
tree | 03f343d18c10c872f42f7896fe5167a3c62104eb | |
parent | de9e0f82fa20ae24c64674fa8f32cc5caa3f2319 (diff) | |
download | pkgsrc-17ed76bf3b67da1879ae74ef4bf1f6b496c9aa73.tar.gz |
Update ruby-json to 1.4.3.
2010-05-05 (1.4.3)
* Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
* Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
electronicwhisper@github. Thx!
-rw-r--r-- | textproc/ruby-json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/distinfo | 10 | ||||
-rw-r--r-- | textproc/ruby-json/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 61d3689e4ec..2c5b33a0690 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2010/05/04 02:46:50 taca Exp $ +# $NetBSD: Makefile,v 1.5 2010/05/16 09:12:30 obache Exp $ -DISTNAME= json-1.4.2 +DISTNAME= json-1.4.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= textproc diff --git a/textproc/ruby-json/distinfo b/textproc/ruby-json/distinfo index 927ee1d7f99..87ec3b820f9 100644 --- a/textproc/ruby-json/distinfo +++ b/textproc/ruby-json/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.4 2010/05/04 02:46:50 taca Exp $ +$NetBSD: distinfo,v 1.5 2010/05/16 09:12:30 obache Exp $ -SHA1 (json-1.4.2.gem) = 125d4cb1b867e8c64114ae74f20309d855565a9e -RMD160 (json-1.4.2.gem) = ceadeb392b1230d126b33edb402ab19f8666b4ec -Size (json-1.4.2.gem) = 397824 bytes -SHA1 (patch-aa) = 0313d9bc7d124705cec244ba126879e6a9cba8a1 +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 (patch-ab) = c80a2a7a1ae78e98dd7d6982a2e5da8963a214d6 diff --git a/textproc/ruby-json/patches/patch-aa b/textproc/ruby-json/patches/patch-aa index 37eae16b912..25789ca6557 100644 --- a/textproc/ruby-json/patches/patch-aa +++ b/textproc/ruby-json/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.3 2010/05/04 02:46:50 taca Exp $ +$NetBSD: patch-aa,v 1.4 2010/05/16 09:12:30 obache Exp $ Do not install executables, those are part of ruby-json-pure ---- ../json-1.4.2.gemspec.orig 2010-04-30 09:12:53.000000000 +0000 -+++ ../json-1.4.2.gemspec +--- ../json-1.4.3.gemspec.orig 2010-05-16 09:01:44.000000000 +0000 ++++ ../json-1.4.3.gemspec @@ -10,14 +10,12 @@ bindir: bin cert_chain: [] - date: 2010-04-27 22:00:00 +00:00 + date: 2010-05-04 22:00:00 +00:00 -default_executable: edit_json.rb +default_executable: [] dependencies: [] |