Date: Sun, 27 Sep 2020 19:31:33 +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: r550310 - head/www/npm-node10 Message-ID: <202009271931.08RJVX2p037421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Sep 27 19:31:33 2020 New Revision: 550310 URL: https://svnweb.freebsd.org/changeset/ports/550310 Log: Remove no-op NODE8 option - Update CONFLICTS_INSTALL Modified: head/www/npm-node10/Makefile Modified: head/www/npm-node10/Makefile ============================================================================== --- head/www/npm-node10/Makefile Sun Sep 27 19:31:28 2020 (r550309) +++ head/www/npm-node10/Makefile Sun Sep 27 19:31:33 2020 (r550310) @@ -3,9 +3,9 @@ PKGNAMESUFFIX= -node10 -CONFLICTS_INSTALL= npm npm-node12 npm-node8 +CONFLICTS_INSTALL= npm npm-node12 -OPTIONS_EXCLUDE=NODE NODE12 NODE8 +OPTIONS_EXCLUDE=NODE NODE12 OPTIONS_SLAVE= NODE10 MASTERDIR= ${.CURDIR}/../npm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271931.08RJVX2p037421>