Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 22:43:41 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475403 - head/mail/py-afew
Message-ID:  <201807262243.w6QMhfmr008667@repo.freebsd.org>

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



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