pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/Radicale
Module Name: pkgsrc
Committed By: maya
Date: Sat Jan 16 20:24:17 UTC 2021
Modified Files:
pkgsrc/net/Radicale: Makefile options.mk
Log Message:
Radicale: include rationale for python3, fix pkglint warning about
?= before bsd.prefs.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/Radicale/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/Radicale/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/Radicale/Makefile
diff -u pkgsrc/net/Radicale/Makefile:1.25 pkgsrc/net/Radicale/Makefile:1.26
--- pkgsrc/net/Radicale/Makefile:1.25 Fri Dec 4 20:45:32 2020
+++ pkgsrc/net/Radicale/Makefile Sat Jan 16 20:24:16 2021
@@ -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}
Index: pkgsrc/net/Radicale/options.mk
diff -u pkgsrc/net/Radicale/options.mk:1.11 pkgsrc/net/Radicale/options.mk:1.12
--- pkgsrc/net/Radicale/options.mk:1.11 Sat Jan 16 20:21:40 2021
+++ pkgsrc/net/Radicale/options.mk Sat Jan 16 20:24:16 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index