pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/ruby-multi_json textproc/ruby-multi_json: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/490210257610
branches:  trunk
changeset: 414201:490210257610
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 24 16:57:02 2020 +0000

description:
textproc/ruby-multi_json: update to 1.14.1

Update ruby-multi_json to 1.14.1.
pkgsrc change: add "USE_LANGUAGES=      # none".


1.14.1
------

* [Fix a warning in Ruby 2.7](https://github.com/intridea/multi_json/commit/26a94ab8c78a394cc237e2ea292c1de4f6ed30d7)

1.14.0
------

* [Support Oj 3.x gem](https://github.com/intridea/multi_json/commit/5d8febdbebc428882811b90d514f3628617a61d5)

diffstat:

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

diffs (35 lines):

diff -r bef63b28c82a -r 490210257610 textproc/ruby-multi_json/Makefile
--- a/textproc/ruby-multi_json/Makefile Tue Mar 24 16:55:06 2020 +0000
+++ b/textproc/ruby-multi_json/Makefile Tue Mar 24 16:57:02 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2018/03/14 15:51:13 taca Exp $
+# $NetBSD: Makefile,v 1.19 2020/03/24 16:57:02 taca Exp $
 
-DISTNAME=      multi_json-1.13.1
+DISTNAME=      multi_json-1.14.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,5 +8,7 @@
 COMMENT=       General-purpose swappable JSON backend library
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r bef63b28c82a -r 490210257610 textproc/ruby-multi_json/distinfo
--- a/textproc/ruby-multi_json/distinfo Tue Mar 24 16:55:06 2020 +0000
+++ b/textproc/ruby-multi_json/distinfo Tue Mar 24 16:57:02 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/03/14 15:51:13 taca Exp $
+$NetBSD: distinfo,v 1.18 2020/03/24 16:57:02 taca Exp $
 
-SHA1 (multi_json-1.13.1.gem) = ff6e0965061cb6f604ee4d87a2cf96a2917f9f88
-RMD160 (multi_json-1.13.1.gem) = a3d72aa002dd1a363fca080099c6b88a4bb64822
-SHA512 (multi_json-1.13.1.gem) = 9fbb4cbbd462528eb1d8f361615a4106c29fa7125a15edae9ce5873da2b34396522e3ad4272ec8bef87cb0ea946d2d4a1f2c863dae3806388880ac7c83b1fb63
-Size (multi_json-1.13.1.gem) = 25600 bytes
+SHA1 (multi_json-1.14.1.gem) = 26d84263a39e29a23fdfb7b184c67781406c61d6
+RMD160 (multi_json-1.14.1.gem) = 3f19849d810e584a955b6cf1f6ca175ab0daf17b
+SHA512 (multi_json-1.14.1.gem) = 9d9ccc2876f6b3191241d14e556c463fbf273ad3831921fde43107810c03a6623929711fcf48acd7b4b5758286d1fb8b4b6be8ece6d1f137f6c3d64db58a7927
+Size (multi_json-1.14.1.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index