diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /net-p2p/gnunet | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
- Chase guile shared lib bump
- Add an entry to UPDATING
Notes
Notes:
svn path=/head/; revision=278635
Diffstat (limited to 'net-p2p/gnunet')
-rw-r--r-- | net-p2p/gnunet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile index 07eb2a2681a2..03e2217461fe 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -20,7 +20,7 @@ COMMENT= An anonymous, distributed, reputation-based network LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ cares.2:${PORTSDIR}/dns/c-ares \ curl.6:${PORTSDIR}/ftp/curl \ - guile.20:${PORTSDIR}/lang/guile \ + guile.21:${PORTSDIR}/lang/guile \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gmp.10:${PORTSDIR}/math/gmp \ gcrypt.18:${PORTSDIR}/security/libgcrypt \ |