Ticket #35487: Portfile.diff

File Portfile.diff, 1.1 KB (added by fracai, 12 years ago)

oath-toolkit Portfile diff from 1.10.4 to 1.12.4

  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                oath-toolkit
    7 version             1.10.4
     7version             1.12.4
    88categories          security devel
    99platforms           darwin
    1010maintainers         alum.wpi.edu:arno+macports openmaintainer
     
    2323homepage            http://oath-toolkit.nongnu.org/
    2424master_sites        savannah
    2525
    26 checksums           sha256 0b7806a5cddc8ed01939bdf8767fc703c2df765fe846ce823f45d9059bc19051 \
    27                     rmd160 4c8844d50be236aa2d6bfe8b2ec54b02930a174c
     26checksums           sha256 6995314a908498c5904ad2566463c2004b1165ce2b70aeae39b99203e53f670a \
     27                    rmd160 0fd46c76dba5cb626c8a07f5a403d54607058db5
    2828
    2929livecheck.type      regex
    3030livecheck.url       http://download.savannah.gnu.org/releases/oath-toolkit/
    3131livecheck.regex     ${name}-(\[0-9.\]+)${extract.suffix}
    32 
    33 # temporary hack to enable a successful build; reported upstream (#30982)
    34 post-configure {
    35     system "touch ${worksrcpath}/gl/libgnu.a"
    36 }