Ticket #41057: Portfile.diff

File Portfile.diff, 1.1 KB (added by slewsys (Andrew L. Moore), 11 years ago)

lang/go/Portfile.diff

  • Portfile

    old new  
    55
    66name                go
    77epoch               2
    8 version             1.1.2
     8version             1.2rc2
    99categories          lang
    1010platforms           darwin freebsd linux
    1111license             BSD
     
    2828distfiles           ${name}${version}.src.tar.gz
    2929worksrcdir          ${name}
    3030
    31 checksums           rmd160  7bebc4977c3c4922603bb972472ef900684dea16 \
    32                     sha256  ffc7b3b46909add09cad8213d76dba34e92cc8f8e64a3ebe1a052cb22064eb70
     31checksums           rmd160  34b8a12801d6b80996ea58a021f8bd17e452753d \
     32                    sha256  92122545361c0c6007ec370284b2847276ce52d58e65a8bc028240dfe93b6b68
    3333
    3434set GOROOT          ${worksrcpath}
    3535set GOROOT_FINAL    ${prefix}/go
     
    6666# https://code.google.com/p/go/issues/detail?id=6133
    6767# https://code.google.com/p/go/issues/detail?id=5926
    6868
    69 compiler.blacklist  *clang*
     69# compiler.blacklist  *clang*
    7070
    7171build.dir           ${worksrcpath}/src
    7272build.cmd           ./make.bash