Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 887DF7ABE7 for ; Thu, 21 Jan 2016 11:43:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 02F9A85E73; Thu, 21 Jan 2016 11:43:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 852EE85E40 for ; Thu, 21 Jan 2016 11:43:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id XCM0UlZ1iKcC for ; Thu, 21 Jan 2016 11:43:45 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 272AA84CF5 for ; Thu, 21 Jan 2016 11:43:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1EB92FBB7; Thu, 21 Jan 2016 11:43:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Thu, 21 Jan 2016 11:43:45 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/lang/nodejs4 To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160121114345.1EB92FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Thu Jan 21 11:43:45 UTC 2016 Modified Files: pkgsrc/lang/nodejs4: Makefile distinfo pkgsrc/lang/nodejs4/patches: patch-tools_install.py Removed Files: pkgsrc/lang/nodejs4/patches: patch-deps_v8_tools_gyp_v8.gyp Log Message: Update lang/nodejs4 to 4.2.5. * assert - accommodate ES6 classes that extend Error (Rich Trott) #4166 * build - add "--partly-static" build options (Super Zheng) #4152 * deps - backport 066747e from upstream V8 (Ali Ijaz Sheikh) #4655 - backport 200315c from V8 upstream (Vladimir Kurchatkin) #4128 - upgrade libuv to 1.8.0 (Saúl Ibarra Corretgé) * docs - various updates landed in 70 different commits! * repl - attach location info to syntax errors (cjihrig) #4013 - display error message when loading directory (Prince J Wesley) #4170 * tests - various updates landed in over 50 commits * tools - add tap output to cpplint (Johan Bergstrom) #3448 * util - allow lookup of hidden values (cjihrig) #3988 To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/nodejs4/Makefile \ pkgsrc/lang/nodejs4/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/lang/nodejs4/patches/patch-deps_v8_tools_gyp_v8.gyp cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs4/patches/patch-tools_install.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.