Ticket #23068: patch-Portfile.diff

File patch-Portfile.diff, 1.3 KB (added by ranauei@…, 14 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name            minicom
    6 version         2.3
     6version         2.4
    77categories      comms
    88maintainers     waqar
    99platforms       darwin
     
    1313        ANSI and VT102 terminals. It has a dialing directory and auto   \
    1414        zmodem download.
    1515homepage        http://alioth.debian.org/projects/minicom
    16 master_sites    http://alioth.debian.org/download.php/2332
    17 checksums       md5 0ebe7a91898384ca906787cc4e2c3f25                    \
    18                 sha1 407c4898a882f14639f30b394805382df0585b50
     16master_sites    http://alioth.debian.org/download.php/3195
     17checksums       md5 700976a3c2dcc8bbd50ab9bb1c08837b                    \
     18                sha1 6b6d61ceae582a75f30f0cca841c52dd829f8918           \
     19                rmd160 252a81c0c424c3009ff2942ecc46f9a9cf136622
     20
     21depends_lib     port:ncurses port:libiconv
    1922depends_run     port:lrzsz port:kermit
    2023
    21 configure.args  --enable-dfl-port=/dev/cu.modem \
    22                 --enable-lock-dir=${prefix}/var \
    23                 --infodir=${prefix}/share/info  \
    24                 --mandir=${prefix}/share/man
     24use_autoreconf  yes
     25
     26configure.args  --enable-dfl-port=/dev/cu.modem     \
     27                --enable-lock-dir=/tmp              \
     28                --infodir=${prefix}/share/info      \
     29                --mandir=${prefix}/share/man        \
     30                --with-libiconv-prefix=${prefix}/lib
    2531
    2632post-destroot   {
    2733        file delete -force ${destroot}${prefix}/lib/charset.alias       \