diff options
author | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 19:03:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2011-03-27 19:03:02 +0000 |
commit | 496a75656ea2e6cff153a1ebac4361ebf0872705 (patch) | |
tree | db3fe41f373dc632f3d9eabd124e066a006bf43f /security/gnupg | |
parent | ff61321e1e9cc34d011df24a354ca45ebf42efab (diff) |
Notes
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 186ca1822e86..8d0a17d2e588 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnupg PORTVERSION= 2.0.17 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -16,11 +17,11 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard -BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba +BUILD_DEPENDS= libksba>=1.2.0:${PORTSDIR}/security/libksba LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ gcrypt.17:${PORTSDIR}/security/libgcrypt \ gpg-error:${PORTSDIR}/security/libgpg-error \ - ksba.18:${PORTSDIR}/security/libksba \ + ksba.19:${PORTSDIR}/security/libksba \ pth.20:${PORTSDIR}/devel/pth LICENSE= GPLv3 LGPL3 |