From owner-svn-ports-head@freebsd.org Tue Oct 24 09:23:33 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82B9EE46562; Tue, 24 Oct 2017 09:23:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5009177689; Tue, 24 Oct 2017 09:23:33 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9O9NWOQ065265; Tue, 24 Oct 2017 09:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9O9NW78065264; Tue, 24 Oct 2017 09:23:32 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201710240923.v9O9NW78065264@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 24 Oct 2017 09:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452761 - head/mail/fetchmail X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/mail/fetchmail X-SVN-Commit-Revision: 452761 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 09:23:33 -0000 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