#28876: Update imapsync to 1.404 -----------------------------------+---------------------------------------- Reporter: henri.gomez@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: -----------------------------------+---------------------------------------- Comment(by henri.gomez@…): Used the following portfile : master is now on http://fedorahosted.org/released/imapsync/ updated sha1 and rnd160 accordingly # $Id$ PortSystem 1.0 name imapsync version 1.404 categories mail platforms darwin maintainers mww supported_archs noarch description imapsync is an IMAP synchronization, copy or migration tool. long_description imapsync is an IMAP synchronization, copy or migration \ tool. Synchronize mailboxes between two imap servers. It is \ especially good at IMAP migration. homepage http://www.linux-france.org/prj/imapsync/ master_sites http://fedorahosted.org/released/imapsync/ extract.suffix .tgz checksums sha1 d0bb13d599915a9e95f132f8e031c3ba2c315c16 \ rmd160 2d9c02e2696049015bee3381b547e2c78c89e371 depends_run path:bin/perl:perl5 \ port:p5-digest-md5 \ port:p5-mail-imapclient \ port:p5-term-readkey \ port:p5-io-socket-ssl \ port:p5-datemanip \ port:p5-digest-hmac post-patch { reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync } use_configure no build {} destroot { xinstall -m 755 ${worksrcpath}/imapsync ${destroot}${prefix}/bin/imapsync.pl system "cd ${destroot}${prefix}/bin && ln -s imapsync.pl imapsync" xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} CREDITS ChangeLog FAQ COPYING INSTALL README \ TODO VERSION ${destroot}${prefix}/share/doc/${name} } livecheck.type regex livecheck.url ${homepage}/dist/?M=D livecheck.regex ${name}-(\[.0-9\]+)\\.tgz -- Ticket URL: <https://trac.macports.org/ticket/28876#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS