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:   nia
Date:           Tue Jul  7 11:34:29 UTC 2020

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.14 -r1.15 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.17 pkgsrc/lang/elixir/Makefile:1.18
--- pkgsrc/lang/elixir/Makefile:1.17    Sun May 17 14:44:21 2020
+++ pkgsrc/lang/elixir/Makefile Tue Jul  7 11:34:29 2020
@@ -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
 

Index: pkgsrc/lang/elixir/distinfo
diff -u pkgsrc/lang/elixir/distinfo:1.14 pkgsrc/lang/elixir/distinfo:1.15
--- pkgsrc/lang/elixir/distinfo:1.14    Sun May 17 14:44:21 2020
+++ pkgsrc/lang/elixir/distinfo Tue Jul  7 11:34:29 2020
@@ -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