diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-13 16:36:35 +0800 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-13 16:36:35 +0800 |
commit | d9b97de179c9fd40d60ae2a5bfd88345c24224a6 (patch) | |
tree | 18466482208f0156b3fbf6da4b2d4af87fe469fd /misc | |
parent | 08812e658283f35fada5819db71cbcf0f6cc91e5 (diff) | |
download | freebsd-ports-gnome-d9b97de179c9fd40d60ae2a5bfd88345c24224a6.tar.gz freebsd-ports-gnome-d9b97de179c9fd40d60ae2a5bfd88345c24224a6.tar.zst freebsd-ports-gnome-d9b97de179c9fd40d60ae2a5bfd88345c24224a6.zip |
lang/rust: Update to 1.47.0
- Add powerpc64le arch (submitted by bdragon in D26711)
- Disable DOCS, same problem fixed in r546048
- Update devel/racer to 2.1.36
- Import upstream patch to fix www/firefox
(https://hg.mozilla.org/integration/autoland/rev/e2cede25c027)
- Import gentoo patches to fix www/firefox-esr, www/cliqz and mail/thunderbird
(https://dev.gentoo.org/~whissi/mozilla/patchsets/firefox-esr-78-patches-03.tar.xz : 0036, 0037 and 0038)
- Force rebuild all consumers to catch regressions
Changelog:
https://github.com/rust-lang/rust/releases/tag/1.47.0
Differential Revision: https://reviews.freebsd.org/D26721
Diffstat (limited to 'misc')
-rw-r--r-- | misc/broot/Makefile | 1 | ||||
-rw-r--r-- | misc/ruut/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 51a0cfe077c6..4286616cb79c 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -3,6 +3,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v DISTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= vulcan@wired.sh diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index be1254788d6c..8822d5d545b1 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -3,7 +3,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |