diff options
author | nia <nia@pkgsrc.org> | 2020-07-07 11:34:29 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-07-07 11:34:29 +0000 |
commit | 8c56bb6b1e0b062901cc5d00d4855e08d8e98849 (patch) | |
tree | 59478eb79fc91960477cbfa911555b3c138d7b8e /lang | |
parent | 093510a14bb8fffda7492f30ab81574360e4f503 (diff) | |
download | pkgsrc-8c56bb6b1e0b062901cc5d00d4855e08d8e98849.tar.gz |
elixir: Update to 1.10.4
## v1.10.4 (2020-07-04)
### 1. Bug fixes
#### Elixir
* [Kernel] Fix a bug where custom types were printed as built-in types
* [Kernel] Don't add compile-time dependency on `defdelegate`
* [Kernel] Add line numbers to warnings on deprecated imports
* [Kernel] Report the correct line number when raising inside a macro
* [Task] Include callers in translated Logger metadata for Task
* [Task] Fix Task PID and caller in Task Supervisor reports
#### ExUnit
* [ExUnit.Formatter] Avoid crashes when diffing guards when the pattern does not match
* [ExUnit.Formatter] Also blame exceptions that come from linked and trapped exits
#### IEx
* [IEx.Helpers] Do not crash when printing a type that cannot be code formatted
#### Mix
* [mix app.start] Fix reading `.app` file located in archives (`.ez` files)
* [mix local.hex] Provide more guidance when Hex can't be installed
* [mix release] Properly encode config in releases
Diffstat (limited to 'lang')
-rw-r--r-- | lang/elixir/Makefile | 6 | ||||
-rw-r--r-- | lang/elixir/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index a5709af2c2b..6f30d839de4 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2020/05/17 14:44:21 nia Exp $ +# $NetBSD: Makefile,v 1.18 2020/07/07 11:34:29 nia Exp $ -DISTNAME= elixir-1.10.3 +DISTNAME= elixir-1.10.4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GITHUB:=elixir-lang/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -10,7 +10,7 @@ HOMEPAGE= https://elixir-lang.org/ COMMENT= Functional, meta-programming aware language built on top of Erlang VM LICENSE= apache-2.0 -DEPENDS+= erlang>=20.0:../../lang/erlang +DEPENDS+= erlang>=21.0:../../lang/erlang UNLIMIT_RESOURCES= datasize virtualsize diff --git a/lang/elixir/distinfo b/lang/elixir/distinfo index 8658ff56490..19f25f00652 100644 --- a/lang/elixir/distinfo +++ b/lang/elixir/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.14 2020/05/17 14:44:21 nia Exp $ +$NetBSD: distinfo,v 1.15 2020/07/07 11:34:29 nia Exp $ -SHA1 (elixir-1.10.3.tar.gz) = 99a7c1e160dc3c4a51198e2e27faa6bd4ee3f90e -RMD160 (elixir-1.10.3.tar.gz) = 5f8e121a9288f0114b2c431a13f6e07f45b22ffe -SHA512 (elixir-1.10.3.tar.gz) = 66b18b983e5374afbd4d94c43a880c5e46a9aa150fa6f38be74ff7f58a19eaaee00248b202d9ae3f6b78e2495fc8d5cec755de644256a731be367766c3812855 -Size (elixir-1.10.3.tar.gz) = 2329031 bytes +SHA1 (elixir-1.10.4.tar.gz) = d8634700f61c72c0e97f1a212919803a86016d2a +RMD160 (elixir-1.10.4.tar.gz) = b94bce2d3a08c05dd207241f12624b25f7cbed67 +SHA512 (elixir-1.10.4.tar.gz) = 844e405cf344539a9d32dc7f1ead0dc1dfb0d70a9ab718269f4e25e5262f611f96346f5be93cf8e34a75c58c6aabb12e8a796c5cb182955922510c270ef169e7 +Size (elixir-1.10.4.tar.gz) = 2331003 bytes SHA1 (patch-Makefile) = 00a68538bae40effba33fc3bc5019fdbf38a91f3 |