[Midnightbsd-cvs] mports [16957] trunk/security/dirmngr: man page fix for dirmngr
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 7 14:12:32 EDT 2014
Revision: 16957
http://svnweb.midnightbsd.org/mports/?rev=16957
Author: laffer1
Date: 2014-09-07 14:12:31 -0400 (Sun, 07 Sep 2014)
Log Message:
-----------
man page fix for dirmngr
Modified Paths:
--------------
trunk/security/dirmngr/Makefile
trunk/security/dirmngr/pkg-plist
Added Paths:
-----------
trunk/security/dirmngr/files/
trunk/security/dirmngr/files/patch-configure
Modified: trunk/security/dirmngr/Makefile
===================================================================
--- trunk/security/dirmngr/Makefile 2014-09-07 18:10:13 UTC (rev 16956)
+++ trunk/security/dirmngr/Makefile 2014-09-07 18:12:31 UTC (rev 16957)
@@ -3,7 +3,7 @@
PORTNAME= dirmngr
PORTVERSION= 1.1.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= dirmngr
@@ -15,19 +15,16 @@
LICENSE= gpl2
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \
gcrypt:${PORTSDIR}/security/libgcrypt \
- gpg-error.0:${PORTSDIR}/security/libgpg-error \
- ksba.19:${PORTSDIR}/security/libksba \
+ gpg-error:${PORTSDIR}/security/libgpg-error \
+ ksba:${PORTSDIR}/security/libksba \
pth:${PORTSDIR}/devel/pth
-USE_BZIP2= yes
-USES= iconv
+USES= gmake iconv tar:bzip2
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
INFO= dirmngr
-MAN1= dirmngr-client.1 dirmngr.1
CONFIGURE_ARGS+= --docdir=${DOCSDIR}
LDFLAGS+= -L${LOCALBASE}/lib
Added: trunk/security/dirmngr/files/patch-configure
===================================================================
--- trunk/security/dirmngr/files/patch-configure (rev 0)
+++ trunk/security/dirmngr/files/patch-configure 2014-09-07 18:12:31 UTC (rev 16957)
@@ -0,0 +1,11 @@
+--- configure.orig 2010-06-14 09:44:03.000000000 +0200
++++ configure 2013-10-28 17:10:59.000000000 +0100
+@@ -8627,6 +8627,8 @@
+ int
+ main ()
+ {
++BerElement *berctx = NULL;
++ber_free(berctx, 0);
+ ldap_open("foobar",1234);
+ ;
+ return 0;
Modified: trunk/security/dirmngr/pkg-plist
===================================================================
--- trunk/security/dirmngr/pkg-plist 2014-09-07 18:10:13 UTC (rev 16956)
+++ trunk/security/dirmngr/pkg-plist 2014-09-07 18:12:31 UTC (rev 16957)
@@ -1,6 +1,8 @@
bin/dirmngr
bin/dirmngr-client
libexec/dirmngr_ldap
+man/man1/dirmngr-client.1.gz
+man/man1/dirmngr.1.gz
%%DOCSDIR%%/examples/README
%%DOCSDIR%%/examples/bnetza-10r-ocsp.signer
%%DOCSDIR%%/examples/dirmngr.conf
More information about the Midnightbsd-cvs
mailing list