From owner-svn-ports-all@freebsd.org Tue Feb 23 18:29:05 2021 Return-Path: Delivered-To: svn-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 423FC54D824; Tue, 23 Feb 2021 18:29:05 +0000 (UTC) (envelope-from cmt@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 4DlSHj1Mynz3wV5; Tue, 23 Feb 2021 18:29:05 +0000 (UTC) (envelope-from cmt@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2243B1DEE4; Tue, 23 Feb 2021 18:29:05 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11NIT5c4015521; Tue, 23 Feb 2021 18:29:05 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11NIT4lr015518; Tue, 23 Feb 2021 18:29:04 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <202102231829.11NIT4lr015518@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 23 Feb 2021 18:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r566421 - in branches/2021Q1/mail/thunderbird: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: cmt X-SVN-Commit-Paths: in branches/2021Q1/mail/thunderbird: . files X-SVN-Commit-Revision: 566421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2021 18:29:05 -0000 Author: cmt Date: Tue Feb 23 18:29:04 2021 New Revision: 566421 URL: https://svnweb.freebsd.org/changeset/ports/566421 Log: MFH: r565915 update thunderbird to 78.8.0 Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/ Modified: branches/2021Q1/mail/thunderbird/Makefile branches/2021Q1/mail/thunderbird/distinfo branches/2021Q1/mail/thunderbird/files/patch-bug1288587 Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/mail/thunderbird/Makefile ============================================================================== --- branches/2021Q1/mail/thunderbird/Makefile Tue Feb 23 18:28:00 2021 (r566420) +++ branches/2021Q1/mail/thunderbird/Makefile Tue Feb 23 18:29:04 2021 (r566421) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 78.7.1 +DISTVERSION= 78.8.0 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source Modified: branches/2021Q1/mail/thunderbird/distinfo ============================================================================== --- branches/2021Q1/mail/thunderbird/distinfo Tue Feb 23 18:28:00 2021 (r566420) +++ branches/2021Q1/mail/thunderbird/distinfo Tue Feb 23 18:29:04 2021 (r566421) @@ -1,3 +1,3 @@ -TIMESTAMP = 1612439010 -SHA256 (thunderbird-78.7.1.source.tar.xz) = 0ccc5a54fb2548489c9579f677cb4ff3c191b1d1fcf33bef6b1cf6eb704e385a -SIZE (thunderbird-78.7.1.source.tar.xz) = 361610852 +TIMESTAMP = 1613637279 +SHA256 (thunderbird-78.8.0.source.tar.xz) = 3f36fa5ffc85888eaf77afb5cdd51bdadce841b7ae0744f5f5cd147ef4975a9d +SIZE (thunderbird-78.8.0.source.tar.xz) = 353232724 Modified: branches/2021Q1/mail/thunderbird/files/patch-bug1288587 ============================================================================== --- branches/2021Q1/mail/thunderbird/files/patch-bug1288587 Tue Feb 23 18:28:00 2021 (r566420) +++ branches/2021Q1/mail/thunderbird/files/patch-bug1288587 Tue Feb 23 18:29:04 2021 (r566421) @@ -7,7 +7,7 @@ index 855214a..1e91d51 100644 @imports(_from='mozbuild.pythonutil', _import='python_executable_version') @imports(_from='six', _import='ensure_text') +@imports(_from='__builtin__', _import='KeyError') - def virtualenv_python3(env_python, build_env, mozconfig, help): + def virtualenv_python3(env_python, virtualenv_name, build_env, mozconfig, help): # Avoid re-executing python when running configure --help. if help: @@ -283,6 +284,12 @@ def virtualenv_python3(env_python, build_env, mozconfi