Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 04:31:04 +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: r454517 - in head/www: . npm-node4
Message-ID:  <201711200431.vAK4V45A043924@repo.freebsd.org>

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

Log:
  Add npm-node4: slave port of npm

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov 20 04:30:31 2017	(r454516)
+++ head/www/Makefile	Mon Nov 20 04:31:04 2017	(r454517)
@@ -559,6 +559,7 @@
     SUBDIR += npc
     SUBDIR += npm
     SUBDIR += npm-less-plugin-clean-css
+    SUBDIR += npm-node4
     SUBDIR += npm2
     SUBDIR += npm3
     SUBDIR += npm4

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



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