Ticket #18539: libdshconfig.diff

File libdshconfig.diff, 951 bytes (added by blb@…, 15 years ago)

diff to Portfile

  • Portfile

     
    33PortSystem 1.0
    44
    55name            libdshconfig
    6 version         0.20.9
     6version         0.20.13
    77categories      net
    88maintainers     exoweb.net:bjorn
    99description     Dsh config file parser for general use, split out from dsh sources
     
    1717homepage        http://www.netfort.gr.jp/~dancer/software/dsh.html.en
    1818platforms       darwin
    1919master_sites    http://www.netfort.gr.jp/~dancer/software/downloads/
    20 checksums       md5 c3fabfae1782c17ee989373c2f6a73c1
     20checksums       md5     cb9db850231091a3a848e654d9f0806b \
     21                sha1    fc19f56ee61ff71ae5699bc97b89cc4931ce64a1 \
     22                rmd160  c1a625ea391895fc7a7bcb7161b5ad0fede1e2a2
    2123platforms       darwin
    2224
    23 depends_build   port:autoconf
    24 
    25 pre-configure {
    26     system "cd ${worksrcpath} && autoreconf"
    27 }