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

Steve Wills swills at FreeBSD.org
Thu Jul 26 22:43:41 UTC 2018


Author: swills
Date: Thu Jul 26 22:43:40 2018
New Revision: 475403
URL: https://svnweb.freebsd.org/changeset/ports/475403

Log:
  mail/py-afew: support both Python 2 and 3
  
  PR:		227894
  Submitted by:	Sebastian Schwarz <seschwar at gmail.com> (maintainer)

Modified:
  head/mail/py-afew/Makefile   (contents, props changed)

Modified: head/mail/py-afew/Makefile
==============================================================================
--- head/mail/py-afew/Makefile	Thu Jul 26 22:43:21 2018	(r475402)
+++ head/mail/py-afew/Makefile	Thu Jul 26 22:43:40 2018	(r475403)
@@ -2,7 +2,7 @@
 
 PORTNAME=	afew
 DISTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -23,7 +23,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}chardet>0:textproc
 		notmuch:mail/notmuch
 
 USES=		python
-USE_PYTHON=	distutils concurrent autoplist noflavors
+USE_PYTHON=	distutils concurrent autoplist
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	MANPAGES DOCS


More information about the svn-ports-all mailing list