duplicity 0.4.3 has been released upstream with many bugfixes and enhancements. Fix: http://distfiles.scode.org/ports/duplicity-0.4.3-patch.diff For the purpose of the S3 backend, it depends on devel/py-boto, which I submitted as a new port in a separate PR (I have not yet received the PR number). Note especially that there is a potential outstanding issue with py-boto; however, from the perspective of duplicity upgrade that issue (as described in that PR) is not very important, as it only affects the S3 backend which was not available at all in the previous duplicity version.
Responsible Changed From-To: freebsd-ports-bugs->vd Over to maintainer
To clarify, if the py-boto issue remains, duplicity 0.4.3 should either wait for it, or be committed without the py-boto dependency. Otherwise package installation issues will ensue, regardless of whether the user wants ot use the S3 backend. -- / Peter Schuller PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>' Key retrieval: Send an E-Mail to getpgpkey@scode.org E-Mail: peter.schuller@infidyne.com Web: http://www.scode.org
vd 2007-08-24 10:39:18 UTC FreeBSD ports repository Modified files: sysutils/duplicity Makefile distinfo pkg-plist Log: * Upgrade sysutils/duplicity from 0.4.2 to 0.4.3 * Add conditional dependency to misc/py-pexpect Sample patches from rafan@ and from Peter Schuller [1] PR: ports/115762 [1] Submitted by: Peter Schuller <peter.schuller@infidyne.com> [1] Revision Changes Path 1.12 +16 -6 ports/sysutils/duplicity/Makefile 1.6 +3 -3 ports/sysutils/duplicity/distinfo 1.2 +0 -3 ports/sysutils/duplicity/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed I just committed a similar patch. I decided to go without the boto dependency in order not to delay diplicity upgrade until boto's issues are fixed. When boto makes it to the FreeBSD ports collection I will add the dependency. Thanks!