Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 13:24:26 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389203 - head/devel/rubygem-actionview
Message-ID:  <201506111324.t5BDOQ7v063373@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Jun 11 13:24:25 2015
New Revision: 389203
URL: https://svnweb.freebsd.org/changeset/ports/389203

Log:
  devel/rubygem-actionview: fix version of rubygem-rails-dom-testing dep

Modified:
  head/devel/rubygem-actionview/Makefile

Modified: head/devel/rubygem-actionview/Makefile
==============================================================================
--- head/devel/rubygem-actionview/Makefile	Thu Jun 11 13:23:29 2015	(r389202)
+++ head/devel/rubygem-actionview/Makefile	Thu Jun 11 13:24:25 2015	(r389203)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	rubygem-activesupport4>=${P
 		rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \
 		rubygem-rails-html-sanitizer>=1.0:${PORTSDIR}/textproc/rubygem-rails-html-sanitizer \
-		rubygem-rails-dom-testing>=2.7.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing
+		rubygem-rails-dom-testing>=1.0.6:${PORTSDIR}/textproc/rubygem-rails-dom-testing
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes



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