pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Update Elixir to 1.4.4



Module Name:	pkgsrc-wip
Committed By:	atomicules <base%atomicules.co.uk@localhost>
Pushed By:	atomicules
Date:		Fri Jun 9 20:46:58 2017 +0100
Changeset:	aad7951de3db09c0af7ab56bd999e03117140309

Modified Files:
	elixir/Makefile
	elixir/TODO
	elixir/distinfo

Log Message:
Update Elixir to 1.4.4

Update TODO thanks to previous commiter who fixed doc installs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aad7951de3db09c0af7ab56bd999e03117140309

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 elixir/Makefile |  2 +-
 elixir/TODO     | 30 ++----------------------------
 elixir/distinfo | 10 +++++-----
 3 files changed, 8 insertions(+), 34 deletions(-)

diffs:
diff --git a/elixir/Makefile b/elixir/Makefile
index ed007af60e..a8d42c8c36 100644
--- a/elixir/Makefile
+++ b/elixir/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=		elixir-1.4.2
+DISTNAME=		elixir-1.4.4
 PKGREVISION=	1
 CATEGORIES=		lang
 MASTER_SITES=		${MASTER_SITE_GITHUB:=elixir-lang/}
diff --git a/elixir/TODO b/elixir/TODO
index e0514f767e..9e4ad60211 100644
--- a/elixir/TODO
+++ b/elixir/TODO
@@ -1,29 +1,3 @@
-Documentation should be installed.
-We may want to pass LANG=en_US.UTF-8 as an environment variable.
+We may want to pass LANG=en_US.UTF-8 as an environment variable as seeing these errors:
 
-I did see these warnings during compile for 1.3.2, but I think this is an Elixir problem not a pkgsrc one:
-
-==> elixir (compile)
-warning: behaviour String.Chars undefined
-  lib/calendar.ex:292
-
-warning: behaviour Inspect undefined
-  lib/calendar.ex:298
-
-warning: variable status is unused
-  lib/enum.ex:864
-
-warning: the Dict module is deprecated
-  lib/hash_dict.ex:10
-
-Compiling lib/calendar/iso.ex (it's taking more than 5s)
-Compiling lib/file/stat.ex (it's taking more than 5s)
-warning: behaviour String.Chars undefined
-  lib/calendar.ex:556
-
-Compiling lib/gen_event.ex (it's taking more than 5s)
-warning: behaviour String.Chars undefined
-  lib/calendar.ex:907
-
-warning: behaviour String.Chars undefined
-  lib/calendar.ex:1212
+==> iex (compile)                                                                                                                                              warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell) 
diff --git a/elixir/distinfo b/elixir/distinfo
index ff47869ac6..644d5f6dd6 100644
--- a/elixir/distinfo
+++ b/elixir/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-SHA1 (elixir-1.4.2.zip) = a674d09dbae9acf6c5ae46707dbfc81a613bc70e
-RMD160 (elixir-1.4.2.zip) = c0ae698076b5dea2681497716fc4f8d25c52e77e
-SHA512 (elixir-1.4.2.zip) = 44030cbab6680fd237c3f1b6f0edef7a92b06776e224e2d48a848b70950d35de550123a78924dee9015ff20f273285c0ee0f221b7bb9f138f4e0ea7033e4d3c1
-Size (elixir-1.4.2.zip) = 2055662 bytes
+SHA1 (elixir-1.4.4.zip) = d42775d071f51e9fde1b0d861921bd488d1ffd37
+RMD160 (elixir-1.4.4.zip) = 784264ac3ba79387472b058dd1b88b2b7df2b40c
+SHA512 (elixir-1.4.4.zip) = 3932acd1bea653762ccf95f835e2c8edd005ac390afa4252fae35b7005f1b0424b190db0a07a76d0c5efdff0507cd762a7b822ee837fc1150c15f7a76e8b17e7
+Size (elixir-1.4.4.zip) = 2058670 bytes
 SHA1 (patch-Makefile) = 938cedb5da9ededfb91b2410ff4097ec419a7563
-SHA1 (patch-bin_elixir) = 29007e4eb0ffac8c891856a3034618733fa971c4
+SHA1 (patch-bin_elixir) = 29007e4eb0ffac8c891856a3034618733fa971c4 


Home | Main Index | Thread Index | Old Index