summaryrefslogtreecommitdiff
path: root/security/signing-party
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
commit265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch)
treed52f4de392099aa5dde3456739362f46e39a898d /security/signing-party
parentAdd fldigi 1.11, a digital decoder for psk, cw, psk31, olivia. (diff)
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume
Notes
Notes: svn path=/head/; revision=180452
Diffstat (limited to 'security/signing-party')
-rw-r--r--security/signing-party/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/signing-party/Makefile b/security/signing-party/Makefile
index 02e29dd4259c..403101f1d6c1 100644
--- a/security/signing-party/Makefile
+++ b/security/signing-party/Makefile
@@ -7,7 +7,7 @@
PORTNAME= signing-party
PORTVERSION= 0.4.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/s/signing-party
@@ -21,7 +21,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= johans@stack.nl
COMMENT= Various OpenPGP related tools
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1 \
${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
${SITE_PERL}/Mail/Util.pm:${PORTSDIR}/mail/p5-Mail-Tools \
${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \