diff options
author | taca <taca@pkgsrc.org> | 2008-09-15 08:38:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-09-15 08:38:01 +0000 |
commit | 4a39bff55c4778b1c8751ca702c16d79edbdc790 (patch) | |
tree | be75ee5042b1ebb3ae653d35fa4a98d73033a5c3 /textproc/ruby-json | |
parent | c267555943b503db919f30a8ec30b3c2869e9053 (diff) | |
download | pkgsrc-4a39bff55c4778b1c8751ca702c16d79edbdc790.tar.gz |
Update ruby-json 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')
-rw-r--r-- | textproc/ruby-json/Makefile | 7 | ||||
-rw-r--r-- | textproc/ruby-json/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index aa225da2f71..d04fb03176a 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/textproc/ruby-json/distinfo b/textproc/ruby-json/distinfo index f0c86a96752..03ece1f3f52 100644 --- a/textproc/ruby-json/distinfo +++ b/textproc/ruby-json/distinfo @@ -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 |