Ticket #47561: moar.diff

File moar.diff, 1.1 KB (added by coke (Will Coleda), 9 years ago)
  • ports/macports/Portfile

    commit 4108a85a075625f88670ba9a4f36d4cf048313bf
    Author: Will "Coke" Coleda <will@coleda.com>
    Date:   Fri Apr 24 10:29:38 2015 -0400
    
        Update macportfile to 2015.04 release
    
    diff --git a/ports/macports/Portfile b/ports/macports/Portfile
    index f9ffc49..b52e3b5 100644
    a b  
    44PortSystem          1.0
    55
    66name                MoarVM
    7 version             2015.03
     7version             2015.04
    88categories          lang devel
    99platforms           darwin
    1010license             Artistic-2 MIT BSD ISC public-domain
    master_sites http://moarvm.org/releases/ 
    1919# openssl dgst -rmd160 <file>
    2020# openssl dgst -sha256 <file>
    2121
    22 checksums           rmd160  0c5fe2447f5d7d59365aed9822fa34b65ad419fd \
    23                     sha256  fc4bfae9a004c9f266c53881ae375955daeb84936b9055ae486194e06caec4a0
     22checksums           rmd160  88e1363f10d52ba4a820bf9e06d92db8167f550a \
     23                    sha256  9dc9efc2e7d16e9d2adf5d17dc377ad22e66c4aa509225cdfec3bf37a817c89f
    2424
    2525# FIXME: may need ExtUtil::Command if by chance our default perl5 binary
    2626# does not match what Apple ships.