diff options
author | Jase Thew <jase@FreeBSD.org> | 2012-08-15 16:47:35 +0000 |
---|---|---|
committer | Jase Thew <jase@FreeBSD.org> | 2012-08-15 16:47:35 +0000 |
commit | 21d232a377f8b52773953459856ba6eab3827b48 (patch) | |
tree | c6174629ff312f4d5eb9cc782c680b800ee3269b /sysutils | |
parent | 49104145784c7fbc94d3a7f78b6e90cf249ba3bd (diff) | |
download | ports-21d232a377f8b52773953459856ba6eab3827b48.tar.gz ports-21d232a377f8b52773953459856ba6eab3827b48.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duplicity/Makefile | 2 | ||||
-rw-r--r-- | sysutils/duplicity/files/patch-bin-duplicity | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 43ae4acf52f0..842caf934095 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -7,7 +7,7 @@ PORTNAME= duplicity PORTVERSION= 0.6.19 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ diff --git a/sysutils/duplicity/files/patch-bin-duplicity b/sysutils/duplicity/files/patch-bin-duplicity new file mode 100644 index 000000000000..05ad6e5a6bb9 --- /dev/null +++ b/sysutils/duplicity/files/patch-bin-duplicity @@ -0,0 +1,11 @@ +--- bin/duplicity.orig 2012-05-22 15:58:53.000000000 +0100 ++++ bin/duplicity 2012-08-12 14:32:01.920372871 +0100 +@@ -321,6 +321,8 @@ + + # Settings are same, let's check passphrase itself if we are encrypted + if globals.encryption: ++ if not globals.gpg_profile.passphrase: ++ globals.gpg_profile.passphrase = get_passphrase(1, "verify") + fileobj = restore_get_enc_fileobj(globals.backend, vol1_filename, + manifest.volume_info_dict[1]) + fileobj.close() |