Ticket #41087: Portfile-frobtads.diff

File Portfile-frobtads.diff, 1.6 KB (added by 0branch (Marc Simpson), 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                frobtads
    7 version             0.13
     7version             1.2.3
    88categories          games
    99maintainers         josephholsten.com:joseph
    1010description         FrobTADS is a new version of TADS for Unix
     
    2020platforms           darwin freebsd
    2121master_sites        http://www.tads.org/frobtads/
    2222checksums           ${distname}${extract.suffix} \
    23                     md5 b6f25787b9ff7b89931d765046c68642 \
    24                     sha1 2a03ebba5a0332dda6e2413ff950b9c079437f96 \
    25                     rmd160 016c2d0af44560802d8ed8822b4599af1d68e20f
     23                    md5 c6ed8cd6dac04b3ee6f4422cea688979 \
     24                    sha1 330217c0b6ee298bf9db986bc4ce84b86aa5e3e2 \
     25                    rmd160 3e22c7db6dabc0544c84a09edbde618a18b35e1e
    2626
    2727depends_lib         port:ncurses
    28 
    29 configure.cxxflags-append -fno-strict-aliasing
    30 
    31 variant tads3 description {Adds TADS3 Compiler} {
    32     set tads3file ${name}-t3compiler-${version}${extract.suffix}
    33     distfiles-append    ${tads3file}
    34    
    35     checksums-append    ${tads3file} \
    36                         md5 231d359f389be3d28e8134a2b832dd70 \
    37                         sha1 1c46bf86ae19297fadb2e95fdf621489b5a7465a \
    38                         rmd160 df2bbe12c3a28ffea1f0eb132d72879f2218a48b
    39 
    40     extract.only-delete ${tads3file}
    41     post-extract    {
    42         set tads3file ${name}-t3compiler-${version}${extract.suffix}
    43         system "tar xfz ${distpath}/${tads3file} -C ${worksrcpath}"
    44     }
    45 }