Date: Fri, 13 Jan 2017 14:44:27 +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: r431386 - head/devel/rubygem-json_pure Message-ID: <201701131444.v0DEiREG005861@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jan 13 14:44:27 2017 New Revision: 431386 URL: https://svnweb.freebsd.org/changeset/ports/431386 Log: Update to 2.0.3 - Update LICENSE - Update WWW Changes: https://github.com/flori/json/blob/master/CHANGES.md Modified: head/devel/rubygem-json_pure/Makefile head/devel/rubygem-json_pure/distinfo head/devel/rubygem-json_pure/pkg-descr Modified: head/devel/rubygem-json_pure/Makefile ============================================================================== --- head/devel/rubygem-json_pure/Makefile Fri Jan 13 14:44:22 2017 (r431385) +++ head/devel/rubygem-json_pure/Makefile Fri Jan 13 14:44:27 2017 (r431386) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= json_pure -PORTVERSION= 2.0.2 +PORTVERSION= 2.0.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby -LICENSE= GPLv2 RUBY +LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual USE_RUBY= yes Modified: head/devel/rubygem-json_pure/distinfo ============================================================================== --- head/devel/rubygem-json_pure/distinfo Fri Jan 13 14:44:22 2017 (r431385) +++ head/devel/rubygem-json_pure/distinfo Fri Jan 13 14:44:27 2017 (r431386) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483146107 -SHA256 (rubygem/json_pure-2.0.2.gem) = def9c4d3da29b3d36033d4b019b045520b1ee4968161630f4b422c7e18b6c83b -SIZE (rubygem/json_pure-2.0.2.gem) = 138752 +TIMESTAMP = 1484304128 +SHA256 (rubygem/json_pure-2.0.3.gem) = 3af4187a03a37cadc93c81fd7333ea8aac5d92d22609af448aa4fb060dd73850 +SIZE (rubygem/json_pure-2.0.3.gem) = 138752 Modified: head/devel/rubygem-json_pure/pkg-descr ============================================================================== --- head/devel/rubygem-json_pure/pkg-descr Fri Jan 13 14:44:22 2017 (r431385) +++ head/devel/rubygem-json_pure/pkg-descr Fri Jan 13 14:44:27 2017 (r431386) @@ -2,4 +2,4 @@ This library can parse JSON texts and ge This port implemented in pure Ruby and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler. -WWW: http://flori.github.com/json +WWW: http://flori.github.io/json/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701131444.v0DEiREG005861>