Date: Tue, 30 Sep 2003 16:49:32 +0200 From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Clement Laforet <sheepkiller@cultdeadsheep.org> Subject: ports/57406: [PATCH] sysutils/ldap-account-manager: Fix a wrong dependency, use lang/php4-horde Message-ID: <20030930144935.09E174400D@mx1.FreeBSD.org> Resent-Message-ID: <200309301500.h8UF0acm016014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57406 >Category: ports >Synopsis: [PATCH] sysutils/ldap-account-manager: Fix a wrong dependency, use lang/php4-horde >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 30 08:00:35 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 5.1-CURRENT i386 >Organization: cotds.org >Environment: System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386 >Description: I've made a mistake (I know copy and paste is evil !) in php dependency. Now we use lang/php4-horde so the package can be now built >How-To-Repeat: Read the Makefile, and find the mistake^Wtypo ! >Fix: --- lam.diff begins here --- Index: ldap-account-manager/Makefile =================================================================== RCS file: /WORK/REPO/ports/sysutils/ldap-account-manager/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- ldap-account-manager/Makefile 30 Sep 2003 11:49:06 -0000 1.1 +++ ldap-account-manager/Makefile 30 Sep 2003 14:43:20 -0000 @@ -7,6 +7,7 @@ PORTNAME= LDAP-Account-Manager PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= lam @@ -15,7 +16,7 @@ MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Webfrontend for managing accounts stored in an OpenLDAP server -RUN_DEPENDS= ${LOCALBASE}/${MOD_DIR}/libphp4.so:${PORTSDIR}/www/apache2 \ +RUN_DEPENDS= ${LOCALBASE}/${MOD_DIR}/libphp4.so:${PORTSDIR}/lang/php4-horde \ ${SITE_PERL}/${PERL_ARCH}/Quota.pm:${PORTSDIR}/sysutils/p5-Quota\ ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap --- lam.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030930144935.09E174400D>