Ticket #42473: duplicity-portfile.patch

File duplicity-portfile.patch, 1.2 KB (added by gallafent, 10 years ago)

Portfile patch to update duplicity to 0.6.23

  • sysutils/duplicity/Portfile

    old new  
    66
    77name                duplicity
    88categories          sysutils
    9 version             0.6.22
     9version             0.6.23
    1010set stable_series   [join [lrange [split ${version} .] 0 1] .]-series
    1111platforms           darwin
    1212license             GPL-2
     
    2626homepage            http://duplicity.nongnu.org/
    2727master_sites        https://launchpad.net/duplicity/${stable_series}/${version}/+download
    2828
    29 checksums           rmd160  b34bc75120a3a744383153d51a179042f82b216b \
    30                     sha256  6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12
     29checksums           rmd160  cbc3f2c4287a65ca985abd0aea4c3e5e0d1eed55 \
     30                    sha256  7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60
    3131
    3232python.default_version 27
    3333
     
    4141}
    4242
    4343depends_run-append  port:py${python.version}-boto \
     44                    port:py${python.version}-lockfile \
    4445                    port:py${python.version}-paramiko \
    4546                    port:ncftp
    4647