mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.9.0
This commit is contained in:
parent
f97284cf21
commit
cc98e939c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124307
4 changed files with 19 additions and 5 deletions
|
@ -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 "
|
||||
|
|
|
@ -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
|
||||
|
|
10
security/dirmngr/files/patch-jnlib-logging.c
Normal file
10
security/dirmngr/files/patch-jnlib-logging.c
Normal file
|
@ -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>
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue