- removed depend for php-pcre. Now php-pcre include in base php distribution - aded checking required php version - removed depend for php-mhash. MHash dependendy replaced by Hash Fix: ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/ldap-account-manager/Makefile /root/ldap-account-manager/Makefile --- /usr/ports/sysutils/ldap-account-manager/Makefile 2008-11-01 23:58:04.000000000 +0200 +++ /root/ldap-account-manager/Makefile 2008-12-10 19:25:06.000000000 +0200 @@ -7,7 +7,7 @@ PORTNAME= ldap-account-manager PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils www MASTER_SITES= SF/${PNAME} DISTNAME= ${PORTNAME:L}-${PORTVERSION} @@ -21,8 +21,9 @@ NO_BUILD= yes USE_GETTEXT= yes USE_PERL5= yes -USE_PHP= pcre xml gettext session mcrypt ldap mhash hash iconv +USE_PHP= xml gettext session mcrypt ldap hash iconv WANT_PHP_WEB= yes +DEFAULT_PHP_VER=5 PNAME= lam PORTDOCS= docs COPYING HISTORY INSTALL README ===> Done Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Ports PR.
Responsible Changed From-To: freebsd-ports-bugs->beech I'll take it
beech 2008-12-11 23:59:17 UTC FreeBSD ports repository Modified files: sysutils/ldap-account-manager Makefile Log: - Fix php-depends PR: ports/129551 Submitted by: "Vasiliy P. Melnik" <basil@vpm.net.ua> (maintainer) Revision Changes Path 1.33 +3 -2 ports/sysutils/ldap-account-manager/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, Thanks!