aboutsummaryrefslogtreecommitdiff
path: root/security/dirmngr
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/dirmngr
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/dirmngr')
-rw-r--r--security/dirmngr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index bc0afa3ac04c..73d8429f83d0 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dirmngr
PORTVERSION= 1.1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
@@ -17,7 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= umq@ueo.co.jp
COMMENT= A client for managing and downloading certificate revocation lists
-LIB_DEPENDS= assuan.1:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
gcrypt.17:${PORTSDIR}/security/libgcrypt \
gpg-error.0:${PORTSDIR}/security/libgpg-error \
ksba.18:${PORTSDIR}/security/libksba \