svn commit: r469933 - head/textproc/rubygem-wikicloth081

Matthias Fechner mfechner at FreeBSD.org
Mon May 14 17:44:46 UTC 2018


Author: mfechner
Date: Mon May 14 17:44:45 2018
New Revision: 469933
URL: https://svnweb.freebsd.org/changeset/ports/469933

Log:
  Added missing dependency to rinku.
  
  Reviewed by:	swills (mentor)
  Approved by:	swills (mentor)
  Differential Revision:	https://reviews.freebsd.org/D15316

Modified:
  head/textproc/rubygem-wikicloth081/Makefile

Modified: head/textproc/rubygem-wikicloth081/Makefile
==============================================================================
--- head/textproc/rubygem-wikicloth081/Makefile	Mon May 14 17:42:14 2018	(r469932)
+++ head/textproc/rubygem-wikicloth081/Makefile	Mon May 14 17:44:45 2018	(r469933)
@@ -2,6 +2,7 @@
 
 PORTNAME=	wikicloth
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	081
@@ -16,6 +17,7 @@ RUN_DEPENDS=	rubygem-builder>=0:devel/rubygem-builder 
 		rubygem-expression_parser>=0:math/rubygem-expression_parser \
 		rubygem-htmlentities>=0:textproc/rubygem-htmlentities \
 		rubygem-nokogiri>=0:textproc/rubygem-nokogiri \
+		rubygem-rinku>=0:www/rubygem-rinku \
 		rubygem-twitter-text>=0:textproc/rubygem-twitter-text
 
 PORTSCOUT=	limit:^0\.8\.1


More information about the svn-ports-all mailing list