diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-23 03:16:12 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-23 03:16:12 +0800 |
commit | 6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5 (patch) | |
tree | 56d252c289c0380255c3712a076c14f1182877ef /security/gpa/Makefile | |
parent | f0dc9537b95a80cd741e509eb06f30dfc17341f1 (diff) | |
download | freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.tar.gz freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.tar.zst freebsd-ports-gnome-6f8e6fd50e361d5a4019cf29f1bcd93fd264caf5.zip |
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
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r-- | security/gpa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |