diff options
author | heinz <heinz@pkgsrc.org> | 2002-07-18 20:44:52 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2002-07-18 20:44:52 +0000 |
commit | 8d35e04c671eca874889ed6ba81a2b5dcb73def7 (patch) | |
tree | b2397e3d654d4bf4d6da206d92a17820946215d2 /security/gnupg/PLIST | |
parent | 9605e1f13453b29d391e0b0f01547b9f5766a6bc (diff) | |
download | pkgsrc-8d35e04c671eca874889ed6ba81a2b5dcb73def7.tar.gz |
Correct wrong detection of /dev/random in GnuPG 1.0.7 on NetBSD.
Bumped PKGREVISION to 1, changed PLIST accordingly and added 2 patches
for configure and configure.ac. Patches were sent to gnupg-bugs@gnu.org.
Thomas Klausner approved.
Diffstat (limited to 'security/gnupg/PLIST')
-rw-r--r-- | security/gnupg/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/PLIST b/security/gnupg/PLIST index 2ab812a61e8..a0699516806 100644 --- a/security/gnupg/PLIST +++ b/security/gnupg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/05/07 18:48:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/07/18 20:44:52 heinz Exp $ bin/gpg bin/gpgkeys_mailto bin/gpgsplit @@ -8,7 +8,7 @@ info/gpgv.info @exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gpgv.info ${IDEA}lib/gnupg/idea lib/gnupg/rndegd -lib/gnupg/rndlinux +lib/gnupg/rndunix lib/gnupg/tiger man/man1/gpg.1 man/man1/gpgv.1 |