summaryrefslogtreecommitdiff
path: root/textproc/ruby-json-pure/Makefile
diff options
context:
space:
mode:
authortaca <taca>2008-09-15 08:39:10 +0000
committertaca <taca>2008-09-15 08:39:10 +0000
commit92986ae716e2c1d7c963c492ad259b3c3faacc79 (patch)
tree0c6e41e59598d8928d190a417e1fcb2b839f43cb /textproc/ruby-json-pure/Makefile
parent97b75864f3d1547ff9591f5efa383689d01b3e74 (diff)
downloadpkgsrc-92986ae716e2c1d7c963c492ad259b3c3faacc79.tar.gz
Update ruby-json-pure pacakge to 1.1.3.
2008-07-10 (1.1.3) * Wesley Beary <monki@geemus.com> reported a bug in json/add/core's DateTime handling: If the nominator and denominator of the offset were divisible by each other Ruby's Rational#to_s returns them as an integer not a fraction with '/'. This caused a ZeroDivisionError during parsing. * Use Date#start and DateTime#start instead of sg method, while remaining backwards compatible. * Supports ragel >= 6.0 now. * Corrected some tests. * Some minor changes.
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 56daac3ed2c..bf592c356c5 100644
--- a/textproc/ruby-json-pure/Makefile
+++ b/textproc/ruby-json-pure/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:50 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 08:39:10 taca Exp $
-DISTNAME= json_pure-1.1.2
+DISTNAME= json_pure-1.1.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= textproc