Ticket #48904: moarvm.patch

File moarvm.patch, 871 bytes (added by coke (Will Coleda), 9 years ago)
  • (a) orig.txt vs. (b) Portfile

    a b  
    44PortSystem          1.0
    55
    66name                MoarVM
    7 version             2015.07
     7version             2015.09
    88categories          lang devel
    99platforms           darwin
    1010license             Artistic-2 MIT BSD ISC public-domain
     
    1919# openssl dgst -rmd160 <file>
    2020# openssl dgst -sha256 <file>
    2121
    22 checksums           rmd160  295fca0a35208ca60c5ce685cba40ddb82cab960 \
    23                     sha256  310a4ea6dbaacaf1837606edf6c42170143f60c8e29eb94c7e6fea810b6af10b
     22checksums           rmd160  c74a3ac21b5c1647aaf7451a97709fdc46e567f1 \
     23                    sha256  e93d1d2e918764971fd9e9fd68de73ad900abb25d224a5049a105aae54dba7d3
    2424
    2525# FIXME: may need ExtUtil::Command if by chance our default perl5 binary
    2626# does not match what Apple ships.