From owner-freebsd-ports@FreeBSD.ORG Wed Jun 18 03:25:31 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2826237B401 for ; Wed, 18 Jun 2003 03:25:31 -0700 (PDT) To: ports@FreeBSD.org Date: Wed, 18 Jun 2003 03:25:31 -0700 From: Michael Reifenberger Message-Id: <20030618102531.2826237B401@hub.freebsd.org> Subject: patches for openldap20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2003 10:25:31 -0000 Hi, would the following patch be OK for commit? Index: Makefile =================================================================== RCS file: /home/pcvs/ports/net/openldap20/Makefile,v retrieving revision 1.69 diff -u -p -u -r1.69 Makefile --- Makefile 17 Jun 2003 20:56:45 -0000 1.69 +++ Makefile 18 Jun 2003 10:23:07 -0000 @@ -6,8 +6,8 @@ # PORTNAME= openldap20 -PORTVERSION= 2.0.25 -PORTREVISION= 4 +PORTVERSION= 2.0.27 +PORTREVISION= 1 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ http://www.PlanetMirror.com/pub/openldap/%SUBDIR%/ \ @@ -90,9 +90,9 @@ BINS= bin/ldapadd \ .include .include "${FILESDIR}/manpages" -.if exists(${LOCALBASE}/lib/libdb4.so) -DB_CFLAGS= -I${LOCALBASE}/include/db4 -LIB_DEPENDS+= db4.0:${PORTSDIR}/databases/db4 +.if exists(${LOCALBASE}/lib/libdb41.so) +DB_CFLAGS= -I${LOCALBASE}/include/db41 +LIB_DEPENDS+= db41:${PORTSDIR}/databases/db41 .else DB_CFLAGS= -I${LOCALBASE}/include/db3 LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3 Index: distinfo =================================================================== RCS file: /home/pcvs/ports/net/openldap20/distinfo,v retrieving revision 1.27 diff -u -p -u -r1.27 distinfo --- distinfo 18 Jul 2002 15:13:29 -0000 1.27 +++ distinfo 18 Jun 2003 10:23:07 -0000 @@ -1 +1 @@ -MD5 (openldap-2.0.25.tgz) = 57ed9ea3d872595076d6eab7b93337bd +MD5 (openldap-2.0.27.tgz) = a1e6508c471dd47205a3492cf57110a6