svn commit: r441184 - head/devel/rubygem-webpacker-rails5

Joseph Mingrone jrm at FreeBSD.org
Thu May 18 17:14:03 UTC 2017


Author: jrm
Date: Thu May 18 17:14:01 2017
New Revision: 441184
URL: https://svnweb.freebsd.org/changeset/ports/441184

Log:
  devel/rubygem-webpacker-rails5: Do not depend directly on node, but let
  www/yarn pull in its chosen version.
  
  Reviewed by:	swills (mentor, implicit)

Modified:
  head/devel/rubygem-webpacker-rails5/Makefile

Modified: head/devel/rubygem-webpacker-rails5/Makefile
==============================================================================
--- head/devel/rubygem-webpacker-rails5/Makefile	Thu May 18 17:11:08 2017	(r441183)
+++ head/devel/rubygem-webpacker-rails5/Makefile	Thu May 18 17:14:01 2017	(r441184)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 RUN_DEPENDS=	rubygem-activesupport5>0:devel/rubygem-activesupport5 \
 		rubygem-multi_json>=1.2:devel/rubygem-multi_json \
 		rubygem-railties5>0:www/rubygem-railties5 \
-		node6>0:www/node6 \
 		yarn>0:www/yarn
 
 NO_ARCH=	yes


More information about the svn-ports-all mailing list