Date: Mon, 20 Nov 2017 04:31:19 +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: r454518 - in head/www: . npm-node6 Message-ID: <201711200431.vAK4VJNP046419@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 20 04:31:19 2017 New Revision: 454518 URL: https://svnweb.freebsd.org/changeset/ports/454518 Log: Add npm-node6: slave port of npm Added: head/www/npm-node6/ head/www/npm-node6/Makefile (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 20 04:31:04 2017 (r454517) +++ head/www/Makefile Mon Nov 20 04:31:19 2017 (r454518) @@ -560,6 +560,7 @@ SUBDIR += npm SUBDIR += npm-less-plugin-clean-css SUBDIR += npm-node4 + SUBDIR += npm-node6 SUBDIR += npm2 SUBDIR += npm3 SUBDIR += npm4 Added: head/www/npm-node6/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/npm-node6/Makefile Mon Nov 20 04:31:19 2017 (r454518) @@ -0,0 +1,13 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PKGNAMESUFFIX= -node6 + +CONFLICTS_INSTALL= npm npm-node4 npm-node8 npm2 npm3 npm4 + +OPTIONS_EXCLUDE=NODE NODE4 NODE8 +OPTIONS_SLAVE= NODE6 + +MASTERDIR= ${.CURDIR}/../npm + +.include "${MASTERDIR}/Makefile"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711200431.vAK4VJNP046419>