summaryrefslogtreecommitdiff
path: root/news/inn/patches
diff options
context:
space:
mode:
authorspz <spz>2010-01-16 09:46:16 +0000
committerspz <spz>2010-01-16 09:46:16 +0000
commit2e99413add6f1bedd031f806dcaa98c057f70596 (patch)
tree7d6e26209094f47c98f702ccce8ebf1a1e3ca2ce /news/inn/patches
parent43fd41c396b8311aebe2313f07dfffae88987b6e (diff)
downloadpkgsrc-2e99413add6f1bedd031f806dcaa98c057f70596.tar.gz
the patch to set the pgp path setting was both superfluous (as the path gets
reset later on) and had a typo. Add a dependency on gnupg instead to make sure a pgp (gpg) binary is around to be used (provision should be made to be able to use eg netpgp instead .. to be done later, hopefully after someone else created the 'pick my favourite pgp version' infrastructure :> ).
Diffstat (limited to 'news/inn/patches')
-rw-r--r--news/inn/patches/patch-ag4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag
index 1854b807ab9..8bd0a0dad74 100644
--- a/news/inn/patches/patch-ag
+++ b/news/inn/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.10 2009/09/22 13:17:00 spz Exp $
+$NetBSD: patch-ag,v 1.11 2010/01/16 09:46:17 spz Exp $
--- control/pgpverify.in.orig 2009-05-21 20:08:33.000000000 +0000
+++ control/pgpverify.in
@@ -7,7 +7,7 @@ $NetBSD: patch-ag,v 1.10 2009/09/22 13:17:00 spz Exp $
# you have INN and the script is able to successfully include your
# INN::Config module, the value of $INN::Config::pgp will override this.
-$pgp = '/usr/local/bin/pgp';
-+$pgp = ''@_PATH_PGP@';
++# $pgp = '/usr/local/bin/pgp';
# If you keep your keyring somewhere that is not the default used by pgp,
# uncomment the next line and set appropriately. If you have INN and the