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 /audio/spotifyd | |
parent | 08812e658283f35fada5819db71cbcf0f6cc91e5 (diff) |
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
Notes
Notes:
svn path=/head/; revision=552221
Diffstat (limited to 'audio/spotifyd')
-rw-r--r-- | audio/spotifyd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index fd0425de1e47..1ed2d7a12f53 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -3,7 +3,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.2.24 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org |