pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/elixir



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.

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



Home | Main Index | Thread Index | Old Index