Ticket #44864: Portfile-elixir.diff

File Portfile-elixir.diff, 1.2 KB (added by milmazz (Milton Mazzarri), 10 years ago)

diff file for elixir-1.0.0-rc1

  • Portfile

    old new  
    44PortSystem          1.0
    55PortGroup           github 1.0
    66
    7 github.setup        elixir-lang elixir 0.15.1 v
     7github.setup        elixir-lang elixir 1.0.0-rc1 v
    88categories          lang
    99platforms           darwin
    1010supported_archs     noarch
     
    1515
    1616long_description    Elixir is a functional, meta-programming aware language \
    1717                    built on top of the Erlang VM. It is a dynamic language \
    18                     that focuses on tooling to leverage Erlangs abilities to \
     18                    that focuses on tooling to leverage Erlang's abilities to \
    1919                    build concurrent, distributed and fault-tolerant \
    2020                    applications with hot code upgrades.
    2121
     
    2323
    2424depends_lib         port:erlang
    2525
    26 checksums           rmd160  5a28f4521386e62ac32ccbaba1e2713d6ff22078\
    27                     sha256  05c4fa32263204d077c627ecdb8ce2a90f4fece414edce325dc34c64bd25ac21
     26checksums           rmd160 0192bd489b00ec99f9c70a656f05766710a5917a\
     27                    sha256 7bf57b78d03247eed675a6181066e9172d6817ddbb531e8a126507bb36a78ebe
    2828
    2929use_configure       no
    3030