diff options
author | taca <taca@pkgsrc.org> | 2012-03-17 16:47:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-17 16:47:41 +0000 |
commit | 08d5775e38eb714492ce960b29f039f169feba16 (patch) | |
tree | f765e5897fb8c9a5a5cd29ee18781b88d1bf572c /textproc | |
parent | 43cc4dc28b928538bbea88fdd94dac6208399ab3 (diff) | |
download | pkgsrc-08d5775e38eb714492ce960b29f039f169feba16.tar.gz |
Update ruby-multi_json package to 1.1.0.
Aded Apple's NSJSONSerialization support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-multi_json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-multi_json/PLIST | 3 | ||||
-rw-r--r-- | textproc/ruby-multi_json/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/textproc/ruby-multi_json/Makefile b/textproc/ruby-multi_json/Makefile index d40b37e07be..0b72d7d9e6a 100644 --- a/textproc/ruby-multi_json/Makefile +++ b/textproc/ruby-multi_json/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $ +# $NetBSD: Makefile,v 1.2 2012/03/17 16:47:41 taca Exp $ -DISTNAME= multi_json-1.0.4 +DISTNAME= multi_json-1.1.0 CATEGORIES= textproc MAINTAINER= pkgsrc-userse@NetBSD.org diff --git a/textproc/ruby-multi_json/PLIST b/textproc/ruby-multi_json/PLIST index 5fd631176c8..ec0d1b8834d 100644 --- a/textproc/ruby-multi_json/PLIST +++ b/textproc/ruby-multi_json/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/03/17 16:47:41 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.document ${GEM_LIBDIR}/.rspec @@ -11,6 +11,7 @@ ${GEM_LIBDIR}/lib/multi_json.rb ${GEM_LIBDIR}/lib/multi_json/engines/json_common.rb ${GEM_LIBDIR}/lib/multi_json/engines/json_gem.rb ${GEM_LIBDIR}/lib/multi_json/engines/json_pure.rb +${GEM_LIBDIR}/lib/multi_json/engines/nsjsonserialization.rb ${GEM_LIBDIR}/lib/multi_json/engines/ok_json.rb ${GEM_LIBDIR}/lib/multi_json/engines/yajl.rb ${GEM_LIBDIR}/lib/multi_json/vendor/ok_json.rb diff --git a/textproc/ruby-multi_json/distinfo b/textproc/ruby-multi_json/distinfo index a3210332dfd..2d18dc76139 100644 --- a/textproc/ruby-multi_json/distinfo +++ b/textproc/ruby-multi_json/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/16 12:38:43 taca Exp $ +$NetBSD: distinfo,v 1.2 2012/03/17 16:47:41 taca Exp $ -SHA1 (multi_json-1.0.4.gem) = fae5855f338ce033e57c89263f2f30b7eb5c7a9b -RMD160 (multi_json-1.0.4.gem) = 9611a527943d7a6dfe1ab6aec16c0afbf34485e1 -Size (multi_json-1.0.4.gem) = 14336 bytes +SHA1 (multi_json-1.1.0.gem) = c05a3a62e68210fb98f7a4ebcb3e83a33e2716db +RMD160 (multi_json-1.1.0.gem) = 59f6105072b23320e295195a1a16a1ccbb343f13 +Size (multi_json-1.1.0.gem) = 15360 bytes |