From owner-svn-ports-head@freebsd.org Mon Nov 20 04:31:31 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 EC34FDE10F5; Mon, 20 Nov 2017 04:31:31 +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 B8ECE6F585; Mon, 20 Nov 2017 04:31:31 +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 vAK4VUbp047320; Mon, 20 Nov 2017 04:31:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAK4VUZ5047318; Mon, 20 Nov 2017 04:31:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711200431.vAK4VUZ5047318@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:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454519 - in head/www: . npm-node8 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www: . npm-node8 X-SVN-Commit-Revision: 454519 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:32 -0000 Author: sunpoet Date: Mon Nov 20 04:31:30 2017 New Revision: 454519 URL: https://svnweb.freebsd.org/changeset/ports/454519 Log: Add npm-node8: slave port of npm Added: head/www/npm-node8/ head/www/npm-node8/Makefile (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 20 04:31:19 2017 (r454518) +++ head/www/Makefile Mon Nov 20 04:31:30 2017 (r454519) @@ -561,6 +561,7 @@ SUBDIR += npm-less-plugin-clean-css SUBDIR += npm-node4 SUBDIR += npm-node6 + SUBDIR += npm-node8 SUBDIR += npm2 SUBDIR += npm3 SUBDIR += npm4 Added: head/www/npm-node8/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/npm-node8/Makefile Mon Nov 20 04:31:30 2017 (r454519) @@ -0,0 +1,13 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PKGNAMESUFFIX= -node8 + +CONFLICTS_INSTALL= npm npm-node4 npm-node6 npm2 npm3 npm4 + +OPTIONS_EXCLUDE=NODE NODE4 NODE6 +OPTIONS_SLAVE= NODE8 + +MASTERDIR= ${.CURDIR}/../npm + +.include "${MASTERDIR}/Makefile"