#32267: duplicity 0.6.17 released --------------------------------+------------------------------------------- Reporter: porter@… | Owner: singingwolfboy@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: duplicity --------------------------------+------------------------------------------- Comment(by Hartmut.Benz@…): Newbie question: what does an update to duplicity depend on, i.e. what is blocking it? I really would like to be able to run my backups again to S3 ;-) Is it just that somebody needs to check in an updated Ports file? If so, I tried to update it (see below). Could anybody with commit rights verify and do this, please> Thanks ------------------- # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c -basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 87197 2011-11-14 00:50:58Z singingwolfboy@macports.org $ PortSystem 1.0 PortGroup python27 1.0 name duplicity categories sysutils version 0.6.17 set stable_series [join [lrange [split ${version} .] 0 1] .]-series platforms darwin license GPL-2 maintainers singingwolfboy openmaintainer description Encrypted bandwidth-efficient backup. long_description Duplicity backs directories by producing encrypted \ tar-format volumes and uploading them to a remote or local file \ server. Because duplicity uses librsync, the incremental archives \ are space efficient and only record the parts of files that have \ changed since the last backup. Because duplicity uses GnuPG to \ encrypt and/or sign these archives, they will be safe from spying \ and/or modification by the server. distname duplicity-${version} homepage http://duplicity.nongnu.org/ master_sites https://launchpad.net/duplicity/${stable_series}/${version}/+download checksums rmd160 e88bb833f7ed21f0b742caed9c28402c2b0601a5 \ sha256 891e56061ab15127e67c93b9b462760b055eb48636c177b56400925d0a77a458 build.args --librsync-dir=${prefix} universal_variant no python.link_binaries yes post-destroot { ln -s ${name}-${python.branch} ${destroot}${prefix}/bin/${name} xinstall -m 644 -W ${worksrcpath} \ ${name}.1 \ rdiffdir.1 \ ${destroot}${prefix}/share/man/man1/ } depends_run-append port:py27-gnupg \ port:py27-boto \ port:ncftp depends_lib-append port:librsync \ port:gnupg livecheck.type regex livecheck.url https://launchpad.net/duplicity/+download livecheck.regex {duplicity-(\d+(?:\.\d+)*).tar.gz} -- Ticket URL: <https://trac.macports.org/ticket/32267#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS