svn commit: r550311 - head/www/npm-node12

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 27 19:31:40 UTC 2020


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


More information about the svn-ports-all mailing list