Commits
Zero King authored b1a6222f1b5
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name archivemail |
7 - | version 0.7.2 |
8 - | revision 2 |
7 + | version 0.9.0 |
9 8 | categories mail python |
10 9 | platforms darwin |
11 10 | license GPL-2+ |
12 11 | maintainers nomaintainer |
13 12 | |
14 13 | description archive and compress old email |
15 14 | long_description archivemail is a tool written in Python for \ |
16 15 | archiving and compressing old email in mailboxes. \ |
17 16 | It can move messages older than the specified \ |
18 17 | number of days to a separate mbox format mailbox \ |
19 18 | that is compressed with gzip, or optionally just \ |
20 19 | delete old email. |
21 20 | homepage http://archivemail.sourceforge.net |
22 21 | |
23 22 | supported_archs noarch |
24 23 | python.default_version 27 |
25 24 | |
26 - | master_sites sourceforge:project/archivemail/archivemail/${version} |
27 - | checksums md5 e444424688e6ec063e829176e4eb62e2 \ |
28 - | sha1 0ff9b8991b04f09cf9536c45b6f9e05d2427a459 \ |
29 - | rmd160 da85dff5114100d76f8f5ac19172d8a557801455 |
25 + | master_sites sourceforge |
26 + | checksums rmd160 7d524d7c3b4e089cb50a6c3637254931ccb06b72 \ |
27 + | sha256 4b430e2fba6f24970a67bd61eef39d7eae8209c7bef001196b997be1916fc663 |
30 28 | |
31 29 | destroot.destdir --prefix=${prefix} \ |
32 - | --root=${destroot} \ |
33 - | --install-data=${destroot}${prefix}/share |
30 + | --root=${destroot} |
34 31 | |
35 32 | post-destroot { |
36 33 | xinstall -d ${destroot}${prefix}/share/doc/${name} |
37 34 | xinstall -W ${worksrcpath} CHANGELOG FAQ README TODO \ |
38 35 | ${destroot}${prefix}/share/doc/${name} |
39 36 | } |