Hello, thanks for providing this port. Would it be possible to change the default options to use gnupg2? Is there a reason why it still depends on gnupg2? (duplicity is the only package on my PC that is still using gnupg1) Many thanks for your feedback and your help! Best
Sorry for the delay. Yes, you are right, it's about time to change to gnupg2.
A commit references this bug: Author: dbaio Date: Sat Mar 2 16:59:49 UTC 2019 New revision: 494419 URL: https://svnweb.freebsd.org/changeset/ports/494419 Log: sysutils/duplicity: Options update - Use GNUPG2 as default [1] - Drop SSH option Install paramiko and pexpect as SSH/SCP/SFTP backend. Duplicity uses paramiko as default, and pexpect is necessary for par2backend.py, thats why we are also installing it. [2] scp:// will use paramiko, you can also set like this paramiko+scp:// or pexpect+scp:// PR: 232927 [1] Reported by: rs.os@t-online.de [1] Reported by: Paul Holmanskikh <paul.holmanskikh@gmail.com> [2] Changes: head/sysutils/duplicity/Makefile