Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/elixir elixir: Update to 1.10.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/40d71d428e93
branches:  trunk
changeset: 435415:40d71d428e93
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Jul 07 11:34:29 2020 +0000

description:
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:

 lang/elixir/Makefile |   6 +++---
 lang/elixir/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 52fe04fff469 -r 40d71d428e93 lang/elixir/Makefile
--- a/lang/elixir/Makefile      Tue Jul 07 11:21:39 2020 +0000
+++ b/lang/elixir/Makefile      Tue Jul 07 11:34:29 2020 +0000
@@ -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 @@
 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 -r 52fe04fff469 -r 40d71d428e93 lang/elixir/distinfo
--- a/lang/elixir/distinfo      Tue Jul 07 11:21:39 2020 +0000
+++ b/lang/elixir/distinfo      Tue Jul 07 11:34:29 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index