svn commit: r438376 - head/devel/rubygem-json_pure

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Apr 12 16:24:57 UTC 2017


Author: sunpoet
Date: Wed Apr 12 16:24:55 2017
New Revision: 438376
URL: https://svnweb.freebsd.org/changeset/ports/438376

Log:
  Update to 2.0.4
  
  - Add NO_ARCH
  
  Changes:	https://github.com/flori/json/blob/v2.0/CHANGES.md

Modified:
  head/devel/rubygem-json_pure/Makefile
  head/devel/rubygem-json_pure/distinfo

Modified: head/devel/rubygem-json_pure/Makefile
==============================================================================
--- head/devel/rubygem-json_pure/Makefile	Wed Apr 12 16:24:50 2017	(r438375)
+++ head/devel/rubygem-json_pure/Makefile	Wed Apr 12 16:24:55 2017	(r438376)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	json_pure
-PORTVERSION=	2.0.3
+PORTVERSION=	2.0.4
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,6 +12,7 @@ COMMENT=	Parse JSON texts and generate t
 LICENSE=	BSD2CLAUSE RUBY
 LICENSE_COMB=	dual
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 

Modified: head/devel/rubygem-json_pure/distinfo
==============================================================================
--- head/devel/rubygem-json_pure/distinfo	Wed Apr 12 16:24:50 2017	(r438375)
+++ head/devel/rubygem-json_pure/distinfo	Wed Apr 12 16:24:55 2017	(r438376)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484304128
-SHA256 (rubygem/json_pure-2.0.3.gem) = 3af4187a03a37cadc93c81fd7333ea8aac5d92d22609af448aa4fb060dd73850
-SIZE (rubygem/json_pure-2.0.3.gem) = 138752
+TIMESTAMP = 1492006898
+SHA256 (rubygem/json_pure-2.0.4.gem) = 2ae39d486bd71acdfde6d967045c9cd1682a90b6ecf08e95a0e24b249c6441bf
+SIZE (rubygem/json_pure-2.0.4.gem) = 138752


More information about the svn-ports-head mailing list