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:           Fri May 26 04:26:50 UTC 2023

Modified Files:
        pkgsrc/lang/elixir: Makefile distinfo

Log Message:
elixir: updated to 1.14.5

v1.14.5 (2023-05-22)

This release contains fixes for Erlang/OTP 26.

Bug fixes

Elixir
* [CLI] Fix a bug where stdout would block when there was no attached terminal on Windows when running on Erlang/OTP 26

Mix
* [Mix] Properly set SSL configuration for Mix downloads when running on Erlang/OTP 26


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/elixir/Makefile
cvs rdiff -u -r1.28 -r1.29 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.33 pkgsrc/lang/elixir/Makefile:1.34
--- pkgsrc/lang/elixir/Makefile:1.33    Sun Apr  9 08:56:58 2023
+++ pkgsrc/lang/elixir/Makefile Fri May 26 04:26:50 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/04/09 08:56:58 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/05/26 04:26:50 adam Exp $
 
-DISTNAME=      elixir-1.14.4
+DISTNAME=      elixir-1.14.5
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=elixir-lang/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -33,9 +33,9 @@ CHECK_INTERPRETER_SKIP+=      lib/elixir/bin/
 
 # Debug locale problems.
 pre-build:
-       @echo ENV:
-       @${PKGSRC_SETENV} ${MAKE_ENV} env | egrep "^(LANG|LC_)" || true
-       @echo LOCALE:
+       @${ECHO} ENV:
+       @${PKGSRC_SETENV} ${MAKE_ENV} env | egrep "^(LANG|LC_)" || ${TRUE}
+       @${ECHO} LOCALE:
        @${PKGSRC_SETENV} ${MAKE_ENV} locale
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/lang/elixir/distinfo
diff -u pkgsrc/lang/elixir/distinfo:1.28 pkgsrc/lang/elixir/distinfo:1.29
--- pkgsrc/lang/elixir/distinfo:1.28    Sun Apr  9 08:56:58 2023
+++ pkgsrc/lang/elixir/distinfo Fri May 26 04:26:50 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2023/04/09 08:56:58 wiz Exp $
+$NetBSD: distinfo,v 1.29 2023/05/26 04:26:50 adam Exp $
 
-BLAKE2s (elixir-1.14.4.tar.gz) = c3fa063eea8d0a7065f8dca1ee6f774a91c4db6ffd899b83500ff394474b1aa4
-SHA512 (elixir-1.14.4.tar.gz) = c39e91e27485ce52e6d29c64f6d5c7abc50e99b8aac578642a4c085083fed23ccba095a013fee4dd3de97524bf4ec54af31478150818921b2a891f7a5840080a
-Size (elixir-1.14.4.tar.gz) = 3076206 bytes
+BLAKE2s (elixir-1.14.5.tar.gz) = 3270a9c73c3e372e187e6dd9881361e54a3e6412442f2f6829342d8f88fc1491
+SHA512 (elixir-1.14.5.tar.gz) = 589482fb080eb9f71319b7927312ee255dab0376a8fb781533bc97b6a75dd71ec43cd022bb2eff12eca205cdeaf9a6d629f754c555c17cd6222e05912ff3d960
+Size (elixir-1.14.5.tar.gz) = 3076366 bytes
 SHA1 (patch-Makefile) = 9b7a1aeef4367b7315fd7a91c53ff533aeaa0aff



Home | Main Index | Thread Index | Old Index