From owner-svn-ports-all@freebsd.org Fri Jun 1 23:02:59 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8E9CDFDFB05; Fri, 1 Jun 2018 23:02:59 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BACC47AAD9; Fri, 1 Jun 2018 23:02:57 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2DF962F396; Fri, 1 Jun 2018 23:02:57 +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 w51N2uZg014804; Fri, 1 Jun 2018 23:02:56 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w51N2uAb014803; Fri, 1 Jun 2018 23:02:56 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201806012302.w51N2uAb014803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 1 Jun 2018 23:02:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r471322 - head/www/npm X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/npm X-SVN-Commit-Revision: 471322 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.26 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: Fri, 01 Jun 2018 23:02:59 -0000 Author: sunpoet Date: Fri Jun 1 23:02:56 2018 New Revision: 471322 URL: https://svnweb.freebsd.org/changeset/ports/471322 Log: Remove NODE4 option www/node4 expired on 2018-04-30. Modified: head/www/npm/Makefile Modified: head/www/npm/Makefile ============================================================================== --- head/www/npm/Makefile Fri Jun 1 23:02:51 2018 (r471321) +++ head/www/npm/Makefile Fri Jun 1 23:02:56 2018 (r471322) @@ -17,10 +17,9 @@ RUN_DEPENDS= gmake:devel/gmake CONFLICTS_INSTALL?= npm-node4 npm-node6 npm-node8 npm2 npm3 npm4 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 NODE8 +OPTIONS_SINGLE_BACKEND= NODE NODE6 NODE8 OPTIONS_DEFAULT=NODE NODE_DESC= Use Node.js 9.x/10.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/node8) as backend @@ -36,7 +35,6 @@ 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= node8>=0.8.0:www/node8