Date: Tue, 19 Jun 2018 02:07:27 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472746 - head/mail/py-afew Message-ID: <201806190207.w5J27R6W035412@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190207.w5J27R6W035412>