pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/Radicale Add ldap option, and mark as 2.x only whe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/895006cf2383
branches:  trunk
changeset: 645435:895006cf2383
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 28 20:39:54 2015 +0000

description:
Add ldap option, and mark as 2.x only when either option is selected.

diffstat:

 net/Radicale/options.mk |  10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r f8a872ef5e8f -r 895006cf2383 net/Radicale/options.mk
--- a/net/Radicale/options.mk   Wed Jan 28 19:18:42 2015 +0000
+++ b/net/Radicale/options.mk   Wed Jan 28 20:39:54 2015 +0000
@@ -1,10 +1,16 @@
-# $NetBSD: options.mk,v 1.1 2015/01/28 07:22:51 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2015/01/28 20:39:54 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.Radicale
-PKG_SUPPORTED_OPTIONS= git
+PKG_SUPPORTED_OPTIONS= git ldap
 
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mgit)
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # py-dulwich
 DEPENDS+=      ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
 .endif
+
+.if !empty(PKG_OPTIONS:Mldap)
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # py-ldap
+DEPENDS+=      ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
+.endif



Home | Main Index | Thread Index | Old Index