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:           Sun Sep 19 07:02:01 UTC 2021

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/lang/elixir/Makefile:1.27
--- pkgsrc/lang/elixir/Makefile:1.26    Tue Aug 10 11:18:57 2021
+++ pkgsrc/lang/elixir/Makefile Sun Sep 19 07:02:00 2021
@@ -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 @@ USE_TOOLS+=   gmake:run
 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}
 

Index: pkgsrc/lang/elixir/distinfo
diff -u pkgsrc/lang/elixir/distinfo:1.22 pkgsrc/lang/elixir/distinfo:1.23
--- pkgsrc/lang/elixir/distinfo:1.22    Tue Aug 10 11:18:57 2021
+++ pkgsrc/lang/elixir/distinfo Sun Sep 19 07:02:00 2021
@@ -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