Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 04:31:30 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454519 - in head/www: . npm-node8
Message-ID:  <201711200431.vAK4VUZ5047318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov 20 04:31:30 2017
New Revision: 454519
URL: https://svnweb.freebsd.org/changeset/ports/454519

Log:
  Add npm-node8: slave port of npm

Added:
  head/www/npm-node8/
  head/www/npm-node8/Makefile   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov 20 04:31:19 2017	(r454518)
+++ head/www/Makefile	Mon Nov 20 04:31:30 2017	(r454519)
@@ -561,6 +561,7 @@
     SUBDIR += npm-less-plugin-clean-css
     SUBDIR += npm-node4
     SUBDIR += npm-node6
+    SUBDIR += npm-node8
     SUBDIR += npm2
     SUBDIR += npm3
     SUBDIR += npm4

Added: head/www/npm-node8/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/npm-node8/Makefile	Mon Nov 20 04:31:30 2017	(r454519)
@@ -0,0 +1,13 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PKGNAMESUFFIX=	-node8
+
+CONFLICTS_INSTALL=	npm npm-node4 npm-node6 npm2 npm3 npm4
+
+OPTIONS_EXCLUDE=NODE NODE4 NODE6
+OPTIONS_SLAVE=	NODE8
+
+MASTERDIR=	${.CURDIR}/../npm
+
+.include "${MASTERDIR}/Makefile"



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