Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2015 17:40:51 +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: r383585 - head/devel/rubygem-fog-json
Message-ID:  <201504081740.t38HepwL039804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr  8 17:40:50 2015
New Revision: 383585
URL: https://svnweb.freebsd.org/changeset/ports/383585

Log:
  - Update to 1.0.1
  
  Changes:	https://github.com/fog/fog-json/blob/master/CHANGELOG.md

Modified:
  head/devel/rubygem-fog-json/Makefile
  head/devel/rubygem-fog-json/distinfo

Modified: head/devel/rubygem-fog-json/Makefile
==============================================================================
--- head/devel/rubygem-fog-json/Makefile	Wed Apr  8 17:19:21 2015	(r383584)
+++ head/devel/rubygem-fog-json/Makefile	Wed Apr  8 17:40:50 2015	(r383585)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	fog-json
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +11,8 @@ COMMENT=	Extraction of the JSON parsing 
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-multi_json>=1:${PORTSDIR}/devel/rubygem-multi_json
+RUN_DEPENDS=	rubygem-fog-core>=1.0:${PORTSDIR}/devel/rubygem-fog-core \
+		rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes

Modified: head/devel/rubygem-fog-json/distinfo
==============================================================================
--- head/devel/rubygem-fog-json/distinfo	Wed Apr  8 17:19:21 2015	(r383584)
+++ head/devel/rubygem-fog-json/distinfo	Wed Apr  8 17:40:50 2015	(r383585)
@@ -1,2 +1,2 @@
-SHA256 (rubygem/fog-json-1.0.0.gem) = dcd321b42f551a9ed3a2a5d43bdfe703b7588dcac5a9e504577501ba50d52794
-SIZE (rubygem/fog-json-1.0.0.gem) = 7680
+SHA256 (rubygem/fog-json-1.0.1.gem) = 0114940ed63dc79020a24edfb75ea721d5b21e6219f31f03285775a41a99077c
+SIZE (rubygem/fog-json-1.0.1.gem) = 8704



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