pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gnupg2 don't install the gpg-zip.1 manpage, a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a3bd4ee5d79e
branches: trunk
changeset: 568662:a3bd4ee5d79e
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Dec 16 18:52:49 2009 +0000
description:
don't install the gpg-zip.1 manpage, avoids CONFLICT with gnupg1,
noticed by OBATA Akio per mail to pkgsrc-users.
This makes most sense to me since gnupg2 doesn't install a gpg-zip
intentionally. Since possible clients of gpg-zip should have a
dependency on gnupg1, we can't take over easily. Once we are sure
that gnupg2 can fully replace gnupg1, we might consider to install
eg symlinks gpg->gpg2 etc and make gnupg1 obsolete, but this needs
careful testing.
diffstat:
security/gnupg2/Makefile | 4 ++--
security/gnupg2/PLIST.gpgsm | 3 +--
security/gnupg2/distinfo | 3 ++-
security/gnupg2/patches/patch-ak | 13 +++++++++++++
4 files changed, 18 insertions(+), 5 deletions(-)
diffs (62 lines):
diff -r 3bfbdb4bf68c -r a3bd4ee5d79e security/gnupg2/Makefile
--- a/security/gnupg2/Makefile Wed Dec 16 18:00:23 2009 +0000
+++ b/security/gnupg2/Makefile Wed Dec 16 18:52:49 2009 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2009/12/15 20:10:40 drochner Exp $
+# $NetBSD: Makefile,v 1.25 2009/12/16 18:52:49 drochner Exp $
#
DISTNAME= gnupg-2.0.13
-#PKGREVISION= 3
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/
diff -r 3bfbdb4bf68c -r a3bd4ee5d79e security/gnupg2/PLIST.gpgsm
--- a/security/gnupg2/PLIST.gpgsm Wed Dec 16 18:00:23 2009 +0000
+++ b/security/gnupg2/PLIST.gpgsm Wed Dec 16 18:52:49 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.gpgsm,v 1.7 2009/12/15 20:10:41 drochner Exp $
+@comment $NetBSD: PLIST.gpgsm,v 1.8 2009/12/16 18:52:49 drochner Exp $
bin/gpg-connect-agent
bin/gpg2
bin/gpgconf
@@ -21,7 +21,6 @@
man/man1/gpg-agent.1
man/man1/gpg-connect-agent.1
man/man1/gpg-preset-passphrase.1
-man/man1/gpg-zip.1
man/man1/gpg2.1
man/man1/gpgconf.1
man/man1/gpgparsemail.1
diff -r 3bfbdb4bf68c -r a3bd4ee5d79e security/gnupg2/distinfo
--- a/security/gnupg2/distinfo Wed Dec 16 18:00:23 2009 +0000
+++ b/security/gnupg2/distinfo Wed Dec 16 18:52:49 2009 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2009/12/16 09:09:06 wiz Exp $
+$NetBSD: distinfo,v 1.14 2009/12/16 18:52:49 drochner Exp $
SHA1 (gnupg-2.0.13.tar.bz2) = 2ff42aff14cdddafc291d44ac1968af5f09a9d4d
RMD160 (gnupg-2.0.13.tar.bz2) = a2291f4d5923b50bca980b726e2fe0c31c2589a9
@@ -16,3 +16,4 @@
SHA1 (patch-ah) = 0c9e061611ebfe22441a161aca016436a70ccc60
SHA1 (patch-ai) = 555b8768c30f470e98e5be62a4a4bea29eefdf78
SHA1 (patch-aj) = 20be6b455167962ffa556979d8d0f167dd14131e
+SHA1 (patch-ak) = 74b26ce441ea99ff28a09a3f0c643456daf48f35
diff -r 3bfbdb4bf68c -r a3bd4ee5d79e security/gnupg2/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/gnupg2/patches/patch-ak Wed Dec 16 18:52:49 2009 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.1 2009/12/16 18:52:49 drochner Exp $
+
+--- doc/Makefile.am.orig 2009-12-16 18:23:55.000000000 +0000
++++ doc/Makefile.am
+@@ -67,7 +67,7 @@ myman_sources = gnupg7.texi gpg.texi gpg
+ myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \
+ watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
+ gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
+- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1
++ gpgsm-gencert.sh.1 applygnupgdefaults.8
+
+ man_MANS = $(myman_pages)
+ noinst_MANS = gnupg.7
Home |
Main Index |
Thread Index |
Old Index