Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 19:15:52 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430396 - head/devel/rubygem-sdoc
Message-ID:  <201701021915.v02JFqqB050061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan  2 19:15:52 2017
New Revision: 430396
URL: https://svnweb.freebsd.org/changeset/ports/430396

Log:
  devel/rubygem-sdoc: switch to json 1.x dep

Modified:
  head/devel/rubygem-sdoc/Makefile

Modified: head/devel/rubygem-sdoc/Makefile
==============================================================================
--- head/devel/rubygem-sdoc/Makefile	Mon Jan  2 19:13:39 2017	(r430395)
+++ head/devel/rubygem-sdoc/Makefile	Mon Jan  2 19:15:52 2017	(r430396)
@@ -3,6 +3,7 @@
 
 PORTNAME=	sdoc
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -11,7 +12,7 @@ COMMENT=	Create rdoc html with javascrip
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-json>=1.7.7:devel/rubygem-json
+RUN_DEPENDS=	rubygem-json1>=1.7.7:devel/rubygem-json1
 
 NO_ARCH=	yes
 



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