pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-json Update ruby-json pacakge to 1.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c9b20612be7
branches:  trunk
changeset: 547299:3c9b20612be7
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Sep 15 08:38:01 2008 +0000

description:
Update ruby-json pacakge to 1.1.3.

2008-07-10 (1.1.3)
  * Wesley Beary <monki%geemus.com@localhost> 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:

 textproc/ruby-json/Makefile |  7 +++++--
 textproc/ruby-json/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (35 lines):

diff -r ec0a7e0f0384 -r 3c9b20612be7 textproc/ruby-json/Makefile
--- a/textproc/ruby-json/Makefile       Mon Sep 15 08:36:24 2008 +0000
+++ b/textproc/ruby-json/Makefile       Mon Sep 15 08:38:01 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2008/09/15 08:38:01 taca Exp $
 
-DISTNAME=      json-1.1.2
+DISTNAME=      json-1.1.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
 
@@ -8,5 +8,8 @@
 HOMEPAGE=      http://json.rubyforge.org/
 COMMENT=       Native extension implementation of JSON for Ruby
 
+post-extract:
+       cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
+
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r ec0a7e0f0384 -r 3c9b20612be7 textproc/ruby-json/distinfo
--- a/textproc/ruby-json/distinfo       Mon Sep 15 08:36:24 2008 +0000
+++ b/textproc/ruby-json/distinfo       Mon Sep 15 08:38:01 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:21:43 jlam Exp $
+$NetBSD: distinfo,v 1.2 2008/09/15 08:38:01 taca Exp $
 
-SHA1 (json-1.1.2.gem) = 6425eb472af5c7e22b29e95fc3479ff894142c8a
-RMD160 (json-1.1.2.gem) = 2e9d337512ab8a102fa8b353955d43ac767273a7
-Size (json-1.1.2.gem) = 113152 bytes
+SHA1 (json-1.1.3.gem) = 93803450acefbcff87a1e2f796162924d218240c
+RMD160 (json-1.1.3.gem) = 6f38933b01143d404fe76b6e8b74e0ceda0e9a3d
+Size (json-1.1.3.gem) = 113664 bytes
 SHA1 (patch-aa) = 8787445abfb91162e0bd1d182dea9d65053bf04a



Home | Main Index | Thread Index | Old Index