Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:17:00 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a421b9d61604 - main - www/npm-node14: Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE for npm-node16
Message-ID:  <202111051917.1A5JH0PH087621@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a421b9d61604bd281d4af2a0a0514efee9782b1d

commit a421b9d61604bd281d4af2a0a0514efee9782b1d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:02:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:02 +0000

    www/npm-node14: Update CONFLICTS_INSTALL and OPTIONS_EXCLUDE for npm-node16
---
 www/npm-node14/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/npm-node14/Makefile b/www/npm-node14/Makefile
index 07a04844a7ca..4d78d3e6e2e2 100644
--- a/www/npm-node14/Makefile
+++ b/www/npm-node14/Makefile
@@ -2,9 +2,9 @@
 
 PKGNAMESUFFIX=	-node14
 
-CONFLICTS_INSTALL=	npm
+CONFLICTS_INSTALL=	npm npm-node16
 
-OPTIONS_EXCLUDE=NODE
+OPTIONS_EXCLUDE=NODE NODE16
 OPTIONS_SLAVE=	NODE14
 
 MASTERDIR=	${.CURDIR}/../npm



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