Date: Tue, 31 Dec 2013 10:08:57 +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: r338267 - head/devel/rubygem-json Message-ID: <201312311008.rBVA8v4Y026432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Dec 31 10:08:57 2013 New Revision: 338267 URL: http://svnweb.freebsd.org/changeset/ports/338267 Log: - Update to 1.8.1 - Add LICENSE - Remove outdated RUBY_VER check Changes: https://github.com/flori/json/blob/master/CHANGES Modified: head/devel/rubygem-json/Makefile head/devel/rubygem-json/distinfo Modified: head/devel/rubygem-json/Makefile ============================================================================== --- head/devel/rubygem-json/Makefile Tue Dec 31 10:07:43 2013 (r338266) +++ head/devel/rubygem-json/Makefile Tue Dec 31 10:08:57 2013 (r338267) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= json -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 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_COMB= dual + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} < 1.9 -RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/devel/rubygem-json/distinfo ============================================================================== --- head/devel/rubygem-json/distinfo Tue Dec 31 10:07:43 2013 (r338266) +++ head/devel/rubygem-json/distinfo Tue Dec 31 10:08:57 2013 (r338267) @@ -1,2 +1,2 @@ -SHA256 (rubygem/json-1.8.0.gem) = 87e49cccff3fb2091c53141a605956e8d9a252cda43128714f9fdb51d0ca1729 -SIZE (rubygem/json-1.8.0.gem) = 148992 +SHA256 (rubygem/json-1.8.1.gem) = 961bfbbfa9fda1e857e9c791e964e6664e0d43bf687b19669dfbc7cdbc5e0200 +SIZE (rubygem/json-1.8.1.gem) = 148992
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312311008.rBVA8v4Y026432>