Ticket #13035: offlineimap_5.99.4.diff
File offlineimap_5.99.4.diff, 1.2 KB (added by tristan@…, 17 years ago) |
---|
-
Portfile
old new 4 4 PortGroup python24 1.0 5 5 6 6 name offlineimap 7 version 4.0.167 version 5.99.4 8 8 categories mail python 9 9 maintainers boeyms openmaintainer 10 10 # The following were borrowed from the Debian package. … … 34 34 master_sites http://software.complete.org/offlineimap/static/download_area/${version}/ 35 35 distname ${name}_${version} 36 36 worksrcdir ${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 37 checksums md5 077f861f164d73aee2eb5df6b975415e 43 38 44 39 destroot.target install --no-compile 45 40 46 41 post-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 \ 52 43 ${destroot}${prefix}/share/doc/offlineimap 53 44 xinstall -m 644 ${worksrcpath}/offlineimap.conf \ 54 45 ${destroot}${prefix}/etc/example-offlineimap.conf