svn commit: r461681 - head/textproc/py-qrcode

Craig Leres leres at FreeBSD.org
Tue Feb 13 02:43:08 UTC 2018


Author: leres
Date: Tue Feb 13 02:43:07 2018
New Revision: 461681
URL: https://svnweb.freebsd.org/changeset/ports/461681

Log:
  Allow concurrent installation (USE_PYTHON=concurrent).
  
  PR:		225842
  Submitted by:	John Hein
  Reviewed by:	ler (mentor)
  Approved by:	ler (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14342

Modified:
  head/textproc/py-qrcode/Makefile

Modified: head/textproc/py-qrcode/Makefile
==============================================================================
--- head/textproc/py-qrcode/Makefile	Tue Feb 13 00:59:28 2018	(r461680)
+++ head/textproc/py-qrcode/Makefile	Tue Feb 13 02:43:07 2018	(r461681)
@@ -3,7 +3,7 @@
 
 PORTNAME=	qrcode
 PORTVERSION=	5.3
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,7 +17,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.8:devel/py-
 		${PYTHON_PKGNAMEPREFIX}pillow>=2.6:graphics/py-pillow@${FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 post-patch:
 	${REINPLACE_CMD} -e 's|share/\(man/man1\)|\1|' ${WRKSRC}/setup.py


More information about the svn-ports-all mailing list