From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 17:13:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5090E66464E; Tue, 6 Jul 2021 17:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK8Jt1GvXz4TRQ; Tue, 6 Jul 2021 17:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 146381D62D; Tue, 6 Jul 2021 17:13:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166HDHgC099601; Tue, 6 Jul 2021 17:13:17 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166HDHfG099600; Tue, 6 Jul 2021 17:13:17 GMT (envelope-from git) Date: Tue, 6 Jul 2021 17:13:17 GMT Message-Id: <202107061713.166HDHfG099600@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Joseph Mingrone Subject: git: 1a923b333bdf - main - mail/getmail6: emergency hotfix for 6.18 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jrm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 1a923b333bdf86a2279334dad3afc736a67442f6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 17:13:18 -0000 The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=1a923b333bdf86a2279334dad3afc736a67442f6 commit 1a923b333bdf86a2279334dad3afc736a67442f6 Author: Joseph Mingrone AuthorDate: 2021-07-06 16:59:22 +0000 Commit: Joseph Mingrone CommitDate: 2021-07-06 17:12:39 +0000 mail/getmail6: emergency hotfix for 6.18 A feature added in 6.18 causes problems. When trying to use all files in --getmaildir, getmail will choke on oldmail-* files, which are likely to be present. Since this is the new default behaviour for running getmail without any arguments, this change is very likely to break many installations. PR: 257024 Reported by: Michael Büker (maintainer) --- mail/getmail6/Makefile | 6 ++++-- mail/getmail6/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/mail/getmail6/Makefile b/mail/getmail6/Makefile index b6c32e237e79..149887f5e5b6 100644 --- a/mail/getmail6/Makefile +++ b/mail/getmail6/Makefile @@ -1,6 +1,7 @@ PORTNAME= getmail6 DISTVERSIONPREFIX= v -DISTVERSION= 6.18 +DISTVERSION= 6.18-1 +DISTVERSIONSUFFIX= -g9d15886 CATEGORIES= mail python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +11,10 @@ COMMENT= POP3/IMAP4 mail retriever (Python3 fork) LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/docs/COPYING -USES= python:3.6+ +USES= python:3.6+ shebangfix USE_GITHUB= yes USE_PYTHON= autoplist concurrent distutils +SHEBANG_FILES= getmail getmail-gmail-xoauth-tokens getmail_* NO_ARCH= yes NO_BUILD= yes diff --git a/mail/getmail6/distinfo b/mail/getmail6/distinfo index 96487c165705..0152f76e4115 100644 --- a/mail/getmail6/distinfo +++ b/mail/getmail6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625570539 -SHA256 (getmail6-getmail6-v6.18_GH0.tar.gz) = 928053ae0d7ae5666baa4a81c3428f25a7059296584eb0ce504ab1b4aba06897 -SIZE (getmail6-getmail6-v6.18_GH0.tar.gz) = 197774 +TIMESTAMP = 1625590688 +SHA256 (getmail6-getmail6-v6.18-1-g9d15886_GH0.tar.gz) = 45df957147252074de089e19f3871ae24b57083aea2e04fa8a630e420cac18b2 +SIZE (getmail6-getmail6-v6.18-1-g9d15886_GH0.tar.gz) = 197858