Ticket #11208: hat-Portfile-update-to-2.05.diff

File hat-Portfile-update-to-2.05.diff, 859 bytes (added by ytrewq1@…, 17 years ago)

diff -u output of Portfile for hat (2.04 -> 2.05)

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            hat
    5 version         2.04
     5version         2.05
    66revision        3
    77categories      devel
    88maintainers     gwright@opendarwin.org
     
    2424homepage        http://www.cs.york.ac.uk/fp/hat/
    2525master_sites    ${homepage}
    2626
    27 checksums       md5 11515d25ed8c760bfe1238fad36ad18f
    28 
    29 patchfiles      patch-confhc-hat        \
    30                 patch-hat.cabal
     27checksums       md5 027a74fe438f51529bc781d4dfc8ff40
    3128
    3229depends_build   bin:ghc:ghc \
    3330                bin:hmake:hmake
     
    4845post-destroot   { file delete ${destroot}/${prefix}/bin/harch }
    4946
    5047post-activate   { set ghcversion [ exec ghc --version | sed "s|^.*version ||" ]
    51                   system "ranlib ${prefix}/lib/ghc-${ghcversion}/libHShat.a"
    5248
    5349                  reinplace "s|${destroot}${prefix}|${prefix}|g" ${prefix}/lib/ghc-${ghcversion}/package.conf
    5450