From owner-svn-ports-all@freebsd.org Wed May 2 20:32:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F4E1FB3B13; Wed, 2 May 2018 20:32:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0244D7AE1D; Wed, 2 May 2018 20:32:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F179515E6B; Wed, 2 May 2018 20:32:23 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w42KWN51068842; Wed, 2 May 2018 20:32:23 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w42KWNsi068841; Wed, 2 May 2018 20:32:23 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201805022032.w42KWNsi068841@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 2 May 2018 20:32:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468868 - head/www/radicale X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/www/radicale X-SVN-Commit-Revision: 468868 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2018 20:32:24 -0000 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 - -.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