pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/roundcube Fix LDAP directory feature



details:   https://anonhg.NetBSD.org/pkgsrc/rev/235b5e23d636
branches:  trunk
changeset: 652650:235b5e23d636
user:      manu <manu%pkgsrc.org@localhost>
date:      Sat Jun 06 05:33:39 2015 +0000

description:
Fix LDAP directory feature

Add dependency on net/pear-Net_LDAP3 when ldap option is enabled, as
the LDAP directory feature of Roundcube requires it.

diffstat:

 mail/roundcube/Makefile   |  4 ++--
 mail/roundcube/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r eb26f4b8d9c3 -r 235b5e23d636 mail/roundcube/Makefile
--- a/mail/roundcube/Makefile   Sat Jun 06 05:26:55 2015 +0000
+++ b/mail/roundcube/Makefile   Sat Jun 06 05:33:39 2015 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.71 2015/05/24 14:48:54 jym Exp $
+# $NetBSD: Makefile,v 1.72 2015/06/06 05:33:39 manu Exp $
 
 DISTNAME=      roundcubemail-1.1.1
 PKGNAME=       ${DISTNAME:S/mail-/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=roundcubemail/}
 
diff -r eb26f4b8d9c3 -r 235b5e23d636 mail/roundcube/options.mk
--- a/mail/roundcube/options.mk Sat Jun 06 05:26:55 2015 +0000
+++ b/mail/roundcube/options.mk Sat Jun 06 05:33:39 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.8 2013/06/15 16:08:09 taca Exp $
+# $NetBSD: options.mk,v 1.9 2015/06/06 05:33:39 manu Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.roundcube
 
@@ -51,6 +51,7 @@
 ###
 .if !empty(PKG_OPTIONS:Mldap)
 DEPENDS+=      ${PHP_PKG_PREFIX}-ldap>=4.3.1:../../databases/php-ldap
+DEPENDS+=      pear-Net_LDAP3:../../net/pear-Net_LDAP3
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index