From 265500d7d8b65ca413aaee2904fbc7a95b74bc17 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Fri, 22 Dec 2006 02:51:16 +0000 Subject: - 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 --- security/signing-party/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/signing-party') 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 \ -- cgit v1.2.3