Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:32:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410371 - head/www/rubygem-gitlab-gollum-lib
Message-ID:  <201603060632.u266W41o053813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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