summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-12-22 19:16:12 +0000
commit54767cbda3b31d482111d4b101f8a3c8c340546f (patch)
treeee88d0700d306ded5c8343ccfc02ac43673892f1 /security/gpgme
parentUpdate to 0.13 (diff)
Update libassuan to version 2.0.1:
* Input and output notification handler can now really access the parsed fd as stated in the manual. * Cleaned up the logging. Bump PORTREVISION and libassuan version number in related ports
Notes
Notes: svn path=/head/; revision=266734
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index f620f89199f2..1be4f33b99dd 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gpgme
PORTVERSION= 1.3.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpgme
@@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A library to make access to GnuPG easier
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
gpg-error.0:${PORTSDIR}/security/libgpg-error
USE_BZIP2= yes