diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-29 02:46:44 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-10-29 02:46:44 -0400 |
commit | 4885662fcaaad9a065a5ef43e0e243609ee8ac60 (patch) | |
tree | d1f3233fbf3e034b63609b1058cac7348bb97149 /packaging/freebsd/Makefile | |
parent | 37c5b03dbe70f8f3fe24d15318645e1678841879 (diff) |
fixing symlinks created in packaging; updated FreeBSD port to handle centrally-linked gpg.conf files too.
Diffstat (limited to 'packaging/freebsd/Makefile')
-rw-r--r-- | packaging/freebsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/freebsd/Makefile b/packaging/freebsd/Makefile index f4bf0fe..e484997 100644 --- a/packaging/freebsd/Makefile +++ b/packaging/freebsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= monkeysphere -PORTVERSION= 0.16 +PORTVERSION= 0.18 CATEGORIES= security MASTER_SITES= http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/ # hack for debian orig tarballs @@ -17,7 +17,7 @@ COMMENT= use the OpenPGP web of trust to verify ssh connections LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls RUN_DEPENDS= base64:${PORTSDIR}/converters/base64 \ - gpg:${PORTSDIR}/security/gnupg \ + gpg:${PORTSDIR}/security/gnupg1 \ lockfile:${PORTSDIR}/mail/procmail \ /usr/local/bin/getopt:${PORTSDIR}/misc/getopt \ bash:${PORTSDIR}/shells/bash |