Date: Thu, 11 Jul 2002 13:36:40 +0200 (CEST) From: Christian Brueffer <chris@unixpages.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/40456: [MAINTAINER UPDATE] net/ldapdiff 0.8.2 -> 0.8.3 Message-ID: <20020711113640.11E63ABA0@milan.hitnet.rwth-aachen.de>
next in thread | raw e-mail | index | archive | help
>Number: 40456 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/ldapdiff 0.8.2 -> 0.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Jul 11 04:40:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Christian Brueffer >Release: FreeBSD 4.6-STABLE i386 >Organization: >Environment: System: FreeBSD milan.hitnet.rwth-aachen.de 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jun 28 12:47:08 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386 >Description: Update port 0.8.2 -> 0.8.3 Remove patches Remove pkg-message >How-To-Repeat: >Fix: --- ldapdiff.update begins here --- diff -ruN /usr/ports/net/ldapdiff/Makefile ldapdiff/Makefile --- /usr/ports/net/ldapdiff/Makefile Thu Jul 11 08:52:07 2002 +++ ldapdiff/Makefile Thu Jul 11 11:32:22 2002 @@ -6,7 +6,7 @@ # PORTNAME= ldapdiff -PORTVERSION= 0.8.2 +PORTVERSION= 0.8.3 CATEGORIES= net MASTER_SITES= http://webtomware.rhoen.de/ \ http://unixpages.org/distfiles/ @@ -42,6 +42,5 @@ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff -ruN /usr/ports/net/ldapdiff/distinfo ldapdiff/distinfo --- /usr/ports/net/ldapdiff/distinfo Thu Jul 11 08:52:07 2002 +++ ldapdiff/distinfo Thu Jul 11 09:01:07 2002 @@ -1 +1 @@ -MD5 (ldapdiff-0.8.2.tar.gz) = e58652727f647fac34ee0ff444771154 +MD5 (ldapdiff-0.8.3.tar.gz) = 6fb3e1cb609b780b8810a80fcad97e68 diff -ruN /usr/ports/net/ldapdiff/files/patch-base64.c ldapdiff/files/patch-base64.c --- /usr/ports/net/ldapdiff/files/patch-base64.c Thu Jul 11 07:05:01 2002 +++ ldapdiff/files/patch-base64.c Thu Jan 1 00:00:00 1970 @@ -1,10 +0,0 @@ ---- base64.c.orig Sat Jul 6 10:22:29 2002 -+++ base64.c Sat Jul 6 10:22:51 2002 -@@ -46,6 +46,7 @@ - static const char rcsid[] = "$Id: base64.c,v 1.1 2001/02/22 07:22:08 mellon Exp $"; - #endif /* not lint */ - -+#include <sys/types.h> - #include <stdlib.h> - #include <string.h> - #include <ctype.h> diff -ruN /usr/ports/net/ldapdiff/files/patch-ldapparse.c ldapdiff/files/patch-ldapparse.c --- /usr/ports/net/ldapdiff/files/patch-ldapparse.c Thu Jul 11 07:05:01 2002 +++ ldapdiff/files/patch-ldapparse.c Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- ldapparse.c.orig Sat Jul 6 10:21:57 2002 -+++ ldapparse.c Sat Jul 6 10:23:34 2002 -@@ -25,6 +25,8 @@ - #include <stdlib.h> - #include <errno.h> - -+#include <sys/types.h> -+ - #include "ldapdiff.h" - #include "base64.h" - diff -ruN /usr/ports/net/ldapdiff/files/patch-ldapwrite.c ldapdiff/files/patch-ldapwrite.c --- /usr/ports/net/ldapdiff/files/patch-ldapwrite.c Thu Jul 11 07:05:01 2002 +++ ldapdiff/files/patch-ldapwrite.c Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ ---- ldapwrite.c.orig Sat Jul 6 10:22:20 2002 -+++ ldapwrite.c Sat Jul 6 10:23:16 2002 -@@ -24,6 +24,8 @@ - #include <stdlib.h> - #include <string.h> - -+#include <sys/types.h> -+ - #include "ldapdiff.h" - #include "base64.h" - diff -ruN /usr/ports/net/ldapdiff/pkg-message ldapdiff/pkg-message --- /usr/ports/net/ldapdiff/pkg-message Thu Jun 27 14:13:07 2002 +++ ldapdiff/pkg-message Thu Jan 1 00:00:00 1970 @@ -1,11 +0,0 @@ - -When using ldapdiff, you have to start it with the -p option -in order to make it use the provided config file. - -Example: ldapdiff -p /usr/local/etc/ldapdiff.conf - -If you want to make use of the plugin feature, put your -specific code into ${PREFIX}/share/ldapdiff/plugins/skeleton.c -and compile it. Afterwards you have to adapt your config file -accordingly. - --- ldapdiff.update ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020711113640.11E63ABA0>