diff options
author | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 00:42:52 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2010-06-14 00:42:52 +0000 |
commit | 74677dffde8ded0d857dc088b881a653ed82c99f (patch) | |
tree | 20ac5727a85725cca9305c03d02e6569ab19dae4 /security/gnupg | |
parent | 0410fb8c2ed867ec7944ae108969fe7fd9d01528 (diff) | |
download | ports-74677dffde8ded0d857dc088b881a653ed82c99f.tar.gz ports-74677dffde8ded0d857dc088b881a653ed82c99f.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.
Notes
Notes:
svn path=/head/; revision=256495
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 3dabeacfbc6a..7de89ee97a0c 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan \ +BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1 \ libksba>=1.0.2:${PORTSDIR}/security/libksba LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ |