Ticket #42716: patch-mail-imapsync-v1.584-file-copy-recursive.diff

File patch-mail-imapsync-v1.584-file-copy-recursive.diff, 1.2 KB (added by pixilla (Bradley Giesbrecht), 10 years ago)

v1.584 and file-copy-recursive del

  • mail/imapsync/Portfile

     
    33PortSystem 1.0
    44
    55name                imapsync
    6 version             1.580
     6version             1.584
    77categories          mail
    88platforms           darwin
    99maintainers         mww
     
    1717master_sites        http://fedorahosted.org/released/imapsync/
    1818extract.suffix      .tgz
    1919
    20 checksums           rmd160  3d85be507a16d4391821c773fb9d89e67fd164af \
    21                     sha256  053992837b652406d646eb3d83f1128799ea17116df544cd4f9364f3762b0bec
     20checksums           rmd160  33f3902e4bc688794694ada60b2ff4994e5ec42e \
     21                    sha256  6f5eefe7646b9d2c41f94d100ee60d390a090c45e41c244de45ac7c31efc25ae
    2222
    2323depends_run         port:perl5.12 \
    2424                    port:p5.12-digest-md5 \
     
    2626                    port:p5.12-term-readkey \
    2727                    port:p5.12-io-socket-ssl \
    2828                    port:p5.12-datemanip \
    29                     port:p5.12-digest-hmac
     29                    port:p5.12-digest-hmac \
     30                    port:p5.12-file-copy-recursive
    3031
    3132supported_archs     noarch
    3233