summaryrefslogtreecommitdiff
path: root/textproc/ruby-json-pure/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-03-23 14:12:05 +0000
committertaca <taca>2011-03-23 14:12:05 +0000
commitb100e763d85cd164be8fd48bd491bddf34f425ac (patch)
tree285247d48db364c9d45c5a1e2c1e5fc630ba5288 /textproc/ruby-json-pure/Makefile
parent37ca39333b5dedbb7f7ef5c1097688de9645f348 (diff)
downloadpkgsrc-b100e763d85cd164be8fd48bd491bddf34f425ac.tar.gz
Update ruby-json-pure 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-pure/Makefile')
-rw-r--r--textproc/ruby-json-pure/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-json-pure/Makefile b/textproc/ruby-json-pure/Makefile
index b5d0eeb2629..48ae4b1bb89 100644
--- a/textproc/ruby-json-pure/Makefile
+++ b/textproc/ruby-json-pure/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2010/09/10 08:19:16 taca Exp $
+# $NetBSD: Makefile,v 1.8 2011/03/23 14:12:05 taca Exp $
-DISTNAME= json_pure-1.4.6
+DISTNAME= json_pure-1.5.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc