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:           Thu Nov 19 11:49:17 UTC 2020

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
elixir: Update to 1.11.2

Elixir

    [Code] Do not crash when getting docs for missing erts appdir
    [Kernel] Raise meaningful error if :erlang.is_record is used in guards
    [Kernel] Prune tracers when fetching __ENV__ inside functions

Mix

    [mix] Fix regression where aliases could not call themselves recursively
    [mix compile] Do not discard tracers that are set programmatically


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.17 -r1.18 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.21 pkgsrc/lang/elixir/Makefile:1.22
--- pkgsrc/lang/elixir/Makefile:1.21    Mon Oct 19 17:48:41 2020
+++ pkgsrc/lang/elixir/Makefile Thu Nov 19 11:49:17 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2020/10/19 17:48:41 nia Exp $
+# $NetBSD: Makefile,v 1.22 2020/11/19 11:49:17 nia Exp $
 
-DISTNAME=      elixir-1.11.1
+DISTNAME=      elixir-1.11.2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=elixir-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/lang/elixir/distinfo
diff -u pkgsrc/lang/elixir/distinfo:1.17 pkgsrc/lang/elixir/distinfo:1.18
--- pkgsrc/lang/elixir/distinfo:1.17    Mon Oct 19 17:48:41 2020
+++ pkgsrc/lang/elixir/distinfo Thu Nov 19 11:49:17 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2020/10/19 17:48:41 nia Exp $
+$NetBSD: distinfo,v 1.18 2020/11/19 11:49:17 nia Exp $
 
-SHA1 (elixir-1.11.1.tar.gz) = 2b841520a32780b87de74000a3618a9c527d459a
-RMD160 (elixir-1.11.1.tar.gz) = a95bc6182bde90bd86af1d140f1b68e1de95bd99
-SHA512 (elixir-1.11.1.tar.gz) = 39f8e0cf14545b3ec72e6bfb414204869f8e252e0d2b5538b85d966fcc7c7879b1696d7a02e0e230d38bda20559a14ab03699f9c65cbf4c37d33e8aeadf6ec53
-Size (elixir-1.11.1.tar.gz) = 2390974 bytes
+SHA1 (elixir-1.11.2.tar.gz) = 8e845de34e930a10e4c2c41e3f99be4df730c605
+RMD160 (elixir-1.11.2.tar.gz) = 4e12b0db7e08d97ea2b346596de9c5317a91f03a
+SHA512 (elixir-1.11.2.tar.gz) = 472a531353d5f393b0223008ac95ae67b0dc6708143df59a4dd359fdb631329f8a8bded886f53be232e076d194e14a76325fab51a59ec2451706f4f35836bc70
+Size (elixir-1.11.2.tar.gz) = 2391833 bytes
 SHA1 (patch-Makefile) = 00a68538bae40effba33fc3bc5019fdbf38a91f3
 SHA1 (patch-lib_mix_lib_mix_tasks_deps.compile.ex) = 7c153d68f5b936e55b17a139c4a133b87c8d799a



Home | Main Index | Thread Index | Old Index