diff options
author | lofi <lofi@FreeBSD.org> | 2004-08-04 23:14:30 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-08-04 23:14:30 +0800 |
commit | 536df0bc7796a86b1b029cd64a1f306b4e00f86b (patch) | |
tree | 32d253a2c5b211875aa4044344f371760f2abd30 | |
parent | deac6cfcf8fff41d1b595aa2fc550b260f633749 (diff) | |
download | freebsd-ports-gnome-536df0bc7796a86b1b029cd64a1f306b4e00f86b.tar.gz freebsd-ports-gnome-536df0bc7796a86b1b029cd64a1f306b4e00f86b.tar.zst freebsd-ports-gnome-536df0bc7796a86b1b029cd64a1f306b4e00f86b.zip |
Chase bumped libksba shared library version
-rw-r--r-- | security/dirmngr/Makefile | 2 | ||||
-rw-r--r-- | security/pinentry/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 68e589bfae14..0aab988e8357 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -18,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.12:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ - ksba.11:${PORTSDIR}/security/libksba + ksba.13:${PORTSDIR}/security/libksba USE_OPENLDAP= yes USE_GETOPT_LONG=yes diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 4faec96623b6..7c838bf4b8b5 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -15,7 +15,7 @@ MAINTAINER= lofi@freebsd.org COMMENT?= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \ - ksba.11:${PORTSDIR}/security/libksba + ksba.13:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-qt* pinentry-gtk* pinentry-curses* |