Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jun 2019 22:31:22 +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: r503265 - head/www/npm-node8
Message-ID:  <201906012231.x51MVMHv074897@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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