From owner-svn-ports-head@freebsd.org Mon Nov 20 04:31:05 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D17E8DE1090; Mon, 20 Nov 2017 04:31:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9DC9C6F387; Mon, 20 Nov 2017 04:31:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAK4V47Q043926; Mon, 20 Nov 2017 04:31:04 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAK4V45A043924; Mon, 20 Nov 2017 04:31:04 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711200431.vAK4V45A043924@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Nov 2017 04:31:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454517 - in head/www: . npm-node4 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . npm-node4 X-SVN-Commit-Revision: 454517 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Nov 2017 04:31:05 -0000 Author: sunpoet Date: Mon Nov 20 04:31:04 2017 New Revision: 454517 URL: https://svnweb.freebsd.org/changeset/ports/454517 Log: Add npm-node4: slave port of npm Added: head/www/npm-node4/ head/www/npm-node4/Makefile (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 20 04:30:31 2017 (r454516) +++ head/www/Makefile Mon Nov 20 04:31:04 2017 (r454517) @@ -559,6 +559,7 @@ SUBDIR += npc SUBDIR += npm SUBDIR += npm-less-plugin-clean-css + SUBDIR += npm-node4 SUBDIR += npm2 SUBDIR += npm3 SUBDIR += npm4 Added: head/www/npm-node4/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/npm-node4/Makefile Mon Nov 20 04:31:04 2017 (r454517) @@ -0,0 +1,13 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PKGNAMESUFFIX= -node4 + +CONFLICTS_INSTALL= npm npm-node6 npm-node8 npm2 npm3 npm4 + +OPTIONS_EXCLUDE=NODE NODE6 NODE8 +OPTIONS_SLAVE= NODE4 + +MASTERDIR= ${.CURDIR}/../npm + +.include "${MASTERDIR}/Makefile"