aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnupg
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-01-14 15:42:11 +0800
committerdougb <dougb@FreeBSD.org>2011-01-14 15:42:11 +0800
commitc5c62e08ddd2d4411971006be56f8a8849bc10df (patch)
treec12bdc13c7727ea0033918a5890680ff16bc3934 /security/gnupg
parentc2692127a8464a62baadacbfd18659fba4ab242d (diff)
downloadfreebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.gz
freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.tar.zst
freebsd-ports-gnome-c5c62e08ddd2d4411971006be56f8a8849bc10df.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
Diffstat (limited to 'security/gnupg')
-rw-r--r--security/gnupg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index ddb59120df43..1db0d886b32e 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gnupg
PORTVERSION= 2.0.16
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gnupg
@@ -18,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT= The GNU Privacy Guard
BUILD_DEPENDS= libksba>=1.0.7:${PORTSDIR}/security/libksba
-LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
ksba.18:${PORTSDIR}/security/libksba \