Ticket #67631: apple-gcc42.Portfile.patch

File apple-gcc42.Portfile.patch, 1.3 KB (added by edolnx (Carl Perry), 7 months ago)

Portfile patch which includes new checksum hashes and directory name fix

  • Portfile

    old new  
    55name                   apple-gcc42
    66version                        5666.3
    77set gcc_version                4.2.1
    8 revision               16
     8revision               17
    99categories             lang
    1010platforms              darwin
    1111license                        {GPL-2+ Permissive}
     
    4343                    rmd160  f33804c6f04e853a6248bf4941f4a0ace1e3f30f \
    4444                    sha256  0f22916b8b1c96bafaccbb17b4350530d4ae903475ae934efe76a26b9c35e03f \
    4545                    gcc-5666.3.tar.gz \
    46                     rmd160  a01d000f89c0e89dd0079dcd202bba7629ba78dc \
    47                     sha256  6c46f4376d11ada5be0cfc3894b9296edf574af3c616ab71803ea78edfd7015b
     46                    rmd160  6a159f3cb80dc9ce2109edaaa5fea95a995b9fc2 \
     47                    sha256  2e9889ce0136f5a33298cf7cce5247d31a5fb1856e6f301423bde4a81a5e7ea6
    4848
    4949#                    gcc-fortran-4.2.1.tar.bz2 \
    5050#                    md5     2a91d467b50a404ca0cd3b10b413f9b2 \
     
    139139#}
    140140
    141141post-extract {
     142    file rename ${workpath}/gcc-gcc-5666.3 ${workpath}/gcc-5666.3
    142143    xinstall -W ${filespath} build_gcc ${worksrcpath}
    143144}