Ticket #27150: imapsync-1.366.diff
File imapsync-1.366.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 14 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 5 5 name imapsync 6 version 1.3 156 version 1.366 7 7 categories mail 8 8 platforms darwin 9 9 maintainers mww 10 supported_archs noarch 11 10 12 description imapsync is an IMAP synchronization, copy or migration tool. 11 13 long_description imapsync is an IMAP synchronization, copy or migration \ 12 14 tool. Synchronize mailboxes between two imap servers. It is \ … … 15 17 homepage http://www.linux-france.org/prj/imapsync/ 16 18 master_sites ${homepage}/dist/ freebsd 17 19 extract.suffix .tgz 18 checksums md5 35032428a47fcba2adbf4ba532b68a99 \19 sha1 816a3f68185364244f999d88631821351f87f887 \20 rmd160 648913dd61fc8cb2c43de49f86b6dd25e6c50e2721 20 21 checksums sha1 4e436e2ce50ec6f8edf9748d5b792541b7c26d94 \ 22 rmd160 2df726847f14bc0707edf14322bd2fd1c0af5429 23 22 24 depends_run path:bin/perl:perl5 \ 23 25 port:p5-digest-md5 \ 24 26 port:p5-mail-imapclient \ … … 27 29 port:p5-datemanip \ 28 30 port:p5-digest-hmac 29 31 30 configure{32 post-patch { 31 33 reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync 32 34 } 33 35 36 use_configure no 37 34 38 build {} 35 39 36 40 destroot {