aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
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 'deskutils')
-rw-r--r--deskutils/kdepim4/Makefile4
-rw-r--r--deskutils/kdepim44/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/kdepim4/Makefile b/deskutils/kdepim4/Makefile
index b63e1965d550..08d88407158d 100644
--- a/deskutils/kdepim4/Makefile
+++ b/deskutils/kdepim4/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -15,7 +15,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
+BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_thread:${PORTSDIR}/devel/boost-libs \
diff --git a/deskutils/kdepim44/Makefile b/deskutils/kdepim44/Makefile
index b63e1965d550..08d88407158d 100644
--- a/deskutils/kdepim44/Makefile
+++ b/deskutils/kdepim44/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -15,7 +15,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
-BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
+BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_thread:${PORTSDIR}/devel/boost-libs \