aboutsummaryrefslogtreecommitdiffstats
path: root/security/dirmngr
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-12-21 00:39:54 +0800
committerlofi <lofi@FreeBSD.org>2005-12-21 00:39:54 +0800
commit49819824a3b5f9e724ebc4ae059507f2c3b4db6e (patch)
treeb5ed75d96b58694700095490c69050502dcdb40d /security/dirmngr
parente1934a1ce2a56978c1ff875ede394c98a1b6ca0d (diff)
downloadfreebsd-ports-gnome-49819824a3b5f9e724ebc4ae059507f2c3b4db6e.tar.gz
freebsd-ports-gnome-49819824a3b5f9e724ebc4ae059507f2c3b4db6e.tar.zst
freebsd-ports-gnome-49819824a3b5f9e724ebc4ae059507f2c3b4db6e.zip
- Update libksba to 0.9.13
- Chase shared library bumps - Update gnupg-devel to 1.9.20
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index ba0f3e064537..93c00002827e 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 0.9.3
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/dirmngr
@@ -17,7 +18,7 @@ COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
- ksba.14:${PORTSDIR}/security/libksba \
+ ksba.15:${PORTSDIR}/security/libksba \
pth:${PORTSDIR}/devel/pth
USE_BZIP2= yes