Index: head/devel/rubygem-json_pure1/Makefile =================================================================== --- head/devel/rubygem-json_pure1/Makefile (revision 431386) +++ head/devel/rubygem-json_pure1/Makefile (revision 431387) @@ -1,19 +1,20 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= json_pure -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.6 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 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 +NO_ARCH= yes USE_RUBY= yes USES= gem .include Index: head/devel/rubygem-json_pure1/distinfo =================================================================== --- head/devel/rubygem-json_pure1/distinfo (revision 431386) +++ head/devel/rubygem-json_pure1/distinfo (revision 431387) @@ -1,2 +1,3 @@ -SHA256 (rubygem/json_pure-1.8.3.gem) = 24311db8ff882cbb0d32385ca2f90523bfd3b3ae17bd2a436ea60333f2f4aa08 -SIZE (rubygem/json_pure-1.8.3.gem) = 143872 +TIMESTAMP = 1484306884 +SHA256 (rubygem/json_pure-1.8.6.gem) = 55d575c4aec98249473811a256b3f3a7c12a94ad008093032f5e5f28eacd94ee +SIZE (rubygem/json_pure-1.8.6.gem) = 144384 Index: head/devel/rubygem-json_pure1/pkg-descr =================================================================== --- head/devel/rubygem-json_pure1/pkg-descr (revision 431386) +++ head/devel/rubygem-json_pure1/pkg-descr (revision 431387) @@ -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/