aboutsummaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-12-17 13:41:01 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-12-17 13:41:01 +0000
commitcc98e939c81bd855fc937f400dcbd44665dfb204 (patch)
tree04ffc6ca1c898d4851f4834bd8f01b57566a3dd6 /security/dirmngr
parentf97284cf21b4843431741050be536be835b476f8 (diff)
downloadports-cc98e939c81bd855fc937f400dcbd44665dfb204.tar.gz
ports-cc98e939c81bd855fc937f400dcbd44665dfb204.zip
Update to 0.9.0
Notes
Notes: svn path=/head/; revision=124307
Diffstat (limited to 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile7
-rw-r--r--security/dirmngr/distinfo4
-rw-r--r--security/dirmngr/files/patch-jnlib-logging.c10
-rw-r--r--security/dirmngr/pkg-plist3
4 files changed, 19 insertions, 5 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 544171fbb8a0..3cc55b4b828a 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dirmngr
-PORTVERSION= 0.5.6
+PORTVERSION= 0.9.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/dirmngr
@@ -17,7 +17,8 @@ COMMENT= A client for managing and downloading certificate revocation lists
BUILD_DEPENDS= ${LOCALBASE}/lib/libassuan.a:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
gpg-error:${PORTSDIR}/security/libgpg-error \
- ksba.13:${PORTSDIR}/security/libksba
+ ksba.13:${PORTSDIR}/security/libksba \
+ pth:${PORTSDIR}/devel/pth
USE_OPENLDAP= yes
USE_GETOPT_LONG=yes
@@ -25,6 +26,8 @@ USE_LIBTOOL_VER=13
USE_GMAKE= yes
INFO= dirmngr
+CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
diff --git a/security/dirmngr/distinfo b/security/dirmngr/distinfo
index 2157aeb21e8a..932e8ff34163 100644
--- a/security/dirmngr/distinfo
+++ b/security/dirmngr/distinfo
@@ -1,2 +1,2 @@
-MD5 (dirmngr-0.5.6.tar.gz) = 8668160837dbe73a4d129eb2dfd21f88
-SIZE (dirmngr-0.5.6.tar.gz) = 516196
+MD5 (dirmngr-0.9.0.tar.gz) = a7f3afb1eff082538d85e1079322f41d
+SIZE (dirmngr-0.9.0.tar.gz) = 568366
diff --git a/security/dirmngr/files/patch-jnlib-logging.c b/security/dirmngr/files/patch-jnlib-logging.c
new file mode 100644
index 000000000000..a6b64a7a7b5c
--- /dev/null
+++ b/security/dirmngr/files/patch-jnlib-logging.c
@@ -0,0 +1,10 @@
+--- jnlib/logging.c.orig Mon Nov 22 14:02:22 2004
++++ jnlib/logging.c Fri Dec 17 13:03:13 2004
+@@ -35,6 +35,7 @@
+ #include <time.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
++#include <sys/stat.h>
+ #include <sys/un.h>
+ #include <unistd.h>
+ #include <fcntl.h>
diff --git a/security/dirmngr/pkg-plist b/security/dirmngr/pkg-plist
index dbeeaac43604..e6b1fe973725 100644
--- a/security/dirmngr/pkg-plist
+++ b/security/dirmngr/pkg-plist
@@ -1,3 +1,4 @@
bin/dirmngr
+bin/dirmngr-client
+libexec/dirmngr_ldap
%%NLS%%share/locale/de/LC_MESSAGES/dirmngr.mo
-%%NLS%%@dirrm share/locale/de/LC_MESSAGES