Ticket #47201: MoarVM.diff

File MoarVM.diff, 1.5 KB (added by larryv (Lawrence Velázquez), 9 years ago)

unified patch

  • dports/lang/MoarVM/Portfile

    diff --git a/dports/lang/MoarVM/Portfile b/dports/lang/MoarVM/Portfile
    index d1b8ca9..f1e921a 100644
    a b  
    44PortSystem          1.0
    55
    66name                MoarVM
    7 version             2015.02
    8 revision            2
     7version             2015.03
    98categories          lang devel
    109platforms           darwin
    1110license             Artistic-2 MIT BSD ISC public-domain
    long_description MoarVM is a virtual machine built especially for \ 
    1615homepage            http://moarvm.org/
    1716master_sites        http://moarvm.org/releases/
    1817
    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>
    2121
    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
     22checksums           rmd160  0c5fe2447f5d7d59365aed9822fa34b65ad419fd \
     23                    sha256  fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0
    2624
    2725# FIXME: may need ExtUtil::Command if by chance our default perl5 binary
    2826# does not match what Apple ships.
    2927depends_build       port:perl5
    3028
    3129# Unsupported by configure.pl.
    32 configure.universal_args-delete --disable-dependency-tracking
     30#configure.universal_args-delete --disable-dependency-tracking
    3331
    3432universal_variant   yes
    3533