diff options
Diffstat (limited to 'mail/thunderbird')
-rw-r--r-- | mail/thunderbird/Makefile | 4 | ||||
-rw-r--r-- | mail/thunderbird/distinfo | 6 | ||||
-rw-r--r-- | mail/thunderbird/files/patch-bug1973073 | 23 |
3 files changed, 5 insertions, 28 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 96a7d8074294..5c444eb125ad 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,9 +1,9 @@ PORTNAME= thunderbird DISTVERSION= 140.0 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}${DISTVERSIONSUFFIX}/source \ - MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build1/source + MOZILLA/${PORTNAME}/candidates/${DISTVERSION}${DISTVERSIONSUFFIX}-candidates/build2/source DISTFILES= ${DISTNAME}.source${EXTRACT_SUFX} MAINTAINER= gecko@FreeBSD.org diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index f30f58ad77a5..9fb311041439 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750334571 -SHA256 (thunderbird-140.0.source.tar.xz) = 782d1b6403889ae58e745fa411478a112e5a73d84d7c56a75c29d1a9da374a22 -SIZE (thunderbird-140.0.source.tar.xz) = 748958084 +TIMESTAMP = 1751475445 +SHA256 (thunderbird-140.0.source.tar.xz) = 367d6e5e8c2190871f72bcd137bf03911a749b0530bbc182a18ad03389c9386e +SIZE (thunderbird-140.0.source.tar.xz) = 755175976 diff --git a/mail/thunderbird/files/patch-bug1973073 b/mail/thunderbird/files/patch-bug1973073 deleted file mode 100644 index af0d682e8d03..000000000000 --- a/mail/thunderbird/files/patch-bug1973073 +++ /dev/null @@ -1,23 +0,0 @@ - -# HG changeset patch -# User Daniel Darnell <daniel@thunderbird.net> -# Date 1750358329 25200 -# Node ID 68f59e2fec41c8c2e6b89de9a119a862a8358add -# Parent 275763c890c435d54bfc540dbd26bed5e170cd4a -Bug 1973073 - Temporarily hard-code MOZ_OFFICIAL_BRANDING_DIRECTORY into confvars.sh (for comm-release). rs=bustage-fix a=dandarnell - -diff --git comm/mail/confvars.sh comm/mail/confvars.sh ---- comm/mail/confvars.sh -+++ comm/mail/confvars.sh -@@ -1,9 +1,9 @@ - #! /bin/sh - # This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - - MOZ_BRANDING_DIRECTORY=comm/mail/branding/nightly - - # This is a temporary hard-coded measure to accomodate MSIX repackaging --MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/tb_beta -+MOZ_OFFICIAL_BRANDING_DIRECTORY=comm/mail/branding/thunderbird - |