svn commit: r395691 - head/textproc/py-MarkupSafe

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Aug 31 13:32:56 UTC 2015


Author: sunpoet
Date: Mon Aug 31 13:32:55 2015
New Revision: 395691
URL: https://svnweb.freebsd.org/changeset/ports/395691

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Reword COMMENT

Modified:
  head/textproc/py-MarkupSafe/Makefile

Modified: head/textproc/py-MarkupSafe/Makefile
==============================================================================
--- head/textproc/py-MarkupSafe/Makefile	Mon Aug 31 13:32:51 2015	(r395690)
+++ head/textproc/py-MarkupSafe/Makefile	Mon Aug 31 13:32:55 2015	(r395691)
@@ -8,11 +8,11 @@ MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Implements a XML/HTML/XHTML Markup safe string for Python
+COMMENT=	Implements XML/HTML/XHTML Markup safe string for Python
 
 LICENSE=	BSD3CLAUSE
 
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list