Date: Sat, 3 Nov 2018 22:15:58 +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: r483914 - in head/www: . npm-node10 Message-ID: <201811032215.wA3MFwaV038433@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Nov 3 22:15:57 2018 New Revision: 483914 URL: https://svnweb.freebsd.org/changeset/ports/483914 Log: Add npm-node10: slave port of npm - Clean up CONFLICTS_INSTALL Added: head/www/npm-node10/ - copied from r483812, head/www/npm-node8/ Modified: head/www/Makefile head/www/npm-node10/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Nov 3 22:15:38 2018 (r483913) +++ head/www/Makefile Sat Nov 3 22:15:57 2018 (r483914) @@ -534,6 +534,7 @@ SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm + SUBDIR += npm-node10 SUBDIR += npm-node6 SUBDIR += npm-node8 SUBDIR += nspluginwrapper Modified: head/www/npm-node10/Makefile ============================================================================== --- head/www/npm-node8/Makefile Fri Nov 2 14:33:29 2018 (r483812) +++ head/www/npm-node10/Makefile Sat Nov 3 22:15:57 2018 (r483914) @@ -1,12 +1,12 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> # $FreeBSD$ -PKGNAMESUFFIX= -node8 +PKGNAMESUFFIX= -node10 -CONFLICTS_INSTALL= npm npm-node4 npm-node6 npm2 npm3 npm4 +CONFLICTS_INSTALL= npm npm-node6 npm-node8 -OPTIONS_EXCLUDE=NODE NODE4 NODE6 -OPTIONS_SLAVE= NODE8 +OPTIONS_EXCLUDE=NODE NODE6 NODE8 +OPTIONS_SLAVE= NODE10 MASTERDIR= ${.CURDIR}/../npm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811032215.wA3MFwaV038433>