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:   adam
Date:           Mon Jul 24 06:57:38 UTC 2023

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
elixir: updated to 1.15.4

v1.15.4

Bug fixes

Mix

[mix archive.build] Disable protocol consolidation when building archiveson archive.install
[mix compile] Track removed files per local dependency (this addresses a bug where files depending on modules from path dependencies always recompiled)
[mix release] Do not strip relevant chunks from Erlang/OTP 26

v1.15.3

1. Enhancements

Elixir

[Kernel] Improve better stacktraces when executing unnested Elixir code in a file

Mix

[Mix] Allow to opt out of starting apps in Mix.install/2

2. Bug fixes

Elixir

[Code] Ensure with_diagnostics propagate warnings from inner Erlang passes

IEx

[IEx] Fix --remsh on Erlang/OTP 25 and earlier

Mix

[mix compile.elixir] Ensure __mix_recompile__? callbacks are properly invoked


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.31 -r1.32 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.36 pkgsrc/lang/elixir/Makefile:1.37
--- pkgsrc/lang/elixir/Makefile:1.36    Fri Jul  7 13:40:42 2023
+++ pkgsrc/lang/elixir/Makefile Mon Jul 24 06:57:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2023/07/07 13:40:42 adam Exp $
+# $NetBSD: Makefile,v 1.37 2023/07/24 06:57:38 adam Exp $
 
-DISTNAME=      elixir-1.15.2
+DISTNAME=      elixir-1.15.4
 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.31 pkgsrc/lang/elixir/distinfo:1.32
--- pkgsrc/lang/elixir/distinfo:1.31    Fri Jul  7 13:40:42 2023
+++ pkgsrc/lang/elixir/distinfo Mon Jul 24 06:57:38 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2023/07/07 13:40:42 adam Exp $
+$NetBSD: distinfo,v 1.32 2023/07/24 06:57:38 adam Exp $
 
-BLAKE2s (elixir-1.15.2.tar.gz) = aee301eb34b8d23df5dcd64a15f2b7b69618e9c7f5ae338fb032ac4dbfba5d90
-SHA512 (elixir-1.15.2.tar.gz) = 5fdd3048960fc015c78fc09f87e0fbf097af345be340fe9a23e556e8bb4340f9aaec2c5044fde2850da3787780e468dc728c7c704512c4176443af8f53426467
-Size (elixir-1.15.2.tar.gz) = 3146107 bytes
+BLAKE2s (elixir-1.15.4.tar.gz) = d39289c4815f5a1bbdbcc18f9c204441540df73fda6b9ad8c13236c06a043fb7
+SHA512 (elixir-1.15.4.tar.gz) = 46d30fd8cce79ca88d66602cf5eaaea4c877871ca06ad5a87494892f412685e1bd3d1bac547474fcf40f325c45583f1feabde86962e30a6d7626e7f9bdee2bd6
+Size (elixir-1.15.4.tar.gz) = 3146690 bytes
 SHA1 (patch-Makefile) = 9b7a1aeef4367b7315fd7a91c53ff533aeaa0aff



Home | Main Index | Thread Index | Old Index