svn commit: r434079 - head/textproc/py-pygments

Dmitry Sivachenko demon at FreeBSD.org
Tue Feb 14 11:12:29 UTC 2017


Author: demon
Date: Tue Feb 14 11:12:28 2017
New Revision: 434079
URL: https://svnweb.freebsd.org/changeset/ports/434079

Log:
  Allow concurrent installs.
  
  PR:		214295
  Submitted by:	Matthieu Volat <mazhe at alkumuna.eu>
  maintainer timeout.

Modified:
  head/textproc/py-pygments/Makefile

Modified: head/textproc/py-pygments/Makefile
==============================================================================
--- head/textproc/py-pygments/Makefile	Tue Feb 14 11:10:43 2017	(r434078)
+++ head/textproc/py-pygments/Makefile	Tue Feb 14 11:12:28 2017	(r434079)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pygments
 PORTVERSION=	2.1.3
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ COMMENT=	Syntax highlighter written in P
 LICENSE=	BSD2CLAUSE
 
 USES=		python
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list