Date: Wed, 18 Jun 2003 03:25:31 -0700 From: Michael Reifenberger <mr@hub.freebsd.org> To: ports@FreeBSD.org Subject: patches for openldap20 Message-ID: <20030618102531.2826237B401@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> .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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030618102531.2826237B401>