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:   adam
Date:           Fri Jan 15 12:10:33 UTC 2021

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
elixir: updated to 1.11.3

v1.11.3

1. Enhancements

Elixir

[Macro] Add Macro.unique_var/2 and Macro.generate_unique_arguments/2

2. Bug fixes

Elixir

[Code] Do not raise when checking for operator ambiguity when :static_atoms_encoder is set in Code.string_to_quoted
[Kernel] Emit undefined function warnings from with
[Kernel] Do not fail type checking when literals are used in guards
[Module] Do not warn for attributes used in @after_compile
[Record] Make sure nested record names do not clobber each other

ExUnit

[ExUnit.Assertions] Do not crash if there are macros and module attributes on the left side of ++

IEx

[IEx.Helpers] Do not use Unicode chars if ANSI is disabled

Mix

[mix deps.compile] Fix compatibility with rebar v3.14
[mix release] Do not use private ram_file:compress/1
[mix xref] Do not crash when retrieving calls for modules in memory


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/lang/elixir/Makefile:1.23
--- pkgsrc/lang/elixir/Makefile:1.22    Thu Nov 19 11:49:17 2020
+++ pkgsrc/lang/elixir/Makefile Fri Jan 15 12:10:33 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/11/19 11:49:17 nia Exp $
+# $NetBSD: Makefile,v 1.23 2021/01/15 12:10:33 adam Exp $
 
-DISTNAME=      elixir-1.11.2
+DISTNAME=      elixir-1.11.3
 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.18 pkgsrc/lang/elixir/distinfo:1.19
--- pkgsrc/lang/elixir/distinfo:1.18    Thu Nov 19 11:49:17 2020
+++ pkgsrc/lang/elixir/distinfo Fri Jan 15 12:10:33 2021
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.18 2020/11/19 11:49:17 nia Exp $
+$NetBSD: distinfo,v 1.19 2021/01/15 12:10:33 adam Exp $
 
-SHA1 (elixir-1.11.2.tar.gz) = 8e845de34e930a10e4c2c41e3f99be4df730c605
-RMD160 (elixir-1.11.2.tar.gz) = 4e12b0db7e08d97ea2b346596de9c5317a91f03a
-SHA512 (elixir-1.11.2.tar.gz) = 472a531353d5f393b0223008ac95ae67b0dc6708143df59a4dd359fdb631329f8a8bded886f53be232e076d194e14a76325fab51a59ec2451706f4f35836bc70
-Size (elixir-1.11.2.tar.gz) = 2391833 bytes
+SHA1 (elixir-1.11.3.tar.gz) = c89ee0daff9391c4a0633303213cfaca9900117a
+RMD160 (elixir-1.11.3.tar.gz) = 26868b07e473727148c8fbe00108721ad24d0360
+SHA512 (elixir-1.11.3.tar.gz) = 4962bb9fcf5f4190a8da22a3e42df5b4e521d73771f6a067edb482b911b0f9fbd2883841d06d94ae4ad6b1db2f61f691e5de4c118c722a16f95830c67ce3e45b
+Size (elixir-1.11.3.tar.gz) = 2394406 bytes
 SHA1 (patch-Makefile) = 00a68538bae40effba33fc3bc5019fdbf38a91f3
-SHA1 (patch-lib_mix_lib_mix_tasks_deps.compile.ex) = 7c153d68f5b936e55b17a139c4a133b87c8d799a



Home | Main Index | Thread Index | Old Index