patches for openldap20

Michael Reifenberger mr at hub.freebsd.org
Wed Jun 18 03:25:31 PDT 2003


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


More information about the freebsd-ports mailing list