Date: Thu, 4 Feb 1999 12:30:20 +1100 (EST) From: lodea@vet.com.au To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9900: Update of OpenLDAP port to 1.1.4 Message-ID: <199902040130.MAA13992@angmar.mel.cybec.com.au>
next in thread | raw e-mail | index | archive | help
>Number: 9900 >Category: ports >Synopsis: Version 1.1.4 of OpenLDAP released >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 3 17:40:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Lachlan O'Dea >Release: FreeBSD 2.2.8-STABLE i386 >Organization: Computer Associates >Environment: Only tested on 2.2.8 so far. >Description: Update of port to version 1.1.4. Kurt Zeilenga from OpenLDAP also requested that this port be added to the databases category, as a directory is also a database. >How-To-Repeat: >Fix: diff -ruN openldap-1.1.2/Makefile openldap/Makefile --- openldap-1.1.2/Makefile Tue Jan 5 13:56:58 1999 +++ openldap/Makefile Thu Feb 4 11:47:52 1999 @@ -1,17 +1,17 @@ # New ports collection makefile for: openldap -# Version required: 1.1.2 +# Version required: 1.1.4 # Date created: 20 Sep 1998 # Whom: Lachlan O'Dea # # $Id: Makefile,v 1.4 1999/01/04 15:49:04 dirk Exp $ # -DISTNAME= openldap-1.1.2 -CATEGORIES= net +DISTNAME= openldap-1.1.4 +CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ - + ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ + ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ EXTRACT_SUFX= .tgz MAINTAINER= ulmo@earthling.net @@ -19,7 +19,8 @@ WRKSRC= ${WRKDIR}/ldap GNU_CONFIGURE= yes -.include "${.CURDIR}/files/manpages" +.include <bsd.port.pre.mk> +.include "${FILESDIR}/manpages" pre-build: cd ${WRKSRC} ; make depend @@ -37,4 +38,4 @@ ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ ${PREFIX}/bin/ldapmodify -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff -ruN openldap-1.1.2/files/md5 openldap/files/md5 --- openldap-1.1.2/files/md5 Mon Jan 4 09:23:03 1999 +++ openldap/files/md5 Thu Feb 4 11:20:42 1999 @@ -1 +1 @@ -MD5 (openldap-1.1.2.tgz) = 6d350f4da0aaca4fed8390bb3459cab7 +MD5 (openldap-1.1.4.tgz) = ddc10ba2053483992f4c660c459b6662 >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?199902040130.MAA13992>