svn commit: r389203 - head/devel/rubygem-actionview

Steve Wills swills at FreeBSD.org
Thu Jun 11 13:24:26 UTC 2015


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


More information about the svn-ports-all mailing list