svn commit: r454519 - in head/www: . npm-node8

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 20 04:31:32 UTC 2017


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 at 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"


More information about the svn-ports-all mailing list