aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 6e008ee471d4..8ea65c3a2545 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnupg
-PORTVERSION= 2.0.14
-PORTREVISION= 3
+PORTVERSION= 2.0.15
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@@ -17,15 +16,13 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
-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 \
+BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba
+LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+ gcrypt.16:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
ksba.17:${PORTSDIR}/security/libksba \
pth.20:${PORTSDIR}/devel/pth
-CONFLICTS= gnupg-devel-[0-9]*
-
USE_BZIP2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES