Bug 165705 - sysutils/duplicity needs paramiko module
Summary: sysutils/duplicity needs paramiko module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 07:20 UTC by rob
Modified: 2012-03-06 11:30 UTC (History)
0 users

See Also:


Attachments
duplicity-0.6.18_1.patch (873 bytes, patch)
2012-03-05 13:30 UTC, Jase Thew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rob 2012-03-05 07:20:10 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 09:03:19 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-05 09:03:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Jase Thew 2012-03-05 13:30:47 UTC
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.
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-03-06 11:21:19 UTC
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"
Comment 5 Michael Scheidell freebsd_committer freebsd_triage 2012-03-06 11:21:27 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!