The upgraded dupilicty port needs an additional run dependency "security/py-paramiko" Fix: install security/py-paramiko How-To-Repeat: Use duplicity to backup with ssh backend
Maintainer of sysutils/duplicity, Please note that PR ports/165705 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/165705 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi, Please find attached a patch which resolves the issue: - Add run dependency on security/py-paramiko to fix new and undocumented dependency added to duplicity's ssh backend in last upstream release. - Add run dependency on devel/py-boto to enable use of duplicity's S3 backend. Regards, Jase Thew.
scheidell 2012-03-06 11:21:10 UTC FreeBSD ports repository Modified files: sysutils/duplicity Makefile Log: - Add run dependency on security/py-paramiko to fix dependency in last upstream release. [1] - Add run dependency on devel/py-boto to enable use of duplicity's S3 backend. [2] PR: ports/165705 [1] Reported by: Rob Evers <rob@debank.tv> [1] Submitted by: Jase Thew <freebsd@beardz.net> (maintainer) [2] Approved by: gabor (mentor, implicit) Revision Changes Path 1.40 +4 -1 ports/sysutils/duplicity/Makefile _______________________________________________ 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: feedback->closed Committed. Thanks!