From owner-svn-ports-head@freebsd.org Fri Jan 13 14:44:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7377CAEF5D; Fri, 13 Jan 2017 14:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 48DBA106B; Fri, 13 Jan 2017 14:44:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0DEiWJM005994; Fri, 13 Jan 2017 14:44:32 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0DEiWVi005991; Fri, 13 Jan 2017 14:44:32 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201701131444.v0DEiWVi005991@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 13 Jan 2017 14:44:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431387 - head/devel/rubygem-json_pure1 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2017 14:44:36 -0000 Author: sunpoet Date: Fri Jan 13 14:44:32 2017 New Revision: 431387 URL: https://svnweb.freebsd.org/changeset/ports/431387 Log: Update to 1.8.6 - Update LICENSE - Add NO_ARCH - Update WWW Changes: https://github.com/flori/json/blob/v1.8/CHANGES Modified: head/devel/rubygem-json_pure1/Makefile head/devel/rubygem-json_pure1/distinfo head/devel/rubygem-json_pure1/pkg-descr Modified: head/devel/rubygem-json_pure1/Makefile ============================================================================== --- head/devel/rubygem-json_pure1/Makefile Fri Jan 13 14:44:27 2017 (r431386) +++ head/devel/rubygem-json_pure1/Makefile Fri Jan 13 14:44:32 2017 (r431387) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= json_pure -PORTVERSION= 1.8.3 +PORTVERSION= 1.8.6 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 1 @@ -10,9 +10,10 @@ 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 Modified: head/devel/rubygem-json_pure1/distinfo ============================================================================== --- head/devel/rubygem-json_pure1/distinfo Fri Jan 13 14:44:27 2017 (r431386) +++ head/devel/rubygem-json_pure1/distinfo Fri Jan 13 14:44:32 2017 (r431387) @@ -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 Modified: head/devel/rubygem-json_pure1/pkg-descr ============================================================================== --- head/devel/rubygem-json_pure1/pkg-descr Fri Jan 13 14:44:27 2017 (r431386) +++ head/devel/rubygem-json_pure1/pkg-descr Fri Jan 13 14:44:32 2017 (r431387) @@ -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/