aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-01-14 07:42:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-01-14 07:42:11 +0000
commit0064bfe0b9d780613208a79a28f56fe3ee49e8d3 (patch)
tree5d3c5bcee473895cd4442874bb08bcbee51511c3 /security/gpa
parent234f52596baab09619c149946756943f241b34eb (diff)
downloadports-0064bfe0b9d780613208a79a28f56fe3ee49e8d3.tar.gz
ports-0064bfe0b9d780613208a79a28f56fe3ee49e8d3.zip
Fix the shared library version number for libassuan to reflect what
the authors intended by adding: USE_AUTOTOOLS= libtool USE_GNOME= ltverhack to security/libassuan/Makefile. Update the libassuan shared library version number and/or bump PORTREVISION in the dependent ports. Requested by: ale Feature safe: yes
Notes
Notes: svn path=/head/; revision=267763
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 12c9ced1efac..e321b26de3c1 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,14 +7,14 @@
PORTNAME= gpa
PORTVERSION= 0.9.0
-PORTREVISION= 8
+PORTREVISION= 9
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.1:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
gpgme.18:${PORTSDIR}/security/gpgme
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg