svn commit: r493041 - head/mail/fetchmailconf

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 13:02:08 UTC 2019


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
 


More information about the svn-ports-all mailing list