Ticket #42473: duplicity-portfile.patch
File duplicity-portfile.patch, 1.2 KB (added by gallafent, 11 years ago) |
---|
-
sysutils/duplicity/Portfile
old new 6 6 7 7 name duplicity 8 8 categories sysutils 9 version 0.6.2 29 version 0.6.23 10 10 set stable_series [join [lrange [split ${version} .] 0 1] .]-series 11 11 platforms darwin 12 12 license GPL-2 … … 26 26 homepage http://duplicity.nongnu.org/ 27 27 master_sites https://launchpad.net/duplicity/${stable_series}/${version}/+download 28 28 29 checksums rmd160 b34bc75120a3a744383153d51a179042f82b216b\30 sha256 6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a1229 checksums rmd160 cbc3f2c4287a65ca985abd0aea4c3e5e0d1eed55 \ 30 sha256 7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60 31 31 32 32 python.default_version 27 33 33 … … 41 41 } 42 42 43 43 depends_run-append port:py${python.version}-boto \ 44 port:py${python.version}-lockfile \ 44 45 port:py${python.version}-paramiko \ 45 46 port:ncftp 46 47