svn commit: r398501 - head/www/node

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:08:50 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:08:49 2015
New Revision: 398501
URL: https://svnweb.freebsd.org/changeset/ports/398501

Log:
  - Update CONFLICTS_INSTALL

Modified:
  head/www/node/Makefile

Modified: head/www/node/Makefile
==============================================================================
--- head/www/node/Makefile	Sat Oct  3 17:08:44 2015	(r398500)
+++ head/www/node/Makefile	Sat Oct  3 17:08:49 2015	(r398501)
@@ -18,7 +18,7 @@ USES=		compiler execinfo gmake python:2
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-CONFLICTS_INSTALL=	node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* iojs-[0-9]*
+CONFLICTS_INSTALL=	node-0.[02-9][0-9]* node-devel-0.[0-9]* node010-[0-9]* node012-[0-9]* iojs-[0-9]*
 
 ONLY_FOR_ARCHS=	i386 amd64
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST} --without-npm --shared-zlib


More information about the svn-ports-all mailing list