svn commit: r452761 - head/mail/fetchmail

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Oct 24 09:23:33 UTC 2017


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
 


More information about the svn-ports-all mailing list