svn commit: r364805 - head/www/rubygem-railties

Steve Wills swills at FreeBSD.org
Wed Aug 13 20:07:52 UTC 2014


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


More information about the svn-ports-all mailing list