Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2019 13:02:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493041 - head/mail/fetchmailconf
Message-ID:  <201902161302.x1GD27TC062858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb 16 13:02:07 2019
New Revision: 493041
URL: https://svnweb.freebsd.org/changeset/ports/493041

Log:
  fetchmailconf is not compatible with python 3.x
  
  PR:		234633

Modified:
  head/mail/fetchmailconf/Makefile

Modified: head/mail/fetchmailconf/Makefile
==============================================================================
--- head/mail/fetchmailconf/Makefile	Sat Feb 16 12:58:46 2019	(r493040)
+++ head/mail/fetchmailconf/Makefile	Sat Feb 16 13:02:07 2019	(r493041)
@@ -13,7 +13,7 @@ LICENSE_COMB=	dual
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter@${PY_FLAVOR} \
 		fetchmail>=${PORTVERSION}:mail/fetchmail
 
-USES=		python shebangfix tar:xz
+USES=		python:2.7 shebangfix tar:xz
 
 FILESDIR=	${.CURDIR}/files
 



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