diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-30 18:26:53 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-30 18:26:53 +0000 |
commit | 9137d53fe23834d513ecef7d7af6401722f20e96 (patch) | |
tree | 7c2753468f66dca2cd90ddc15ca644ec4a904ca3 /www/firefox-esr/Makefile | |
parent | ac3eaa756763d5f3a92a9d7dd282a4dd9e24f90a (diff) | |
download | freebsd-ports-9137d53fe23834d513ecef7d7af6401722f20e96.zip |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index fa846e689a89..4b02c7227ac6 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -3,6 +3,7 @@ PORTNAME= firefox DISTVERSION= 68.11.0 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ |