svn commit: r468868 - head/www/radicale
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 2 20:32:24 UTC 2018
Author: sunpoet
Date: Wed May 2 20:32:23 2018
New Revision: 468868
URL: https://svnweb.freebsd.org/changeset/ports/468868
Log:
Relax USES=python
- Allow concurrent installation (USE_PYTHON=concurrent)
- Bump PORTREVISION for package change
py-ldap has been updated to 3.0.0 which supports Python 3.
Modified:
head/www/radicale/Makefile
Modified: head/www/radicale/Makefile
==============================================================================
--- head/www/radicale/Makefile Wed May 2 19:03:18 2018 (r468867)
+++ head/www/radicale/Makefile Wed May 2 20:32:23 2018 (r468868)
@@ -3,6 +3,7 @@
PORTNAME= radicale
PORTVERSION= 1.1.6
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,8 @@ COMMENT= Python based CalDAV/CardDAV server
LICENSE= GPLv3
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist concurrent distutils
+USES= python
NO_ARCH= yes
@@ -27,14 +29,6 @@ HTTP_DESC= HTTP authentication support
HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0:www/py-requests1@${FLAVOR}
LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${FLAVOR}
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MLDAP}
-USES+= python:2.7
-.else
-USES+= python
-.endif
post-patch:
@${REINPLACE_CMD} 's|~/.config/radicale|${DATADIR}|; s|/etc|${PREFIX}/etc|' ${WRKSRC}/config
More information about the svn-ports-head
mailing list