summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-08-18 00:52:47 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-08-18 00:52:47 +0000
commita97022659b318a66343f47ffbecbcc4f6fb1d9ff (patch)
tree64ca9332c78c3da305a1d68bdf9fa3147cd98c86 /www
parentwww/firefox: update to 80.0 (diff)
www/firefox-esr: update to 68.12.0
Changes: https://www.mozilla.org/firefox/68.12.0/releasenotes/
Notes
Notes: svn path=/head/; revision=545204
Diffstat (limited to 'www')
-rw-r--r--www/firefox-esr/Makefile3
-rw-r--r--www/firefox-esr/distinfo6
-rw-r--r--www/firefox-esr/files/patch-bug164098215
3 files changed, 4 insertions, 20 deletions
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
-