diff options
author | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-03 19:40:49 +0800 |
commit | ae430b66773d3ab07cec0ef7e1d20258c09e74ab (patch) | |
tree | 081b0a98b3f4c8b38cbeffd11f0a9604a15c599f /security/dirmngr | |
parent | 1c1171950f538d258ac5d58e810ddf82c3ccb4cc (diff) | |
download | freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.gz freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.tar.zst freebsd-ports-gnome-ae430b66773d3ab07cec0ef7e1d20258c09e74ab.zip |
- Chase the libgcrypt shared lib version
Diffstat (limited to 'security/dirmngr')
-rw-r--r-- | security/dirmngr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 8ed05f7a0bdc..060f72fbb565 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -7,7 +7,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= dirmngr @@ -18,7 +18,7 @@ MAINTAINER= umq@ueo.co.jp COMMENT= A client for managing and downloading certificate revocation lists LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ - gcrypt.17:${PORTSDIR}/security/libgcrypt \ + gcrypt.18:${PORTSDIR}/security/libgcrypt \ gpg-error.0:${PORTSDIR}/security/libgpg-error \ ksba.19:${PORTSDIR}/security/libksba \ pth:${PORTSDIR}/devel/pth |