svn commit: r472746 - head/mail/py-afew

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 02:07:27 UTC 2018


Author: yuri
Date: Tue Jun 19 02:07:26 2018
New Revision: 472746
URL: https://svnweb.freebsd.org/changeset/ports/472746

Log:
  mail/py-afew: Add USE_PYTHON=concurrent
  
  Approved by:	portmgr

Modified:
  head/mail/py-afew/Makefile

Modified: head/mail/py-afew/Makefile
==============================================================================
--- head/mail/py-afew/Makefile	Tue Jun 19 01:58:17 2018	(r472745)
+++ head/mail/py-afew/Makefile	Tue Jun 19 02:07:26 2018	(r472746)
@@ -2,6 +2,7 @@
 
 PORTNAME=	afew
 DISTVERSION=	1.3.0
+PORTREVISION=	1
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>0:textproc
 		notmuch:mail/notmuch
 
 USES=		python
-USE_PYTHON=	distutils autoplist noflavors
+USE_PYTHON=	distutils concurrent autoplist noflavors
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	MANPAGES DOCS


More information about the svn-ports-all mailing list