From 74677dffde8ded0d857dc088b881a653ed82c99f Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 14 Jun 2010 00:42:52 +0000 Subject: 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. --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index a08134203472..bb083c7b9d3f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -243,6 +243,7 @@ SUBDIR += lasso SUBDIR += lep SUBDIR += libassuan + SUBDIR += libassuan-1 SUBDIR += libbf SUBDIR += libecc SUBDIR += libfprint -- cgit v1.2.3