Ticket #11149: autoconf_update.patch

File autoconf_update.patch, 907 bytes (added by danielluke (Daniel J. Luke), 17 years ago)

Patch to update autoconf to 2.61

  • Portfile

    === Portfile
    ==================================================================
     
    22
    33PortSystem 1.0
    44name           autoconf
    5 version                2.60
     5version                2.61
    66categories     devel
    77maintainers    kevin@opendarwin.org
    88description    Automatically configures software for compilation
     
    1818platforms      darwin
    1919master_sites   gnu
    2020use_bzip2       yes
    21 checksums      md5 019609c29d0cbd9110c38480304aafc8 \
    22     sha1 b02c6f06ea0ae07dfa1c40d6ded36c2a02196dff \
    23     rmd160 b981b5d39feb2de3cde4f41281afe6280e92cd05
     21checksums      md5 36d3fe706ad0950f1be10c46a429efe0 \
     22    sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 \
     23    rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6
    2424configure.args --mandir=${prefix}/share/man \
    2525               --infodir=${prefix}/share/info
    2626depends_run    port:perl5.8