Ticket #15978: offlineimap.patch

File offlineimap.patch, 794 bytes (added by weakish@…, 15 years ago)

new version depends on python 2.5

  • Portfile

     
    11# $Id$
    22
    33PortSystem 1.0
    4 PortGroup python24 1.0
     4PortGroup python25 1.0
    55
    66name                    offlineimap
    7 version                 5.99.4
     7version                 6.0.3
    88categories              mail python
    99platforms               darwin
    1010maintainers             boeyms openmaintainer
     
    3232                        In short, OfflineIMAP is a tool to let you read mail\
    3333                        how YOU want to.
    3434homepage                http://software.complete.org/offlineimap
    35 master_sites    http://software.complete.org/offlineimap/static/download_area/${version}/
     35master_sites    http://ftp.us.debian.org/debian/pool/main/o/offlineimap/offlineimap_6.0.3.tar.gz
    3636distname                ${name}_${version}
    3737worksrcdir              ${name}
    38 checksums               md5 077f861f164d73aee2eb5df6b975415e
     38checksums               md5 0c81d33e123c3d5b6645a68a809bcaef
    3939
    4040destroot.target         install --no-compile
    4141