From owner-svn-ports-all@freebsd.org Sun Dec 25 21:16:55 2016 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 61CE9C906CE; Sun, 25 Dec 2016 21:16:55 +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 30ECDEA9; Sun, 25 Dec 2016 21:16:55 +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 uBPLGsOb017842; Sun, 25 Dec 2016 21:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBPLGs0W017841; Sun, 25 Dec 2016 21:16:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612252116.uBPLGs0W017841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 25 Dec 2016 21:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r429462 - head/www/npm2 X-SVN-Group: ports-head 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.23 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: Sun, 25 Dec 2016 21:16:55 -0000 Author: sunpoet Date: Sun Dec 25 21:16:54 2016 New Revision: 429462 URL: https://svnweb.freebsd.org/changeset/ports/429462 Log: - Remove NODE012 option - Add NODE and NODE6 option Modified: head/www/npm2/Makefile Modified: head/www/npm2/Makefile ============================================================================== --- head/www/npm2/Makefile Sun Dec 25 21:03:54 2016 (r429461) +++ head/www/npm2/Makefile Sun Dec 25 21:16:54 2016 (r429462) @@ -17,10 +17,11 @@ RUN_DEPENDS= gmake:devel/gmake CONFLICTS_INSTALL= npm- npm3- OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE012 NODE4 +OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 OPTIONS_DEFAULT=NODE4 -NODE012_DESC= Use www/node012 as backend +NODE_DESC= Use www/node as backend NODE4_DESC= Use www/node4 as backend +NODE6_DESC= Use www/node6 as backend MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX} MANPREFIX= ${PREFIX}/lib/node_modules/npm @@ -39,8 +40,9 @@ SHEBANG_FILES= lib/utils/completion.sh \ scripts/release.sh \ scripts/relocate.sh -NODE012_RUN_DEPENDS= node012>=0.8.0:www/node012 +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 .include