svn commit: r431386 - head/devel/rubygem-json_pure
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jan 13 14:44:29 UTC 2017
Author: sunpoet
Date: Fri Jan 13 14:44:27 2017
New Revision: 431386
URL: https://svnweb.freebsd.org/changeset/ports/431386
Log:
Update to 2.0.3
- Update LICENSE
- Update WWW
Changes: https://github.com/flori/json/blob/master/CHANGES.md
Modified:
head/devel/rubygem-json_pure/Makefile
head/devel/rubygem-json_pure/distinfo
head/devel/rubygem-json_pure/pkg-descr
Modified: head/devel/rubygem-json_pure/Makefile
==============================================================================
--- head/devel/rubygem-json_pure/Makefile Fri Jan 13 14:44:22 2017 (r431385)
+++ head/devel/rubygem-json_pure/Makefile Fri Jan 13 14:44:27 2017 (r431386)
@@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= json_pure
-PORTVERSION= 2.0.2
+PORTVERSION= 2.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
-LICENSE= GPLv2 RUBY
+LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USE_RUBY= yes
Modified: head/devel/rubygem-json_pure/distinfo
==============================================================================
--- head/devel/rubygem-json_pure/distinfo Fri Jan 13 14:44:22 2017 (r431385)
+++ head/devel/rubygem-json_pure/distinfo Fri Jan 13 14:44:27 2017 (r431386)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1483146107
-SHA256 (rubygem/json_pure-2.0.2.gem) = def9c4d3da29b3d36033d4b019b045520b1ee4968161630f4b422c7e18b6c83b
-SIZE (rubygem/json_pure-2.0.2.gem) = 138752
+TIMESTAMP = 1484304128
+SHA256 (rubygem/json_pure-2.0.3.gem) = 3af4187a03a37cadc93c81fd7333ea8aac5d92d22609af448aa4fb060dd73850
+SIZE (rubygem/json_pure-2.0.3.gem) = 138752
Modified: head/devel/rubygem-json_pure/pkg-descr
==============================================================================
--- head/devel/rubygem-json_pure/pkg-descr Fri Jan 13 14:44:22 2017 (r431385)
+++ head/devel/rubygem-json_pure/pkg-descr Fri Jan 13 14:44:27 2017 (r431386)
@@ -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/
More information about the svn-ports-head
mailing list