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 484057ABE7 for ; Mon, 18 Jan 2016 20:57:43 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E97FA85EDF; Mon, 18 Jan 2016 20:57:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 51EEA85EDB for ; Mon, 18 Jan 2016 20:57:42 +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 bR_nJC8R5nak for ; Mon, 18 Jan 2016 20:57:42 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EF3F085EA1 for ; Mon, 18 Jan 2016 20:57:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EA9C0FBB7; Mon, 18 Jan 2016 20:57:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 18 Jan 2016 20:57:41 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/lang/nodejs To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160118205741.EA9C0FBB7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: fhajny Date: Mon Jan 18 20:57:41 UTC 2016 Modified Files: pkgsrc/lang/nodejs: Makefile distinfo Log Message: Update lang/nodejs to 5.4.1. - Minor performance improvements: - module: move unnecessary work for early return (Andres Suarez) #3579 - Various bug fixes - Various doc fixes - Various test improvements To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/lang/nodejs/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/nodejs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.