diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-02 05:37:14 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-02 05:37:14 +0800 |
commit | 2f298739592581a16362170d3828af5361484bd6 (patch) | |
tree | 2b0ed720a8e8a072b3c53f412558787d03159abc /mail | |
parent | 8ffc1c653a25a009746f53096a391a7e1c9111ed (diff) | |
download | freebsd-ports-gnome-2f298739592581a16362170d3828af5361484bd6.tar.gz freebsd-ports-gnome-2f298739592581a16362170d3828af5361484bd6.tar.zst freebsd-ports-gnome-2f298739592581a16362170d3828af5361484bd6.zip |
gecko: switch to clang70
Standardizing on one Clang version makes stability more predictable
across supported FreeBSD versions. As a side effect performance may
suffer some improvement. This also makes it easier to enable LTO as
old LLD versions are more buggy.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index db47e1da418a..6d6917631234 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |