diff options
author | lofi <lofi@FreeBSD.org> | 2006-09-14 05:24:20 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-09-14 05:24:20 +0800 |
commit | 58e801b8a9fadadca8d4727b7e04cee3fbedce98 (patch) | |
tree | e31756547811d1fc9411cec5d0ec3b0f7b9304c0 /security/pinentry | |
parent | 31ced0f5b3342d27d999f3c45b0cbf126cd1b612 (diff) | |
download | freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.tar.gz freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.tar.zst freebsd-ports-gnome-58e801b8a9fadadca8d4727b7e04cee3fbedce98.zip |
Update gpgme to 1.1.2, chase dependencies.
Diffstat (limited to 'security/pinentry')
-rw-r--r-- | security/pinentry/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index e9f72b27a534..24a1220199d2 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -7,7 +7,7 @@ PORTNAME= pinentry PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= pinentry @@ -16,7 +16,7 @@ MAINTAINER= lofi@freebsd.org COMMENT?= A collection of simple PIN or passphrase entry dialogs LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt \ - ksba.15:${PORTSDIR}/security/libksba + ksba.17:${PORTSDIR}/security/libksba CONFLICTS?= pinentry-[a-z]*-[0.9]* |