Date: Wed, 2 May 2018 20:32:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468868 - head/www/radicale Message-ID: <201805022032.w42KWNsi068841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805022032.w42KWNsi068841>