pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/gnupg2 Fix PLIST -- it assumed that the packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93d88c42a6c4
branches:  trunk
changeset: 529338:93d88c42a6c4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 01 00:12:35 2007 +0000

description:
Fix PLIST -- it assumed that the package would be built with
the gpgsm option on by default.

diffstat:

 security/gnupg2/Makefile    |  4 ++--
 security/gnupg2/PLIST       |  5 +----
 security/gnupg2/PLIST.gpgsm |  6 +++++-
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r 3d7a601b9870 -r 93d88c42a6c4 security/gnupg2/Makefile
--- a/security/gnupg2/Makefile  Thu May 31 23:20:50 2007 +0000
+++ b/security/gnupg2/Makefile  Fri Jun 01 00:12:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/05/12 11:08:31 shannonjr Exp $
+# $NetBSD: Makefile,v 1.11 2007/06/01 00:12:35 wiz Exp $
 #
 
 DISTNAME=              gnupg-2.0.4
@@ -36,7 +36,7 @@
 
 TEST_TARGET=           check
 
-# XXX It looks like that gpgsm support could be splitted in its own package,
+# XXX It looks like that gpgsm support could be split into its own package,
 # according to the configure script.  If that's true, this use of the options
 # framework is incorrect and should be fixed.
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gnupg2
diff -r 3d7a601b9870 -r 93d88c42a6c4 security/gnupg2/PLIST
--- a/security/gnupg2/PLIST     Thu May 31 23:20:50 2007 +0000
+++ b/security/gnupg2/PLIST     Fri Jun 01 00:12:35 2007 +0000
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2007/05/12 11:08:31 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.3 2007/06/01 00:12:35 wiz Exp $
 bin/gpg-agent
-sbin/applygnupgdefaults
 libexec/gpg-preset-passphrase
 libexec/gpg-protect-tool
-libexec/gnupg-pcsc-wrapper
 share/locale/be/LC_MESSAGES/gnupg2.mo
 share/locale/ca/LC_MESSAGES/gnupg2.mo
 share/locale/cs/LC_MESSAGES/gnupg2.mo
@@ -33,4 +31,3 @@
 share/locale/tr/LC_MESSAGES/gnupg2.mo
 share/locale/zh_CN/LC_MESSAGES/gnupg2.mo
 share/locale/zh_TW/LC_MESSAGES/gnupg2.mo
-man/man8/applygnupgdefaults.8
diff -r 3d7a601b9870 -r 93d88c42a6c4 security/gnupg2/PLIST.gpgsm
--- a/security/gnupg2/PLIST.gpgsm       Thu May 31 23:20:50 2007 +0000
+++ b/security/gnupg2/PLIST.gpgsm       Fri Jun 01 00:12:35 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.gpgsm,v 1.3 2006/12/12 13:11:35 shannonjr Exp $
+@comment $NetBSD: PLIST.gpgsm,v 1.4 2007/06/01 00:12:36 wiz Exp $
 bin/gpg-connect-agent
 bin/gpg2
 bin/gpgconf
@@ -12,6 +12,7 @@
 bin/watchgnupg
 info/gnupg.info
 info/gnupg.info-1
+libexec/gnupg-pcsc-wrapper
 libexec/gpg2keys_curl
 libexec/gpg2keys_finger
 libexec/gpg2keys_hkp
@@ -29,9 +30,12 @@
 man/man1/symcryptrun.1
 man/man1/watchgnupg.1
 man/man8/addgnupghome.8
+man/man8/applygnupgdefaults.8
 sbin/addgnupghome
+sbin/applygnupgdefaults
 share/gnupg/FAQ
 share/gnupg/com-certs.pem
 share/gnupg/faq.html
 share/gnupg/gpg-conf.skel
 share/gnupg/qualified.txt
+@dirrm share/gnupg



Home | Main Index | Thread Index | Old Index