diff options
| author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-04-01 20:44:13 +0000 |
|---|---|---|
| committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2025-04-01 20:44:13 +0000 |
| commit | e78f6a1168991be92351f81f5a27e7639e900132 (patch) | |
| tree | dba1e3aa8a8ed7d834086f7aae8e9f1269d64c32 | |
| parent | b6e4283ca5f659b60653ff553c989bb73e7a37bc (diff) | |
mail/thunderbird: update to 137.0 (rc2)
Release Notes:
https://www.thunderbird.net/en-US/thunderbird/137.0/releasenotes/
While here, re-check system icu usability - still broken, so just
update the comment.
| -rw-r--r-- | mail/thunderbird/Makefile | 8 | ||||
| -rw-r--r-- | mail/thunderbird/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 5a94bd6b65bd..6994b1a3c3a9 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -1,8 +1,9 @@ PORTNAME= thunderbird DISTVERSION= 137.0 +PORTREVISION= 1 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 @@ -30,9 +31,8 @@ LIB_DEPENDS= libjson-c.so:devel/json-c USE_GECKO= gecko CONFLICTS_INSTALL= thunderbird-esr -# cannot use system icu: too old on 2025Q1 -# before re-enabling, check: - # https://unicode-org.atlassian.net/browse/ICU-22132 (fix not in 74.1) +# cannot use system icu: calendar is completely broken by +# https://unicode-org.atlassian.net/browse/ICU-22132 (fix not in 76.1) USE_MOZILLA= -icu -sqlite CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index bbf4305af941..4b95d9da2646 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743079619 -SHA256 (thunderbird-137.0.source.tar.xz) = e4b103686f264339f322501f4d2591cfd8e90e8c105a1ce9d99941db096c342c -SIZE (thunderbird-137.0.source.tar.xz) = 719178836 +TIMESTAMP = 1743531660 +SHA256 (thunderbird-137.0.source.tar.xz) = 7b93cf879d78f6b09ccd81f05b16b6772a1688c4cc7adfc8de669f647f85c5c1 +SIZE (thunderbird-137.0.source.tar.xz) = 713976656 |
