diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-22 02:51:16 +0000 |
commit | 265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch) | |
tree | d52f4de392099aa5dde3456739362f46e39a898d /security/signing-party | |
parent | cdcb91922078c3340e4a51d1ef396c987d8d3e9a (diff) | |
download | ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.tar.gz ports-265500d7d8b65ca413aaee2904fbc7a95b74bc17.zip |
- 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/Makefile | 4 |
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 \ |