Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:54:55 +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: r389403 - head/textproc/rubygem-rails-dom-testing
Message-ID:  <201506131354.t5DDstRu054422@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 13 13:54:55 2015
New Revision: 389403
URL: https://svnweb.freebsd.org/changeset/ports/389403

Log:
  - Fix RUN_DEPENDS
  - Add NO_ARCH

Modified:
  head/textproc/rubygem-rails-dom-testing/Makefile

Modified: head/textproc/rubygem-rails-dom-testing/Makefile
==============================================================================
--- head/textproc/rubygem-rails-dom-testing/Makefile	Sat Jun 13 13:54:51 2015	(r389402)
+++ head/textproc/rubygem-rails-dom-testing/Makefile	Sat Jun 13 13:54:55 2015	(r389403)
@@ -11,10 +11,11 @@ COMMENT=	Analyse and compare DOMs using 
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
-		rubygem-nokogiri>1.6:${PORTSDIR}/textproc/rubygem-nokogiri \
-		rubygem-rails-deprecated_sanitizer>1.0:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer
+RUN_DEPENDS=	rubygem-activesupport4>=4.2.0:${PORTSDIR}/devel/rubygem-activesupport4 \
+		rubygem-nokogiri>=1.6:${PORTSDIR}/textproc/rubygem-nokogiri \
+		rubygem-rails-deprecated_sanitizer>=1.0.1:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



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