From owner-svn-ports-all@freebsd.org Sat Nov 18 14:17:11 2017 Return-Path: Delivered-To: svn-ports-all@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 F0C68DBBF5F; Sat, 18 Nov 2017 14:17:11 +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 BACE171190; Sat, 18 Nov 2017 14:17:11 +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 vAIEHAd3053944; Sat, 18 Nov 2017 14:17:10 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAIEHAsw053943; Sat, 18 Nov 2017 14:17:10 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201711181417.vAIEHAsw053943@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 18 Nov 2017 14:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454435 - head/www/npm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/npm X-SVN-Commit-Revision: 454435 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Nov 2017 14:17:12 -0000 Author: sunpoet Date: Sat Nov 18 14:17:10 2017 New Revision: 454435 URL: https://svnweb.freebsd.org/changeset/ports/454435 Log: Update options for Node.js 8.x and 9.x - Bump PORTREVISION for dependency change Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Sat Nov 18 13:55:34 2017 (r454434) +++ head/www/npm/Makefile Sat Nov 18 14:17:10 2017 (r454435) @@ -3,6 +3,7 @@ PORTNAME= npm PORTVERSION= 5.4.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= LOCAL/sunpoet @@ -16,11 +17,12 @@ RUN_DEPENDS= gmake:devel/gmake CONFLICTS_INSTALL= npm2 npm3 npm4 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE4 NODE6 NODE8 -OPTIONS_DEFAULT=NODE8 +OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 NODE8 +OPTIONS_DEFAULT=NODE +NODE_DESC= Use Node.js 9.x (www/node) as backend NODE4_DESC= Use Node.js 4.x (www/node4) as backend NODE6_DESC= Use Node.js 6.x (www/node6) as backend -NODE8_DESC= Use Node.js 8.x (www/node) as backend +NODE8_DESC= Use Node.js 8.x (www/node8) as backend NO_ARCH= yes NO_BUILD= yes @@ -33,9 +35,10 @@ CPE_PRODUCT= node_packaged_modules SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples +NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4 NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6 -NODE8_RUN_DEPENDS= node>=0.8.0:www/node +NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8 .include