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 077E87A48D for ; Thu, 21 Apr 2016 11:24:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ABFF585F14; Thu, 21 Apr 2016 11:24:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 35AE385EF5 for ; Thu, 21 Apr 2016 11:24:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id p18QEte-rYnd for ; Thu, 21 Apr 2016 11:24:23 +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 CF1B785EE3 for ; Thu, 21 Apr 2016 11:24:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8D1EFBBA; Thu, 21 Apr 2016 11:24:23 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 21 Apr 2016 11:24:23 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20160421112423.C8D1EFBBA@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 Apr 21 11:24:23 UTC 2016 Modified Files: pkgsrc/lang/erlang: Makefile Makefile.versions PLIST distinfo pkgsrc/lang/erlang-doc: PLIST distinfo pkgsrc/lang/erlang-man: distinfo Log Message: Update lang/erlang* to 18.3. Some highlights of the release are: - New statistics info about runnable and active processes & ports. - Time warp improvements: dbg:p/2 and erlang:trace/3 with monotonic_timestamp | strict_monotonic_timestamp. - Introduced a validation callback for heart. - The module overload in sasl has been deprecated. - ~90 contributions since 18.2 Full release notes: http://erlang.org/download/otp_src_18.3.readme To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/lang/erlang/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/erlang/Makefile.versions cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/erlang/PLIST cvs rdiff -u -r1.41 -r1.42 pkgsrc/lang/erlang/distinfo cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/erlang-doc/PLIST cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/erlang-doc/distinfo cvs rdiff -u -r1.18 -r1.19 pkgsrc/lang/erlang-man/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.