From owner-svn-ports-head@FreeBSD.ORG Fri May 8 04:32:40 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A573BD8; Fri, 8 May 2015 04:32:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 D52AD1D7D; Fri, 8 May 2015 04:32:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t484Wda6000416; Fri, 8 May 2015 04:32:39 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t484WdrM000412; Fri, 8 May 2015 04:32:39 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201505080432.t484WdrM000412@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Fri, 8 May 2015 04:32:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385726 - in head/www/iojs: . files X-SVN-Group: ports-head 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.20 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, 08 May 2015 04:32:40 -0000 Author: wen Date: Fri May 8 04:32:38 2015 New Revision: 385726 URL: https://svnweb.freebsd.org/changeset/ports/385726 Log: - Update to 2.0.0 PR: 199985 Submitted by: linpct@gmail.com(maintainer) Thanks to: saper@saper.info Added: head/www/iojs/files/patch-deps_v8_src_compiler_graph-visualizer.h (contents, props changed) Modified: head/www/iojs/Makefile head/www/iojs/distinfo Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Fri May 8 04:03:04 2015 (r385725) +++ head/www/iojs/Makefile Fri May 8 04:32:38 2015 (r385726) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 1.8.1 +PORTVERSION= 2.0.0 CATEGORIES= www MAINTAINER= linpct@gmail.com @@ -40,7 +40,10 @@ post-patch: ${WRKSRC}/deps/v8/tools/gyp/v8.gyp @${REINPLACE_CMD} -e 's|/usr/bin/env python|${PYTHON_CMD}|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|python -c|${PYTHON_CMD} -c|" \ + ${WRKSRC}/deps/v8/build/toolchain.gypi @${REINPLACE_CMD} -e "s|'python',|'${PYTHON_CMD}',|" \ + ${WRKSRC}/tools/icu/icu-generic.gyp \ ${WRKSRC}/deps/v8/build/shim_headers.gypi \ ${WRKSRC}/deps/v8/tools/gyp/v8.gyp \ ${WRKSRC}/deps/v8/src/d8.gyp Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Fri May 8 04:03:04 2015 (r385725) +++ head/www/iojs/distinfo Fri May 8 04:32:38 2015 (r385726) @@ -1,2 +1,2 @@ -SHA256 (iojs-io.js-1.8.1-v1.8.1_GH0.tar.gz) = 90e7e4d801e433a405b61e0a62c9dd516804dd884895602ee22bcb590eca5f13 -SIZE (iojs-io.js-1.8.1-v1.8.1_GH0.tar.gz) = 31172196 +SHA256 (iojs-io.js-2.0.0-v2.0.0_GH0.tar.gz) = 23ee904d5ea6e7f29ae8c146618e4a61dae274e4237e897075f30a28a243804d +SIZE (iojs-io.js-2.0.0-v2.0.0_GH0.tar.gz) = 31378750 Added: head/www/iojs/files/patch-deps_v8_src_compiler_graph-visualizer.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/files/patch-deps_v8_src_compiler_graph-visualizer.h Fri May 8 04:32:38 2015 (r385726) @@ -0,0 +1,10 @@ +--- deps/v8/src/compiler/graph-visualizer.h.orig 2015-05-04 21:34:44 UTC ++++ deps/v8/src/compiler/graph-visualizer.h +@@ -5,6 +5,7 @@ + #ifndef V8_COMPILER_GRAPH_VISUALIZER_H_ + #define V8_COMPILER_GRAPH_VISUALIZER_H_ + ++#include + #include + + namespace v8 {