Ticket #17879: Portfile-texinfo.diff

File Portfile-texinfo.diff, 1.6 KB (added by singingwolfboy@…, 15 years ago)
  • texinfo-portfile

    old new  
    33PortSystem 1.0
    44
    55name            texinfo
    6 version         4.13
     6version         4.13a
    77categories      textproc
    88platforms       darwin
    99maintainers     vincent-opdarw@vinc17.org
     
    1717homepage        http://www.gnu.org/software/texinfo/
    1818master_sites    gnu
    1919
    20 # Replace the following by "use_lzma yes" when MacPorts 1.6.1 is released.
    21 # The unlzma command is provided by lzmautils.
    22 extract.suffix  .tar.lzma
    23 extract.cmd     unlzma
    24 
    25 # The following message is useful because MacPorts doesn't test whether
    26 # the extract target fails, and unless the -v option has been used, the
    27 # error message "sh: line 1: unlzma: command not found" is filtered out
    28 # and the user doesn't know the cause of the problem.
    29 pre-extract {
    30     ui_msg "If you get an error with configure, please install/activate lzmautils."
    31 }
    32 
    33 depends_build   bin:unlzma:lzmautils
    34 
    35 checksums       md5 20b37e49464bd72df4c6cfba33340f87 \
    36                 sha1 676ec9aa25a97c05dff66fba5225f9e101160063 \
    37                 rmd160 31d68ab41fead86d473ecc1de183fd1629e01560
     20checksums       md5 71ba711519209b5fb583fed2b3d86fcb \
     21                sha1 a1533cf8e03ea4fa6c443b73f4c85e4da04dead0 \
     22                rmd160 2473fc7ef3f82f47a990ee48c1d262b1f420eabd
    3823
    3924depends_lib     port:gettext \
    4025                port:libiconv \
    4126                port:ncurses
    4227
     28worksrcdir      texinfo-4.13
     29
    4330pre-destroot {
    4431    xinstall -d "${destroot}${prefix}/share/doc/${name}"
    4532    xinstall -m 644 -v -W "${worksrcpath}" AUTHORS INTRODUCTION NEWS TODO \