Ticket #25470: getmail.diff

File getmail.diff, 1.2 KB (added by blb@…, 14 years ago)

diff to Portfile

  • Portfile

     
    44PortGroup python26 1.0
    55
    66name                    getmail
    7 version                 4.16.0
     7version                 4.20.0
    88categories              mail python
    99platforms               darwin
    1010maintainers             mww
     
    1717
    1818homepage                http://pyropus.ca/software/getmail/
    1919master_sites    ${homepage}/old-versions/
    20 checksums           md5     07d81a4b20be1304bb74af25803db914 \
    21                     sha1    372513e8d1664d832d9e350918a841f26ca46685 \
    22                     rmd160  9cf6f408d50597a5935ed27c9d1de872a673e452
     20checksums               md5     33a090d62b6039e0a8df4c3da545d851 \
     21                                sha1    999e8987ff8321291eca507549ce5e8ce0e65030 \
     22                                rmd160  bdf20ee8e30f3b1a1f087627e86003befa995fee
    2323dist_subdir             ${name}
    2424patchfiles              patch-setup.py.diff
    2525
     26python.link_binaries_suffix
     27
    2628post-destroot {
    27         foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
    28                 ln -s ${python.prefix}/bin/${binfile} \
    29                         ${destroot}${prefix}/bin/${binfile}
    30         }
    3129        foreach manfile [glob -tails -directory ${destroot}${python.prefix}/share/man/man1 *] {
    3230                ln -s ${python.prefix}/share/man/man1/${manfile} \
    3331                        ${destroot}${prefix}/share/man/man1/${manfile}