Index: head/devel/rubygem-json_pure/Makefile =================================================================== --- head/devel/rubygem-json_pure/Makefile (revision 431385) +++ head/devel/rubygem-json_pure/Makefile (revision 431386) @@ -1,18 +1,18 @@ # Created by: Cheng-Lung Sung # $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 USES= gem .include Index: head/devel/rubygem-json_pure/distinfo =================================================================== --- head/devel/rubygem-json_pure/distinfo (revision 431385) +++ head/devel/rubygem-json_pure/distinfo (revision 431386) @@ -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 Index: head/devel/rubygem-json_pure/pkg-descr =================================================================== --- head/devel/rubygem-json_pure/pkg-descr (revision 431385) +++ head/devel/rubygem-json_pure/pkg-descr (revision 431386) @@ -1,5 +1,5 @@ This library can parse JSON texts and generate them from ruby data structures. 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/