Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 14:44:32 +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: r431387 - head/devel/rubygem-json_pure1
Message-ID:  <201701131444.v0DEiWVi005991@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701131444.v0DEiWVi005991>