Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 15:57:26 +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: r516654 - in head/www: . npm-node12
Message-ID:  <201911041557.xA4FvQwg049080@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  4 15:57:26 2019
New Revision: 516654
URL: https://svnweb.freebsd.org/changeset/ports/516654

Log:
  Add npm-node12 6.12.1 (copied from npm-node10)
  
  - Update CONFLICTS_INSTALL

Added:
  head/www/npm-node12/
     - copied from r516614, head/www/npm-node10/
Modified:
  head/www/Makefile
  head/www/npm-node12/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov  4 15:57:21 2019	(r516653)
+++ head/www/Makefile	Mon Nov  4 15:57:26 2019	(r516654)
@@ -467,6 +467,7 @@
     SUBDIR += npc
     SUBDIR += npm
     SUBDIR += npm-node10
+    SUBDIR += npm-node12
     SUBDIR += npm-node8
     SUBDIR += nspluginwrapper
     SUBDIR += obhttpd

Modified: head/www/npm-node12/Makefile
==============================================================================
--- head/www/npm-node10/Makefile	Sun Nov  3 23:32:37 2019	(r516614)
+++ head/www/npm-node12/Makefile	Mon Nov  4 15:57:26 2019	(r516654)
@@ -1,12 +1,12 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 # $FreeBSD$
 
-PKGNAMESUFFIX=	-node10
+PKGNAMESUFFIX=	-node12
 
-CONFLICTS_INSTALL=	npm npm-node8
+CONFLICTS_INSTALL=	npm npm-node8 npm-node10
 
-OPTIONS_EXCLUDE=NODE NODE8
-OPTIONS_SLAVE=	NODE10
+OPTIONS_EXCLUDE=NODE NODE10 NODE8
+OPTIONS_SLAVE=	NODE12
 
 MASTERDIR=	${.CURDIR}/../npm
 



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