diff options
author | lofi <lofi@FreeBSD.org> | 2005-12-21 00:39:54 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-12-21 00:39:54 +0800 |
commit | 49819824a3b5f9e724ebc4ae059507f2c3b4db6e (patch) | |
tree | b5ed75d96b58694700095490c69050502dcdb40d /security/dirmngr | |
parent | e1934a1ce2a56978c1ff875ede394c98a1b6ca0d (diff) | |
download | freebsd-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/Makefile | 3 |
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 |