Index: head/devel/rubygem-json/Makefile =================================================================== --- head/devel/rubygem-json/Makefile (revision 399578) +++ head/devel/rubygem-json/Makefile (revision 399579) @@ -1,19 +1,21 @@ # Created by: Cheng-Lung Sung # $FreeBSD$ PORTNAME= json PORTVERSION= 1.8.3 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Parse JSON texts and generate them from ruby data structures -LICENSE= BSD2CLAUSE RUBY +LICENSE= GPLv2 RUBY LICENSE_COMB= dual +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Index: head/devel/rubygem-json/pkg-descr =================================================================== --- head/devel/rubygem-json/pkg-descr (revision 399578) +++ head/devel/rubygem-json/pkg-descr (revision 399579) @@ -1,5 +1,5 @@ This library can parse JSON texts and generate them from ruby data structures. This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler. -WWW: http://rubygems.org/gems/json/ +WWW: http://flori.github.io/json/