From 6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5 Mon Sep 17 00:00:00 2001 From: dougb Date: Wed, 22 Dec 2010 19:16:12 +0000 Subject: 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 --- security/gpa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/gpa/Makefile') diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 9a944d7dc657..12c9ced1efac 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -7,14 +7,14 @@ PORTNAME= gpa PORTVERSION= 0.9.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/603/ MAINTAINER= bsdkaffee@gmail.com COMMENT= A graphical frontend for the GNU Privacy Guard -LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \ +LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \ gpgme.18:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg -- cgit