Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 23:36:52 +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: r430422 - head/devel/rubygem-actionview
Message-ID:  <201701022336.v02NaqO0059737@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Jan  2 23:36:52 2017
New Revision: 430422
URL: https://svnweb.freebsd.org/changeset/ports/430422

Log:
  devel/rubygem-actionview: switch to rubygem-rails-dom-testing 1.x dep

Modified:
  head/devel/rubygem-actionview/Makefile

Modified: head/devel/rubygem-actionview/Makefile
==============================================================================
--- head/devel/rubygem-actionview/Makefile	Mon Jan  2 23:32:02 2017	(r430421)
+++ head/devel/rubygem-actionview/Makefile	Mon Jan  2 23:36:52 2017	(r430422)
@@ -3,6 +3,7 @@
 
 PORTNAME=	actionview
 PORTVERSION=	4.2.7.1
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -15,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \
 		rubygem-builder32>=3.2:devel/rubygem-builder32 \
 		rubygem-erubis>=2.7.0:www/rubygem-erubis \
-		rubygem-rails-dom-testing>=1.0.5:textproc/rubygem-rails-dom-testing \
+		rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \
 		rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer
 
 NO_ARCH=	yes



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