pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/news/inn the patch to set the pgp path setting was bot...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d3da0cd340e
branches:  trunk
changeset: 569450:3d3da0cd340e
user:      spz <spz%pkgsrc.org@localhost>
date:      Sat Jan 16 09:46:16 2010 +0000

description:
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:

 news/inn/Makefile         |  4 +++-
 news/inn/distinfo         |  4 ++--
 news/inn/patches/patch-ag |  4 ++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r dc35015d27a6 -r 3d3da0cd340e news/inn/Makefile
--- a/news/inn/Makefile Sat Jan 16 09:35:25 2010 +0000
+++ b/news/inn/Makefile Sat Jan 16 09:46:16 2010 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2009/12/16 22:10:25 spz Exp $
+# $NetBSD: Makefile,v 1.101 2010/01/16 09:46:16 spz Exp $
 
 DISTNAME=              inn-2.5.1
+PKGREVISION=           1
 CATEGORIES=            news
 MASTER_SITES=          ftp://ftp.isc.org/isc/inn/ \
                        ftp://ftp.fu-berlin.de/unix/news/inn/
@@ -59,6 +60,7 @@
 
 DEPENDS+=              p5-MIME-tools>0:../../mail/p5-MIME-tools
 DEPENDS+=              p5-GD>0:../../graphics/p5-GD
+DEPENDS+=              gnupg>0:../../security/gnupg
 
 ## Please note that USE_DESTDIR=yes only works for this package if the user
 ## and group already exist
diff -r dc35015d27a6 -r 3d3da0cd340e news/inn/distinfo
--- a/news/inn/distinfo Sat Jan 16 09:35:25 2010 +0000
+++ b/news/inn/distinfo Sat Jan 16 09:46:16 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2009/12/16 22:10:25 spz Exp $
+$NetBSD: distinfo,v 1.25 2010/01/16 09:46:16 spz Exp $
 
 SHA1 (inn-2.5.1.tar.gz) = e49a58a3484bbb7fd230b37ca17cc34eb10c10f1
 RMD160 (inn-2.5.1.tar.gz) = 8cb24ac4fcea299b02b2b0b043a4f5506b902c47
@@ -7,7 +7,7 @@
 SHA1 (patch-ab) = c48e442cc710f0655904c10031c2402e9dea7560
 SHA1 (patch-ac) = 2b801b9b8c5eae1feacaa3532e78b4c46210f755
 SHA1 (patch-ad) = d36131ad21a1d8ea0edb463dfff6f1800dc8291d
-SHA1 (patch-ag) = 8041d7d78c26fd7b505d9955dbdb91f2b8cb8ab2
+SHA1 (patch-ag) = ec28feef2392567cbc607e7b27fe85f1acd349a7
 SHA1 (patch-ah) = 48c2440ed361668c934194e53dc91fe0fa24dc2f
 SHA1 (patch-ai) = cf0af9de01dc7e06c5f9f7f1dd91ac2201e8c212
 SHA1 (patch-ak) = 1b92f93a78a08b570c2f9b5360982644d6d2d065
diff -r dc35015d27a6 -r 3d3da0cd340e news/inn/patches/patch-ag
--- a/news/inn/patches/patch-ag Sat Jan 16 09:35:25 2010 +0000
+++ b/news/inn/patches/patch-ag Sat Jan 16 09:46:16 2010 +0000
@@ -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 @@
  # 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



Home | Main Index | Thread Index | Old Index