pkgsrc-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.12.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15892826a4d5
branches:  trunk
changeset: 458638:15892826a4d5
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 19 07:02:00 2021 +0000

description:
elixir: update to 1.12.3

This release contains only bug fixes:

Elixir

     * [Code] Make sure that bindings in the default context returned by
       Code.eval_* functions are not returned as tagged tuples
     * [Kernel] Do not crash when handling ambiguity errors
     * [Range] Still match on old range patterns throughout the stdlib

IEx

     * [IEx.Autocomplete] Do not error autocompletion with module
       attribute

Mix

     * [Mix] Rename inconsistent :exit_code option to :exit_status on
       Mix.raise/2

diffstat:

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

diffs (37 lines):

diff -r b661ab59364c -r 15892826a4d5 lang/elixir/Makefile
--- a/lang/elixir/Makefile      Sun Sep 19 03:59:33 2021 +0000
+++ b/lang/elixir/Makefile      Sun Sep 19 07:02:00 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2021/08/10 11:18:57 nia Exp $
+# $NetBSD: Makefile,v 1.27 2021/09/19 07:02:00 nia Exp $
 
-DISTNAME=      elixir-1.12.2
+DISTNAME=      elixir-1.12.3
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=elixir-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -18,7 +18,7 @@
 BUILD_TARGET=  compile
 TEST_TARGET=   test
 
-MAKE_ENV+=     LC_ALL="en_US.UTF-8"
+ALL_ENV+=      LC_ALL="en_US.UTF-8"
 
 MAKE_FLAGS+=   MAN_PREFIX=${PREFIX}/${PKGMANDIR}
 
diff -r b661ab59364c -r 15892826a4d5 lang/elixir/distinfo
--- a/lang/elixir/distinfo      Sun Sep 19 03:59:33 2021 +0000
+++ b/lang/elixir/distinfo      Sun Sep 19 07:02:00 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2021/08/10 11:18:57 nia Exp $
+$NetBSD: distinfo,v 1.23 2021/09/19 07:02:00 nia Exp $
 
-SHA1 (elixir-1.12.2.tar.gz) = b525e7357b939156915580de0a5db8162a123ede
-RMD160 (elixir-1.12.2.tar.gz) = d86cdb5ca7249d2efbcc2e71c7c78c732ebb9878
-SHA512 (elixir-1.12.2.tar.gz) = 4c19a6a0310606b3016b3699079dc5f667e348c86c92e7e998cbecbacd283f5f4ccdd3d83b757725ba637a39729e9d82673b596feee72e831d575630e2f3111a
-Size (elixir-1.12.2.tar.gz) = 2460047 bytes
+SHA1 (elixir-1.12.3.tar.gz) = e6860bb0fe1a9ceb3f9c0d615afc27ce6f7e0835
+RMD160 (elixir-1.12.3.tar.gz) = 8ac7467e844136f38c2d4124f0c083a6eab5d15f
+SHA512 (elixir-1.12.3.tar.gz) = 945e33ca9c3e50015531f87630c1bc1b9966acc64bbf7d01c8c4f8cfc104ee1e08113f572f0ad6a9f5e8ee37e33144e58b2ac33dc0a2b01e1355fc5f8b1b9329
+Size (elixir-1.12.3.tar.gz) = 2461828 bytes
 SHA1 (patch-Makefile) = 00a68538bae40effba33fc3bc5019fdbf38a91f3



Home | Main Index | Thread Index | Old Index