diff options
author | wiz <wiz@pkgsrc.org> | 2007-06-01 00:12:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-06-01 00:12:35 +0000 |
commit | 2cbf087fb6e3d7e9a83d348249fcdeb208c1339b (patch) | |
tree | c3858fab8caa6d20ea72e63488a21d1065075bb6 | |
parent | bd901b18d95a4a5b33177ca5d17756a5708b11d0 (diff) | |
download | pkgsrc-2cbf087fb6e3d7e9a83d348249fcdeb208c1339b.tar.gz |
Fix PLIST -- it assumed that the package would be built with
the gpgsm option on by default.
-rw-r--r-- | security/gnupg2/Makefile | 4 | ||||
-rw-r--r-- | security/gnupg2/PLIST | 5 | ||||
-rw-r--r-- | security/gnupg2/PLIST.gpgsm | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile index 2c0d1f7bc4c..2718bc372ba 100644 --- a/security/gnupg2/Makefile +++ b/security/gnupg2/Makefile @@ -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 @@ CONFIGURE_ENV+= gnupg_cv_pth_is_sane=yes 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 --git a/security/gnupg2/PLIST b/security/gnupg2/PLIST index 25e1bf6bc5c..762bae74672 100644 --- a/security/gnupg2/PLIST +++ b/security/gnupg2/PLIST @@ -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/sv/LC_MESSAGES/gnupg2.mo 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 --git a/security/gnupg2/PLIST.gpgsm b/security/gnupg2/PLIST.gpgsm index 594420af451..4348bc5ff11 100644 --- a/security/gnupg2/PLIST.gpgsm +++ b/security/gnupg2/PLIST.gpgsm @@ -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/scdaemon 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/scdaemon.1 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 |