aboutsummaryrefslogtreecommitdiffstats
path: root/security/dirmngr
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-06-14 08:42:52 +0800
committerdougb <dougb@FreeBSD.org>2010-06-14 08:42:52 +0800
commiteb626ea51bd200eb55a72173d633e89989008aed (patch)
tree46a1d46535f9b4ff6fd57aabc61e50bfdb36df7a /security/dirmngr
parent1a9a1b27976e0c99dd4a51fd279ac1e33f673337 (diff)
downloadfreebsd-ports-gnome-eb626ea51bd200eb55a72173d633e89989008aed.tar.gz
freebsd-ports-gnome-eb626ea51bd200eb55a72173d633e89989008aed.tar.zst
freebsd-ports-gnome-eb626ea51bd200eb55a72173d633e89989008aed.zip
Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15
Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it is necessary to have a stopgap measure while ports that depend on libassuan can be updated. In conversation with the maintainers of the dependent ports it was originally considered ideal to prepare updates for the ports first, then upgrade everything to libassuan 2.x en masse. Since no action has arisen on that front, go with plan B: Copy security/libassuan to security/libassuan-1, and update the dependent ports accordingly. Because this is (intended to be) a _temporary_ measure, and because no updates for libassuan 1.x are anticipated, and because the hope is that it can be removed sooner rather than later, it's a copy instead of a repocopy.
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 42fdda0462a3..22bd4ff8cc1e 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 1.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= dirmngr
MAINTAINER= umq@ueo.co.jp
COMMENT= A client for managing and downloading certificate revocation lists
-BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
+BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1
LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
ksba.17:${PORTSDIR}/security/libksba \