Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 01:45:29 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472741 - head/www/py-pywebdav
Message-ID:  <201806190145.w5J1jT8M024645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Jun 19 01:45:28 2018
New Revision: 472741
URL: https://svnweb.freebsd.org/changeset/ports/472741

Log:
  www/py-pywebdav: Add USE_PYTHON=concurrent

Modified:
  head/www/py-pywebdav/Makefile

Modified: head/www/py-pywebdav/Makefile
==============================================================================
--- head/www/py-pywebdav/Makefile	Tue Jun 19 01:43:46 2018	(r472740)
+++ head/www/py-pywebdav/Makefile	Tue Jun 19 01:45:28 2018	(r472741)
@@ -3,7 +3,7 @@
 
 PORTNAME=	PyWebDAV
 PORTVERSION=	0.9.8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www net python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +12,6 @@ MAINTAINER=	wen@FreeBSD.org
 COMMENT=	WebDAV Library and Server for Python
 
 USES=		python:2.7
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190145.w5J1jT8M024645>