From a97022659b318a66343f47ffbecbcc4f6fb1d9ff Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 18 Aug 2020 00:52:47 +0000 Subject: [PATCH] www/firefox-esr: update to 68.12.0 Changes: https://www.mozilla.org/firefox/68.12.0/releasenotes/ --- www/firefox-esr/Makefile | 3 +-- www/firefox-esr/distinfo | 6 +++--- www/firefox-esr/files/patch-bug1640982 | 15 --------------- 3 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 www/firefox-esr/files/patch-bug1640982 diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 95645e2b42c2..2bb7bb76c64d 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 68.11.0 -PORTREVISION= 2 +DISTVERSION= 68.12.0 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox-esr/distinfo b/www/firefox-esr/distinfo index 2772152bd413..2c44e317cf49 100644 --- a/www/firefox-esr/distinfo +++ b/www/firefox-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595279173 -SHA256 (firefox-68.11.0esr.source.tar.xz) = 91c1f7caaf1ba785b74799865227456bf784ba614d17cf5f0f41a5f25d6d2160 -SIZE (firefox-68.11.0esr.source.tar.xz) = 321294384 +TIMESTAMP = 1597688814 +SHA256 (firefox-68.12.0esr.source.tar.xz) = ae692bf2a15908cacbb9d4c7ccf78525a87410ff3f13befedc1926f849bc27cc +SIZE (firefox-68.12.0esr.source.tar.xz) = 313856956 diff --git a/www/firefox-esr/files/patch-bug1640982 b/www/firefox-esr/files/patch-bug1640982 deleted file mode 100644 index fe3282f3b3cc..000000000000 --- a/www/firefox-esr/files/patch-bug1640982 +++ /dev/null @@ -1,15 +0,0 @@ -Unbreak build with Rust 1.45.0 - -error: options `-C embed-bitcode=no` and `-C lto` are incompatible - ---- config/makefiles/rust.mk.orig 2020-06-22 22:55:02 UTC -+++ config/makefiles/rust.mk -@@ -47,7 +47,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS) - ifndef DEVELOPER_OPTIONS - ifndef MOZ_DEBUG_RUST - # Enable link-time optimization for release builds. --cargo_rustc_flags += -C lto -+cargo_rustc_flags += - endif - endif -