Ticket #47201: Portfile.diff

File Portfile.diff, 1.2 KB (added by coke (Will Coleda), 9 years ago)

Updated diff

  • (a) /Users/williamcoleda/Downloads/Portfile.txt vs. (b) ports/macports/Portfile

    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
     
    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 dgst -rmd160 <file>
     20# openssl dgst -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.