svn commit: r503266 - head/www/npm-node10

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 1 22:31:28 UTC 2019


Author: sunpoet
Date: Sat Jun  1 22:31:27 2019
New Revision: 503266
URL: https://svnweb.freebsd.org/changeset/ports/503266

Log:
  Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE after NODE6 option removed in r502515

Modified:
  head/www/npm-node10/Makefile

Modified: head/www/npm-node10/Makefile
==============================================================================
--- head/www/npm-node10/Makefile	Sat Jun  1 22:31:22 2019	(r503265)
+++ head/www/npm-node10/Makefile	Sat Jun  1 22:31:27 2019	(r503266)
@@ -3,9 +3,9 @@
 
 PKGNAMESUFFIX=	-node10
 
-CONFLICTS_INSTALL=	npm npm-node6 npm-node8
+CONFLICTS_INSTALL=	npm npm-node8
 
-OPTIONS_EXCLUDE=NODE NODE6 NODE8
+OPTIONS_EXCLUDE=NODE NODE8
 OPTIONS_SLAVE=	NODE10
 
 MASTERDIR=	${.CURDIR}/../npm


More information about the svn-ports-all mailing list