diff options
author | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-07-27 09:25:20 +0800 |
commit | d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317 (patch) | |
tree | 755929e137be3448a756de099f164b8de2a9e363 /net-p2p/gnunet | |
parent | fa79d6e0dd0b6166b1e84d1b3e39201fd0bbdb3f (diff) | |
download | freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.gz freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.tar.zst freebsd-ports-gnome-d4f67c76de09c0f7f8adcd9c0dbc3b4c9a328317.zip |
Chase security/libgcrypt shlib bump.
PR: ports/148755
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
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 d8bce64c57de..e33fbddcf23a 100644 --- a/net-p2p/gnunet/Makefile +++ b/net-p2p/gnunet/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnunet PORTVERSION= 0.8.1b -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-p2p ipv6 MASTER_SITES= GNU \ http://gnunet.org/download/ @@ -23,7 +23,7 @@ LIB_DEPENDS= adns.1:${PORTSDIR}/dns/adns \ guile.20:${PORTSDIR}/lang/guile \ esmtp.6:${PORTSDIR}/mail/libesmtp \ gmp.10:${PORTSDIR}/math/gmp \ - gcrypt.16:${PORTSDIR}/security/libgcrypt \ + gcrypt.17:${PORTSDIR}/security/libgcrypt \ extractor.2:${PORTSDIR}/textproc/libextractor \ microhttpd.6:${PORTSDIR}/www/libmicrohttpd |