Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2014 20:07:51 +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: r364805 - head/www/rubygem-railties
Message-ID:  <201408132007.s7DK7p4i015114@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Aug 13 20:07:51 2014
New Revision: 364805
URL: http://svnweb.freebsd.org/changeset/ports/364805
QAT: https://qat.redports.org/buildarchive/r364805/

Log:
  www/rubygem-railties: add run depend on rake
  
  Seems at some point, someone (perhaps me?) thought that USE_RAKE added the
  RUN_DEPEND as well, but it doesn't, so add it manually.
  
  Reported by:	antoine

Modified:
  head/www/rubygem-railties/Makefile

Modified: head/www/rubygem-railties/Makefile
==============================================================================
--- head/www/rubygem-railties/Makefile	Wed Aug 13 20:05:33 2014	(r364804)
+++ head/www/rubygem-railties/Makefile	Wed Aug 13 20:07:51 2014	(r364805)
@@ -13,7 +13,8 @@ LICENSE=	MIT
 RUN_DEPENDS=	rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \
 		rubygem-activesupport>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport \
 		rubygem-thor>=0.19.0:${PORTSDIR}/devel/rubygem-thor \
-		rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl
+		rubygem-rack-ssl>=1.3.2:${PORTSDIR}/www/rubygem-rack-ssl \
+		rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake
 
 USE_RUBY=	yes
 USE_RAKE=	yes



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