diff options
author | taca <taca@pkgsrc.org> | 2012-06-02 01:09:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-02 01:09:02 +0000 |
commit | c994b4bc4f65b2602f45a6fe00c30cea7cf8c24e (patch) | |
tree | 24dc416c4417e06bcd0134c45854f7c975663c13 /textproc/ruby-json/Makefile | |
parent | a1ac4211935fabbeb6b2d91480d5922f49d4fd26 (diff) | |
download | pkgsrc-c994b4bc4f65b2602f45a6fe00c30cea7cf8c24e.tar.gz |
Update ruby-json and ruby-json-pure to 1.7.3.
2012-05-12 (1.7.3)
* Work around Rubinius encoding issues using iconv for conversion instead.
2012-05-11 (1.7.2)
* Fix some encoding issues, that cause problems for the pure and the
extension variant in jruby 1.9 mode.
2012-04-28 (1.7.1)
* Some small fixes for building
Diffstat (limited to 'textproc/ruby-json/Makefile')
-rw-r--r-- | textproc/ruby-json/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index 5cf490d7f21..c15a9c31a49 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2012/04/29 05:42:46 taca Exp $ +# $NetBSD: Makefile,v 1.20 2012/06/02 01:09:02 taca Exp $ -DISTNAME= json-1.7.0 +DISTNAME= json-1.7.3 CATEGORIES= textproc MAINTAINER= pkgsrc-users@NetBSD.org |