svn commit: r503265 - head/www/npm-node8

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


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

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

Modified:
  head/www/npm-node8/Makefile

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


More information about the svn-ports-all mailing list