Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2015 13:55:13 +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: r389407 - head/devel/rubygem-actionview
Message-ID:  <201506131355.t5DDtDVR054992@svn.freebsd.org>

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

Log:
  - Fix and sort RUN_DEPENDS
  - Add NO_ARCH

Modified:
  head/devel/rubygem-actionview/Makefile

Modified: head/devel/rubygem-actionview/Makefile
==============================================================================
--- head/devel/rubygem-actionview/Makefile	Sat Jun 13 13:55:08 2015	(r389406)
+++ head/devel/rubygem-actionview/Makefile	Sat Jun 13 13:55:13 2015	(r389407)
@@ -14,11 +14,12 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \
 		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>=1.0.6:${PORTSDIR}/textproc/rubygem-rails-dom-testing
+		rubygem-rails-dom-testing>=1.0.5:${PORTSDIR}/textproc/rubygem-rails-dom-testing \
+		rubygem-rails-html-sanitizer>=1.0.1:${PORTSDIR}/textproc/rubygem-rails-html-sanitizer
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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