diff --git a/dports/lang/MoarVM/Portfile b/dports/lang/MoarVM/Portfile
index d1b8ca9..f1e921a 100644
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 |
… |
… |
long_description MoarVM is a virtual machine built especially for \ |
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 rmd160 <file> |
| 20 | # openssl 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. |
29 | 27 | depends_build port:perl5 |
30 | 28 | |
31 | 29 | # Unsupported by configure.pl. |
32 | | configure.universal_args-delete --disable-dependency-tracking |
| 30 | #configure.universal_args-delete --disable-dependency-tracking |
33 | 31 | |
34 | 32 | universal_variant yes |
35 | 33 | |