Ticket #19840: getmail.diff
File getmail.diff, 1.1 KB (added by blb@…, 15 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 PortGroup python2 51.04 PortGroup python26 1.0 5 5 6 6 name getmail 7 version 4.9. 07 version 4.9.1 8 8 categories mail python 9 9 platforms darwin 10 10 maintainers mww … … 17 17 18 18 homepage http://pyropus.ca/software/getmail/ 19 19 master_sites ${homepage}/old-versions/ 20 checksums md5 57f1e8e61b7a329fdf6439f63f07145b\21 sha1 1a6651383cdccf3f4b6027df3c07aa2bbc20d8b4\22 rmd160 34853c05bcdad76dd6c6e4c414531c7a8cfbd8ef20 checksums md5 008d5b45e41c22641dd8f4b2e1e66774 \ 21 sha1 6352cf5115e8792c6b7d3b4dcb6c89f88abf290b \ 22 rmd160 e81ffd7345ac58f5bb3c6ebba214d3df92c1ed80 23 23 dist_subdir ${name} 24 24 patchfiles patch-setup.py.diff 25 25 26 post-destroot { 27 foreach binfile {getmail getmail_maildir getmail_fetch getmail_mbox} { 28 ln -s ${python.prefix}/bin/${binfile} ${destroot}${prefix}/bin/${binfile} 29 } 30 } 31