Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 09:23:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r452761 - head/mail/fetchmail
Message-ID:  <201710240923.v9O9NW78065264@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Oct 24 09:23:32 2017
New Revision: 452761
URL: https://svnweb.freebsd.org/changeset/ports/452761

Log:
  - Fix depends: always require python since fetchmailconf.py is always installed
  
  Approved by:	portmgr blanket

Modified:
  head/mail/fetchmail/Makefile

Modified: head/mail/fetchmail/Makefile
==============================================================================
--- head/mail/fetchmail/Makefile	Tue Oct 24 09:04:27 2017	(r452760)
+++ head/mail/fetchmail/Makefile	Tue Oct 24 09:23:32 2017	(r452761)
@@ -3,7 +3,7 @@
 
 PORTNAME=	fetchmail
 PORTVERSION=	6.3.26
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	SF/${PORTNAME}/branch_6.3/ \
 		http://mandree.home.pages.de/${PORTNAME}/
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${LOCALBASE}/share/certs/ca-root-nss.crt:
 USERS=		${PORTNAME}
 GROUPS=		${USERS}
 
-USES=		cpe gmake shebangfix tar:xz ssl
+USES=		cpe gmake python shebangfix tar:xz ssl
 SHEBANG_FILES=	fetchmailconf.py
 
 USE_RC_SUBR=	fetchmail
@@ -60,7 +60,6 @@ NTLM_PORTDOCS=		README.NTLM
 POP2_CONFIGURE_ENABLE=	POP2
 
 X11_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>=0:x11-toolkits/py-tkinter
-X11_USES=	python
 X11_CONFIGURE_OFF=	PYTHON=:
 X11_SUB_FILES_OFF=	fetchmailconf
 



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