svn commit: r483914 - in head/www: . npm-node10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 3 22:15:59 UTC 2018


Author: sunpoet
Date: Sat Nov  3 22:15:57 2018
New Revision: 483914
URL: https://svnweb.freebsd.org/changeset/ports/483914

Log:
  Add npm-node10: slave port of npm
  
  - Clean up CONFLICTS_INSTALL

Added:
  head/www/npm-node10/
     - copied from r483812, head/www/npm-node8/
Modified:
  head/www/Makefile
  head/www/npm-node10/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Nov  3 22:15:38 2018	(r483913)
+++ head/www/Makefile	Sat Nov  3 22:15:57 2018	(r483914)
@@ -534,6 +534,7 @@
     SUBDIR += npapi-xine
     SUBDIR += npc
     SUBDIR += npm
+    SUBDIR += npm-node10
     SUBDIR += npm-node6
     SUBDIR += npm-node8
     SUBDIR += nspluginwrapper

Modified: head/www/npm-node10/Makefile
==============================================================================
--- head/www/npm-node8/Makefile	Fri Nov  2 14:33:29 2018	(r483812)
+++ head/www/npm-node10/Makefile	Sat Nov  3 22:15:57 2018	(r483914)
@@ -1,12 +1,12 @@
 # Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
 # $FreeBSD$
 
-PKGNAMESUFFIX=	-node8
+PKGNAMESUFFIX=	-node10
 
-CONFLICTS_INSTALL=	npm npm-node4 npm-node6 npm2 npm3 npm4
+CONFLICTS_INSTALL=	npm npm-node6 npm-node8
 
-OPTIONS_EXCLUDE=NODE NODE4 NODE6
-OPTIONS_SLAVE=	NODE8
+OPTIONS_EXCLUDE=NODE NODE6 NODE8
+OPTIONS_SLAVE=	NODE10
 
 MASTERDIR=	${.CURDIR}/../npm
 


More information about the svn-ports-all mailing list