From owner-svn-ports-head@freebsd.org Fri Dec 15 23:53:01 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 91E6CE8FE4F; Fri, 15 Dec 2017 23:53:01 +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 5EA8A6B3AD; Fri, 15 Dec 2017 23:53:01 +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 vBFNr0MD059916; Fri, 15 Dec 2017 23:53:00 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBFNr0EA059915; Fri, 15 Dec 2017 23:53:00 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712152353.vBFNr0EA059915@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, 15 Dec 2017 23:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456438 - head/devel/rubygem-execjs X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/rubygem-execjs X-SVN-Commit-Revision: 456438 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: Fri, 15 Dec 2017 23:53:01 -0000 Author: sunpoet Date: Fri Dec 15 23:53:00 2017 New Revision: 456438 URL: https://svnweb.freebsd.org/changeset/ports/456438 Log: Add NODE8 option Modified: head/devel/rubygem-execjs/Makefile Modified: head/devel/rubygem-execjs/Makefile ============================================================================== --- head/devel/rubygem-execjs/Makefile Fri Dec 15 23:52:54 2017 (r456437) +++ head/devel/rubygem-execjs/Makefile Fri Dec 15 23:53:00 2017 (r456438) @@ -17,16 +17,17 @@ USE_RUBY= yes USES= gem OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 -OPTIONS_DEFAULT= NODE +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/node8) as backend -NODE_DESC= Use www/node as backend -NODE4_DESC= Use www/node4 as backend -NODE6_DESC= Use www/node6 as backend - NODE_RUN_DEPENDS= node>=0:www/node NODE4_RUN_DEPENDS= node4>=0:www/node4 NODE6_RUN_DEPENDS= node6>=0:www/node6 +NODE8_RUN_DEPENDS= node8>=0:www/node8 post-patch: @${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#' \