summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/Radicale/Makefile6
-rw-r--r--net/Radicale/options.mk3
2 files changed, 6 insertions, 3 deletions
diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile
index 65c0cc661ff..7174e63da73 100644
--- a/net/Radicale/Makefile
+++ b/net/Radicale/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2020/12/04 20:45:32 nia Exp $
+# $NetBSD: Makefile,v 1.26 2021/01/16 20:24:16 maya Exp $
DISTNAME= Radicale-1.1.4
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= net time www
MASTER_SITES= ${MASTER_SITE_PYPI:=R/Radicale/}
@@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v3
EGDIR= share/examples/radicale
+.include "../../mk/bsd.prefs.mk"
+
RADICALE_USER?= www
RADICALE_GROUP?= www
PKG_GROUPS= ${RADICALE_GROUP}
diff --git a/net/Radicale/options.mk b/net/Radicale/options.mk
index b387f153658..1b4624838da 100644
--- a/net/Radicale/options.mk
+++ b/net/Radicale/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2021/01/16 20:21:40 maya Exp $
+# $NetBSD: options.mk,v 1.12 2021/01/16 20:24:16 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.Radicale
PKG_SUPPORTED_OPTIONS= git ldap
@@ -6,6 +6,7 @@ PKG_SUPPORTED_OPTIONS= git ldap
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mgit)
+# py-dulwich
PYTHON_VERSIONS_INCOMPATIBLE= 27
DEPENDS+= ${PYPKGPREFIX}-dulwich-[0-9]*:../../devel/py-dulwich
.endif