Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2018 02:43:08 +0000 (UTC)
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461681 - head/textproc/py-qrcode
Message-ID:  <201802130243.w1D2h8Io050642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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