Ticket #35530: duplicity.patch
File duplicity.patch, 1.1 KB (added by 521E328E-2A13-4749-826A-E4EF4F22A0F1@…, 12 years ago) |
---|
-
Portfile
6 6 7 7 name duplicity 8 8 categories sysutils 9 version 0.6.1 89 version 0.6.19 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 f90705358857e40fb6f427e3cc96d4f81b6b9ba2\30 sha256 56bc583be1031762dd94082cb30e09e1347167aaa88188f8d6d6c052ad8f90af29 checksums rmd160 493336e8ac2c2f8a5dd15c441aa01d43aa426b06 \ 30 sha256 f16a388d1ac4f8daf2bf9ffc2b277422ca367a8e56b9cdb5de0cd36b95ea5731 31 31 32 32 python.default_version 27 33 33 … … 42 42 } 43 43 44 44 depends_run-append port:py27-boto \ 45 port:py27-paramiko \ 45 46 port:ncftp 46 47 47 48 depends_lib-append port:librsync \