svn commit: r410371 - head/www/rubygem-gitlab-gollum-lib

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 06:32:05 UTC 2016


Author: sunpoet
Date: Sun Mar  6 06:32:04 2016
New Revision: 410371
URL: https://svnweb.freebsd.org/changeset/ports/410371

Log:
  - Fix RUN_DEPENDS

Modified:
  head/www/rubygem-gitlab-gollum-lib/Makefile

Modified: head/www/rubygem-gitlab-gollum-lib/Makefile
==============================================================================
--- head/www/rubygem-gitlab-gollum-lib/Makefile	Sun Mar  6 06:31:59 2016	(r410370)
+++ head/www/rubygem-gitlab-gollum-lib/Makefile	Sun Mar  6 06:32:04 2016	(r410371)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	rubygem-github-markdown>=0.5.3:${PORTSDIR}/textproc/rubygem-github-markdown \
 		rubygem-github-markup>=0.7.5:${PORTSDIR}/textproc/rubygem-github-markup \
 		rubygem-gitlab-grit>=2.6.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \
-		rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-nokogiri>=1.5.9:${PORTSDIR}/textproc/rubygem-nokogiri \
 		rubygem-sanitize>=2.0.3:${PORTSDIR}/textproc/rubygem-sanitize \
 		rubygem-stringex>=1.5.1:${PORTSDIR}/devel/rubygem-stringex
 


More information about the svn-ports-all mailing list