Ticket #44864: Portfile-elixir.diff
File Portfile-elixir.diff, 1.2 KB (added by milmazz (Milton Mazzarri), 10 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 PortGroup github 1.0 6 6 7 github.setup elixir-lang elixir 0.15.1 v7 github.setup elixir-lang elixir 1.0.0-rc1 v 8 8 categories lang 9 9 platforms darwin 10 10 supported_archs noarch … … 15 15 16 16 long_description Elixir is a functional, meta-programming aware language \ 17 17 built on top of the Erlang VM. It is a dynamic language \ 18 that focuses on tooling to leverage Erlang ’s abilities to \18 that focuses on tooling to leverage Erlang's abilities to \ 19 19 build concurrent, distributed and fault-tolerant \ 20 20 applications with hot code upgrades. 21 21 … … 23 23 24 24 depends_lib port:erlang 25 25 26 checksums rmd160 5a28f4521386e62ac32ccbaba1e2713d6ff22078\27 sha256 05c4fa32263204d077c627ecdb8ce2a90f4fece414edce325dc34c64bd25ac2126 checksums rmd160 0192bd489b00ec99f9c70a656f05766710a5917a\ 27 sha256 7bf57b78d03247eed675a6181066e9172d6817ddbb531e8a126507bb36a78ebe 28 28 29 29 use_configure no 30 30