diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-13 08:36:35 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2020-10-13 08:36:35 +0000 |
commit | d9b97de179c9fd40d60ae2a5bfd88345c24224a6 (patch) | |
tree | 18466482208f0156b3fbf6da4b2d4af87fe469fd /sysutils/hexyl/Makefile | |
parent | 08812e658283f35fada5819db71cbcf0f6cc91e5 (diff) | |
download | freebsd-ports-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 'sysutils/hexyl/Makefile')
-rw-r--r-- | sysutils/hexyl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 8923aa2b889c..c81049951d03 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -3,7 +3,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils MAINTAINER= ports@FreeBSD.org |