Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 18:11:24 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503079 - in head/www: . yarn-node10
Message-ID:  <201905301811.x4UIBOT0018128@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-node10
+
+CONFLICS_INSTALL=	yarn yarn-node8
+
+OPTIONS_EXCLUDE=	NODE NODE8 NODE6
+OPTIONS_SLAVE=	NODE10
+
+MASTERDIR=	${.CURDIR}/../yarn
+
+.include "${MASTERDIR}/Makefile"



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