Revision: 149457 https://trac.macports.org/changeset/149457 Author: ciserlohn@macports.org Date: 2016-06-21 11:45:37 -0700 (Tue, 21 Jun 2016) Log Message: ----------- elixir: update to version 1.3.0 (maintainer; closes #51677) Modified Paths: -------------- trunk/dports/lang/elixir/Portfile Modified: trunk/dports/lang/elixir/Portfile =================================================================== --- trunk/dports/lang/elixir/Portfile 2016-06-21 15:35:52 UTC (rev 149456) +++ trunk/dports/lang/elixir/Portfile 2016-06-21 18:45:37 UTC (rev 149457) @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 -github.setup elixir-lang elixir 1.2.5 v +github.setup elixir-lang elixir 1.3.0 v epoch 1 categories lang platforms darwin @@ -24,8 +24,8 @@ depends_lib port:erlang -checksums rmd160 f42f8a8d0f271d174cc48834b7da116472b0eeb7 \ - sha256 b92bf8e92a71cac3984399abd230ffcc097e8b87c08387895b8db68eea15efdc +checksums rmd160 e78e753070cd27b075ac3ec03bf5d12658d8509f \ + sha256 c63126717beea012406d548d112959e29e37caa74dc3b071e9c893e0417dab78 # bin/mix conflicts arb @@ -37,4 +37,4 @@ destroot.args PREFIX=${prefix} # epmd appears to hang during one of the tests -#test.run yes +test.run yes
participants (1)
-
ciserlohn@macports.org