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 4 4 PortSystem 1.0 5 5 6 6 name MoarVM 7 version 2015.0 77 version 2015.09 8 8 categories lang devel 9 9 platforms darwin 10 10 license Artistic-2 MIT BSD ISC public-domain … … 19 19 # openssl dgst -rmd160 <file> 20 20 # openssl dgst -sha256 <file> 21 21 22 checksums rmd160 295fca0a35208ca60c5ce685cba40ddb82cab960\23 sha256 310a4ea6dbaacaf1837606edf6c42170143f60c8e29eb94c7e6fea810b6af10b22 checksums rmd160 c74a3ac21b5c1647aaf7451a97709fdc46e567f1 \ 23 sha256 e93d1d2e918764971fd9e9fd68de73ad900abb25d224a5049a105aae54dba7d3 24 24 25 25 # FIXME: may need ExtUtil::Command if by chance our default perl5 binary 26 26 # does not match what Apple ships.