Date: Thu, 18 Feb 2021 09:29:22 +0000 (UTC) From: Christoph Moench-Tegeder <cmt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565915 - in head/mail/thunderbird: . files Message-ID: <202102180929.11I9TMM7078732@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Thu Feb 18 09:29:21 2021 New Revision: 565915 URL: https://svnweb.freebsd.org/changeset/ports/565915 Log: update thunderbird to 78.8.0 (rc1) Release Notes (soon): https://www.thunderbird.net/en-US/thunderbird/78.8.0/releasenotes/ MFH: 2021Q1 (when GA) Deleted: head/mail/thunderbird/files/patch-bug1684261 head/mail/thunderbird/files/patch-bug1690152 Modified: head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo head/mail/thunderbird/files/patch-bug1288587 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Thu Feb 18 09:22:42 2021 (r565914) +++ head/mail/thunderbird/Makefile Thu Feb 18 09:29:21 2021 (r565915) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= thunderbird -DISTVERSION= 78.7.1 -PORTREVISION= 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: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Thu Feb 18 09:22:42 2021 (r565914) +++ head/mail/thunderbird/distinfo Thu Feb 18 09:29:21 2021 (r565915) @@ -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: head/mail/thunderbird/files/patch-bug1288587 ============================================================================== --- head/mail/thunderbird/files/patch-bug1288587 Thu Feb 18 09:22:42 2021 (r565914) +++ head/mail/thunderbird/files/patch-bug1288587 Thu Feb 18 09:29:21 2021 (r565915) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102180929.11I9TMM7078732>