Ticket #20143: imapsync.diff

File imapsync.diff, 949 bytes (added by stannenb, 15 years ago)

Portfile diff

  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name                    imapsync
    6 version                 1.267
     6version                 1.284
    77categories              mail
    88platforms               darwin
    99maintainers             mww
     
    1515homepage                http://www.linux-france.org/prj/imapsync/
    1616master_sites    ${homepage}/dist/ freebsd
    1717extract.suffix  .tgz
    18 checksums               md5 3ca055a54b89e2ec01f687cfb6abfd1c \
    19                         sha1 9f31ea68730c4c3596f3252c26827a474340f8a2
     18checksums           md5     c2c4e5115f6cccfc52576373731d6d08 \
     19                    sha1    d8c9b0600d21793feca22bf70446db1c1f085fd2 \
     20                    rmd160  c1e16cd38c5081bcfdaf7b5e26ece507aca01e6a
    2021
    2122depends_run             path:bin/perl:perl5 \
    2223                                port:p5-digest-md5 \
     
    2526                                port:p5-io-socket-ssl \
    2627                                port:p5-datemanip
    2728
     29patchfiles                      patch-src-imapsync-1.284.diff
     30
    2831configure {
    2932        reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync
    3033}