svn commit: r550310 - head/www/npm-node10

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


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


More information about the svn-ports-all mailing list