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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Aug 4 20:09:13 UTC 2017


Author: sunpoet
Date: Fri Aug  4 20:09:12 2017
New Revision: 447375
URL: https://svnweb.freebsd.org/changeset/ports/447375

Log:
  Add missing RUN_DEPENDS
  
  - Bump PORTREVISION for dependency change
  
  PR:		220628
  Reported by:	lifanov

Modified:
  head/devel/rubygem-sdoc/Makefile

Modified: head/devel/rubygem-sdoc/Makefile
==============================================================================
--- head/devel/rubygem-sdoc/Makefile	Fri Aug  4 20:09:06 2017	(r447374)
+++ head/devel/rubygem-sdoc/Makefile	Fri Aug  4 20:09:12 2017	(r447375)
@@ -3,7 +3,7 @@
 
 PORTNAME=	sdoc
 PORTVERSION=	0.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -12,10 +12,10 @@ COMMENT=	Create rdoc html with javascript search index
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-json1>=1.7.7:devel/rubygem-json1
+RUN_DEPENDS=	rubygem-json1>=1.7.7:devel/rubygem-json1 \
+		rubygem-rdoc>=4.0:devel/rubygem-rdoc
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-all mailing list