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

Steve Wills swills at FreeBSD.org
Mon Jan 2 23:36:53 UTC 2017


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


More information about the svn-ports-all mailing list