Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vQCXb8vu; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=aQESCIjB Received: by mail.netbsd.org (Postfix, from userid 605) id B21A784EBC; Wed, 20 Mar 2024 11:36:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710934611; bh=EIoGgKeSAJFYa6GCqI72+9sDc0yv/5cf4q3Ql6oAg8k=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=vQCXb8vuzITHl84WCKjA0y+GlzZztNVi9mxhIwPt5omcVz03R6u9NY37Ip+IY5I/Q 1D+kbKoLMazF2DMuP8Mx9mKDjrCxjNC8V21GhL7IA5O2ZLuIteOQ6X5eDNU4zYRMGr yYqt6AuDb/Tt7OdBMwXkfvmO4r9JvigZf7eknQDw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A2C7784EB5 for ; Wed, 20 Mar 2024 11:36:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id NTef2Eh9VQwg for ; Wed, 20 Mar 2024 11:36:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 194DA84D24 for ; Wed, 20 Mar 2024 11:36:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710934610; bh=EIoGgKeSAJFYa6GCqI72+9sDc0yv/5cf4q3Ql6oAg8k=; h=Date:From:Subject:To:Reply-To; b=aQESCIjBxgr24hCmEph+M/5ziQ1D+E2KqdKsRmfIpVD4yPktas53F03XJ22GuyWeg 5ufVQfQJLMAVIWqQ1YVLlkZ8IMvGr8wjRW3aLOWOq+6LZxZta5F24CigPGZV4B1Wv/ 0QVh4pg6kOf8LCdiNDOVix+BOMh8HUw9jbhUWhjA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0A542FA2C; Wed, 20 Mar 2024 11:36:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171093461046800" MIME-Version: 1.0 Date: Wed, 20 Mar 2024 11:36:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/lang/elixir To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240320113650.0A542FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171093461046800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Mar 20 11:36:49 UTC 2024 Modified Files: pkgsrc/lang/elixir: Makefile distinfo Log Message: elixir: update to 1.16.2. 1. Enhancements Elixir [Code] Emit :defmodule tracing event on module definition Mix [Mix] Add Mix.install_project_dir/0 [Mix] Add environment variable for reusing Mix.install/2 installation [Mix.SCM] Add Mix.SCM.delete/1 2. Bug fixes Elixir [Code] Fix charlist formatting issue when a single-quoted charlist escapes a double-quote character [Path] Fix regression on how Path.relative_to/2 dealt with "." as input IEx [IEx.Helpers] Discard mermaid fenced blocks from ansi docs ExUnit [ExUnit] Properly compared pinned values when building diffs To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/elixir/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/elixir/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171093461046800 Content-Disposition: inline Content-Length: 1570 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/elixir/Makefile diff -u pkgsrc/lang/elixir/Makefile:1.40 pkgsrc/lang/elixir/Makefile:1.41 --- pkgsrc/lang/elixir/Makefile:1.40 Wed Feb 21 10:29:44 2024 +++ pkgsrc/lang/elixir/Makefile Wed Mar 20 11:36:49 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.40 2024/02/21 10:29:44 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2024/03/20 11:36:49 wiz Exp $ -DISTNAME= elixir-1.16.1 +DISTNAME= elixir-1.16.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=elixir-lang/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/lang/elixir/distinfo diff -u pkgsrc/lang/elixir/distinfo:1.35 pkgsrc/lang/elixir/distinfo:1.36 --- pkgsrc/lang/elixir/distinfo:1.35 Wed Feb 21 10:29:44 2024 +++ pkgsrc/lang/elixir/distinfo Wed Mar 20 11:36:49 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2024/02/21 10:29:44 wiz Exp $ +$NetBSD: distinfo,v 1.36 2024/03/20 11:36:49 wiz Exp $ -BLAKE2s (elixir-1.16.1.tar.gz) = b46f29dd9d584d00db76fa5db026663120e54cc1350916e77c67dcc6ef87ffda -SHA512 (elixir-1.16.1.tar.gz) = 2663c04ab3abe577884535e681989610131be0f4f0e55997956b9d4cb87c1a3c0cfd3bf453cf61dbc66f3aa20cdf46bc683df1bfe9292771b5445c164e5197ce -Size (elixir-1.16.1.tar.gz) = 3353282 bytes +BLAKE2s (elixir-1.16.2.tar.gz) = 865845713c85c14ca8e39baee880daa375e06582c13106665129d1ebbea376b8 +SHA512 (elixir-1.16.2.tar.gz) = 1e90adcd5d0512d4b394276e431f3987fc61a3f6191cd5c1d0f7fdd82baba99747aa553a3583e0813ffb5a48a32ce02a24e27b641f86a61e421722a802a850c1 +Size (elixir-1.16.2.tar.gz) = 3357093 bytes SHA1 (patch-Makefile) = 9b7a1aeef4367b7315fd7a91c53ff533aeaa0aff --_----------=_171093461046800--