diff options
author | tron <tron@pkgsrc.org> | 2001-09-12 11:20:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-12 11:20:57 +0000 |
commit | d5dd708b5107ae2fcafb1c7ec982da91d9de31bf (patch) | |
tree | e7ed1a737f36816ab8d943d8fb31c1b26bfab21e /news/inn | |
parent | fb0b85e623a9f9a161ff0394e5f2ab0ba9bdf178 (diff) | |
download | pkgsrc-d5dd708b5107ae2fcafb1c7ec982da91d9de31bf.tar.gz |
Use "pgp" binary found by "configure" in "pgpverify" instead of hard coded
path "/usr/local/bin/pgp".
Diffstat (limited to 'news/inn')
-rw-r--r-- | news/inn/distinfo | 3 | ||||
-rw-r--r-- | news/inn/patches/patch-ag | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/news/inn/distinfo b/news/inn/distinfo index 291266d7ae7..f5719576a75 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/10 16:02:12 tron Exp $ +$NetBSD: distinfo,v 1.4 2001/09/12 11:20:57 tron Exp $ SHA1 (inn-2.3.2.tar.gz) = 47da2b20e179933e2a999b58fb4097e4315e1121 Size (inn-2.3.2.tar.gz) = 1410950 bytes @@ -10,4 +10,5 @@ SHA1 (patch-ac) = dafbd4918eb771cf0bb49b9d2503125812fe6852 SHA1 (patch-ad) = 9c23ed46cd3bde1c9ac3797e166bc69a2218ef42 SHA1 (patch-ae) = cdf3e9783c13a4481bb8ff48bdc5fb0bddf68f62 SHA1 (patch-af) = 0449aaa139797f9ece20b0b452f91ea41430d148 +SHA1 (patch-ag) = 44d79c3a24c9aabcdbe7e84265df95bebcf124f8 SHA1 (patch-ah) = f7ed6195149c03551a5e5d7bb1d5a24bc71bb48c diff --git a/news/inn/patches/patch-ag b/news/inn/patches/patch-ag new file mode 100644 index 00000000000..6ce4d4c4c78 --- /dev/null +++ b/news/inn/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.5 2001/09/12 11:20:57 tron Exp $ + +--- backends/pgpverify.in.orig Thu May 3 22:27:32 2001 ++++ backends/pgpverify.in Wed Sep 12 13:18:32 2001 +@@ -69,7 +69,7 @@ + # GnuPG users should point this to the pgpgpg wrapper. + # If you have INN and the script is able to successfully include you + # innshellvars.pl file, the value of $inn::pgp will override this. +-$pgp = '/usr/local/bin/pgp'; ++$pgp = '@_PATH_PGP@'; + + # if you keep your keyring somewhere that is not the default used by pgp, + # uncomment the next line and set appropriately. |