svn commit: r389403 - head/textproc/rubygem-rails-dom-testing

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 13 13:54:56 UTC 2015


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


More information about the svn-ports-all mailing list