Wed Nov 11 11:56:21 2015 UTC ()
py-dulwich is python-3.x compatible now.


(wiz)
diff -r1.2 -r1.3 pkgsrc/net/Radicale/options.mk

cvs diff -r1.2 -r1.3 pkgsrc/net/Radicale/options.mk (expand / switch to unified diff)

--- pkgsrc/net/Radicale/options.mk 2015/01/28 20:39:54 1.2
+++ pkgsrc/net/Radicale/options.mk 2015/11/11 11:56:21 1.3
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: options.mk,v 1.2 2015/01/28 20:39:54 wiz Exp $ 1# $NetBSD: options.mk,v 1.3 2015/11/11 11:56:21 wiz Exp $
2 2
3PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale 3PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
4PKG_SUPPORTED_OPTIONS= git ldap 4PKG_SUPPORTED_OPTIONS= git ldap
5 5
6.include "../../mk/bsd.options.mk" 6.include "../../mk/bsd.options.mk"
7 7
8.if !empty(PKG_OPTIONS:Mgit) 8.if !empty(PKG_OPTIONS:Mgit)
9PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-dulwich 
10DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich 9DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
11.endif 10.endif
12 11
13.if !empty(PKG_OPTIONS:Mldap) 12.if !empty(PKG_OPTIONS:Mldap)
14PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ldap 13PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ldap
15DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap 14DEPENDS+= ${PYPKGPREFIX}-ldap-[0-9]*:../../databases/py-ldap
16.endif 15.endif