summaryrefslogtreecommitdiff
path: root/news/inn/patches/patch-ag
diff options
context:
space:
mode:
authorspz <spz>2010-01-16 09:46:16 +0000
committerspz <spz>2010-01-16 09:46:16 +0000
commitc176076b44ae0e54fb3deda8699b899bb11a9197 (patch)
tree7d6e26209094f47c98f702ccce8ebf1a1e3ca2ce /news/inn/patches/patch-ag
parentcad5394be8e562ac7f71a84cb7f4eef9c212e667 (diff)
downloadpkgsrc-c176076b44ae0e54fb3deda8699b899bb11a9197.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/patch-ag')
-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