aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-06-14 13:17:52 +0800
committerdougb <dougb@FreeBSD.org>2010-06-14 13:17:52 +0800
commita2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63 (patch)
tree439a166dfdd2205a19e259bfe3efbb60048c1023 /security
parentb9728db268360d6cbf12aca82831c993c29a0f6f (diff)
downloadfreebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.tar.gz
freebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.tar.zst
freebsd-ports-gnome-a2bbbae8cb2bac6f220fcd062950b9bbcf1ddb63.zip
Fix port name on the LEFT side of the : for BUILD_DEPENDS
While I'm here update to the current version of libassuan-1 (1.0.5)
Diffstat (limited to 'security')
-rw-r--r--security/dirmngr/Makefile2
-rw-r--r--security/gnupg/Makefile2
-rw-r--r--security/gpa/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 22bd4ff8cc1e..b392deb1f12f 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -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-1
+BUILD_DEPENDS= libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1
LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
ksba.17:${PORTSDIR}/security/libksba \
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 7de89ee97a0c..6e008ee471d4 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -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-1 \
+BUILD_DEPENDS= libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1 \
libksba>=1.0.2:${PORTSDIR}/security/libksba
LIB_DEPENDS= gcrypt.16:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 951aba9fb04e..dee694f78b5f 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -16,7 +16,7 @@ COMMENT= A graphical frontend for the GNU Privacy Guard
LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg \
- libassuan>=1.0.4:${PORTSDIR}/security/libassuan-1
+ libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
USE_BZIP2= yes