Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2019 07:37:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521143 - head/devel/rubygem-multi_json
Message-ID:  <201912280737.xBS7bd6L046401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 28 07:37:38 2019
New Revision: 521143
URL: https://svnweb.freebsd.org/changeset/ports/521143

Log:
  Update to 1.14.1
  
  - Update pkg-descr
  - Take maintainership
  
  Changes:	https://github.com/intridea/multi_json/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-multi_json/Makefile
  head/devel/rubygem-multi_json/distinfo
  head/devel/rubygem-multi_json/pkg-descr

Modified: head/devel/rubygem-multi_json/Makefile
==============================================================================
--- head/devel/rubygem-multi_json/Makefile	Sat Dec 28 07:37:33 2019	(r521142)
+++ head/devel/rubygem-multi_json/Makefile	Sat Dec 28 07:37:38 2019	(r521143)
@@ -2,25 +2,26 @@
 # $FreeBSD$
 
 PORTNAME=	multi_json
-PORTVERSION=	1.13.1
+PORTVERSION=	1.14.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby library provide swappable JSON backends
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
 OPTIONS_DEFINE=	JSON JSON_PURE YAJL_RUBY
 OPTIONS_DEFAULT=JSON_PURE
 JSON_DESC=	JSON implementation as a Ruby extension in C
 JSON_PURE_DESC=	JSON implementation in pure Ruby
 YAJL_RUBY_DESC=	Yajl JSON stream-based parser library
-
-NO_ARCH=	yes
-USE_RUBY=	yes
-USES=		gem
 
 JSON_RUN_DEPENDS=	rubygem-json>=0:devel/rubygem-json
 JSON_PURE_RUN_DEPENDS=	rubygem-json_pure>=0:devel/rubygem-json_pure

Modified: head/devel/rubygem-multi_json/distinfo
==============================================================================
--- head/devel/rubygem-multi_json/distinfo	Sat Dec 28 07:37:33 2019	(r521142)
+++ head/devel/rubygem-multi_json/distinfo	Sat Dec 28 07:37:38 2019	(r521143)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1515762066
-SHA256 (rubygem/multi_json-1.13.1.gem) = db8613c039b9501e6b2fb85efe4feabb02f55c3365bae52bba35381b89c780e6
-SIZE (rubygem/multi_json-1.13.1.gem) = 25600
+TIMESTAMP = 1577145877
+SHA256 (rubygem/multi_json-1.14.1.gem) = d971296c0eacea289d31e4a7ab7ac5eda97262c62bbc8c110de4f5e36425c577
+SIZE (rubygem/multi_json-1.14.1.gem) = 22016

Modified: head/devel/rubygem-multi_json/pkg-descr
==============================================================================
--- head/devel/rubygem-multi_json/pkg-descr	Sat Dec 28 07:37:33 2019	(r521142)
+++ head/devel/rubygem-multi_json/pkg-descr	Sat Dec 28 07:37:38 2019	(r521143)
@@ -1,8 +1,8 @@
-This library is a generic swappable back-end for JSON handling.
+MultiJSON is a generic swappable back-end for JSON handling.
 
-Lots of Ruby libraries utilize JSON parsing in some form, and
-everyone has their favorite JSON library. In order to best support
-multiple JSON parsers and libraries, multi_json is a
-general-purpose swappable JSON backend library.
+Lots of Ruby libraries parse JSON and everyone has their favorite JSON coder.
+Instead of choosing a single JSON coder and forcing users of your library to be
+stuck with it, you can use MultiJSON instead, which will simply choose the
+fastest available JSON coder.
 
 WWW: https://github.com/intridea/multi_json



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912280737.xBS7bd6L046401>