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