svn commit: r503079 - in head/www: . yarn-node10

Luca Pizzamiglio pizzamig at FreeBSD.org
Thu May 30 18:11:26 UTC 2019


Author: pizzamig
Date: Thu May 30 18:11:24 2019
New Revision: 503079
URL: https://svnweb.freebsd.org/changeset/ports/503079

Log:
  www/yarn-node10: Add a slave port, depending on node10
  
  Imitating the approach of npm-node10, add yarn with node10 dependancy
  This port si needed for the arriving VSCode port

Added:
  head/www/yarn-node10/
  head/www/yarn-node10/Makefile   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Thu May 30 18:04:50 2019	(r503078)
+++ head/www/Makefile	Thu May 30 18:11:24 2019	(r503079)
@@ -2442,6 +2442,7 @@
     SUBDIR += yabb
     SUBDIR += yanopaste
     SUBDIR += yarn
+    SUBDIR += yarn-node10
     SUBDIR += yaws
     SUBDIR += you-get
     SUBDIR += yourls

Added: head/www/yarn-node10/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/yarn-node10/Makefile	Thu May 30 18:11:24 2019	(r503079)
@@ -0,0 +1,13 @@
+# Created by: Luca Pizzamiglio <pizzamig at FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-node10
+
+CONFLICS_INSTALL=	yarn yarn-node8
+
+OPTIONS_EXCLUDE=	NODE NODE8 NODE6
+OPTIONS_SLAVE=	NODE10
+
+MASTERDIR=	${.CURDIR}/../yarn
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list