svn commit: r430396 - head/devel/rubygem-sdoc

Steve Wills swills at FreeBSD.org
Mon Jan 2 19:15:54 UTC 2017


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
 


More information about the svn-ports-all mailing list