Ticket #13035: offlineimap_5.99.4.diff

File offlineimap_5.99.4.diff, 1.2 KB (added by tristan@…, 17 years ago)

portfile patch to update to latest version of offlineimap

  • Portfile

    old new  
    44PortGroup python24 1.0
    55
    66name                    offlineimap
    7 version                 4.0.16
     7version                 5.99.4
    88categories              mail python
    99maintainers             boeyms openmaintainer
    1010# The following were borrowed from the Debian package.
     
    3434master_sites    http://software.complete.org/offlineimap/static/download_area/${version}/
    3535distname                ${name}_${version}
    3636worksrcdir              ${name}
    37 checksums               md5 3de813eec9afa373006ac5cad7299389
    38 
    39 # tarball has two files TODO and todo which confuses
    40 # non-case-sensitive filesystems
    41 # it also contains some leftover build files
    42 extract.post_args       | tar -xf - --exclude ${name}/TODO --exclude build
     37checksums               md5 077f861f164d73aee2eb5df6b975415e
    4338
    4439destroot.target         install --no-compile
    4540
    4641post-destroot {
    47         xinstall -m 644 ${worksrcpath}/manual.pdf \
    48                 ${destroot}${prefix}/share/doc/offlineimap
    49         xinstall -m 644 ${worksrcpath}/manual.txt \
    50                 ${destroot}${prefix}/share/doc/offlineimap
    51         xinstall -m 644 ${worksrcpath}/manual.html \
     42        xinstall -m 644 ${worksrcpath}/FAQ.html \
    5243                ${destroot}${prefix}/share/doc/offlineimap
    5344        xinstall -m 644 ${worksrcpath}/offlineimap.conf \
    5445                ${destroot}${prefix}/etc/example-offlineimap.conf