diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-11-08 20:35:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-11-08 20:35:43 +0800 |
commit | ef4b6f180adc6c6d555272741babd99c6b46bd5f (patch) | |
tree | 7795d7d60670a5e8ed8367d68f14ca0216b2eb0d /mail/thunderbird/Makefile | |
parent | 0997eb73d8228aa686600e54a2965a7368c8fcdc (diff) | |
download | freebsd-ports-gnome-ef4b6f180adc6c6d555272741babd99c6b46bd5f.tar.gz freebsd-ports-gnome-ef4b6f180adc6c6d555272741babd99c6b46bd5f.tar.zst freebsd-ports-gnome-ef4b6f180adc6c6d555272741babd99c6b46bd5f.zip |
gecko: backport fix for crash on 9.x (lang/gcc5 + -O3)
https://lists.freebsd.org/pipermail/freebsd-gecko/2016-November/006752.html
https://bugzilla.mozilla.org/show_bug.cgi?id=757366
MFH: 2016Q4 (blanket)
Diffstat (limited to 'mail/thunderbird/Makefile')
-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 8fb053427472..ecd98239ecd5 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 45.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source |