pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-multi_json



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 24 16:57:02 UTC 2020

Modified Files:
        pkgsrc/textproc/ruby-multi_json: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/ruby-multi_json/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/ruby-multi_json/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-multi_json/Makefile
diff -u pkgsrc/textproc/ruby-multi_json/Makefile:1.18 pkgsrc/textproc/ruby-multi_json/Makefile:1.19
--- pkgsrc/textproc/ruby-multi_json/Makefile:1.18       Wed Mar 14 15:51:13 2018
+++ pkgsrc/textproc/ruby-multi_json/Makefile    Tue Mar 24 16:57:02 2020
@@ -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 @@ HOMEPAGE=       https://github.com/intridea/mu
 COMMENT=       General-purpose swappable JSON backend library
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/ruby-multi_json/distinfo
diff -u pkgsrc/textproc/ruby-multi_json/distinfo:1.17 pkgsrc/textproc/ruby-multi_json/distinfo:1.18
--- pkgsrc/textproc/ruby-multi_json/distinfo:1.17       Wed Mar 14 15:51:13 2018
+++ pkgsrc/textproc/ruby-multi_json/distinfo    Tue Mar 24 16:57:02 2020
@@ -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