Ticket #47201: Portfile.diff
File Portfile.diff, 1.2 KB (added by coke (Will Coleda), 10 years ago) |
---|
-
(a) /Users/williamcoleda/Downloads/Portfile.txt vs. (b) ports/macports/Portfile
a b 4 4 PortSystem 1.0 5 5 6 6 name MoarVM 7 version 2015.02 8 revision 2 7 version 2015.03 9 8 categories lang devel 10 9 platforms darwin 11 10 license Artistic-2 MIT BSD ISC public-domain … … 16 15 homepage http://moarvm.org/ 17 16 master_sites http://moarvm.org/releases/ 18 17 19 checksums rmd160 853c106a02040f832b11dff0fa1bde14f6f890fa \ 20 sha256 4093ff80e6b40f215dd238282a464de59bbd5c2ef42cb9099e9ef68f07fe8d1b 18 # To find the correct checksums for the given release, use: 19 # openssl dgst -rmd160 <file> 20 # openssl dgst -sha256 <file> 21 21 22 # Delete this upstream patch once a new version comes out that includes it. 23 patchfiles patch-Configure.pl-respect-CFLAGS-and-LDFLAGS.diff 24 25 patch.args -p1 22 checksums rmd160 0c5fe2447f5d7d59365aed9822fa34b65ad419fd \ 23 sha256 fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0 26 24 27 25 # FIXME: may need ExtUtil::Command if by chance our default perl5 binary 28 26 # does not match what Apple ships.