diff options
-rw-r--r-- | news/inn/Makefile | 4 | ||||
-rw-r--r-- | news/inn/distinfo | 4 | ||||
-rw-r--r-- | news/inn/patches/patch-ag | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index 491a7b2beb1..c982824ee5d 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -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 @@ LDFLAGS.SunOS+= -lsocket -lnsl 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 --git a/news/inn/distinfo b/news/inn/distinfo index 198524de6fb..874c9986cd1 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -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-aa) = 8ed86de4d20ab8510c7521528a9979c1d3e6d9e8 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 --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 |