pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/phpldapadmin Remove the dependency on php4-d...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c474b0d174f1
branches:  trunk
changeset: 521712:c474b0d174f1
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Nov 18 21:46:44 2006 +0000

description:
Remove the dependency on php4-domxml/php5-dom, as it is not stricly necessary
(phpldapadmin works fine without).  This removes a number of second-order
dependencies for this package.  Bump PKGREVISION.

Ok with adrianp (who originally added the dependency).

diffstat:

 databases/phpldapadmin/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r 0dd37b796317 -r c474b0d174f1 databases/phpldapadmin/Makefile
--- a/databases/phpldapadmin/Makefile   Sat Nov 18 21:08:54 2006 +0000
+++ b/databases/phpldapadmin/Makefile   Sat Nov 18 21:46:44 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2006/06/08 15:31:08 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2006/11/18 21:46:44 ghen Exp $
 
 DISTNAME=      phpldapadmin-${VERSION}
 CATEGORIES=    databases www
-PKGREVISION=   3
+PKGREVISION=   4
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/}
 
 MAINTAINER=    rasputnik%hellooperator.net@localhost
@@ -14,11 +14,6 @@
 
 DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=4.1.2:../../databases/php-ldap
 DEPENDS+=      ${PHP_PKG_PREFIX}-gettext>=4.1.2:../../devel/php-gettext
-.if ${PKG_PHP_VERSION} == "4"
-DEPENDS+=      ${PHP_PKG_PREFIX}-domxml>=4.1.2:../../textproc/php4-domxml
-.elif ${PKG_PHP_VERSION} == "5"
-DEPENDS+=      ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom
-.endif
 
 VERSION=       0.9.8.3
 NO_BUILD=      YES



Home | Main Index | Thread Index | Old Index