diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-02-14 15:45:10 +0000 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-02-14 15:45:10 +0000 |
commit | 6bebfaa8a06c3187bca906011d999c16309d24ae (patch) | |
tree | 5e766fb7e5ba1a7986d2a87601f3d0b9735dc0c8 /x11/wezterm | |
parent | sysutils/py-azure-cli: Update to 2.19.1 (diff) |
lang/rust: Update to 1.50.0
- Use bundled libgit/libssh, the versions in ports are too old
- Update lang/rust-nightly to 2021-02-12
- Update devel/racer to 2.1.41
- Import upstream patch to fix build issue for Firefox and related ports (https://bugzilla.mozilla.org/show_bug.cgi?id=1684261)
Changes: https://github.com/rust-lang/rust/releases/tag/1.50.0
Tested by: mikael, pkubaj
Differential Revision: https://reviews.freebsd.org/D28616
Notes
Notes:
svn path=/head/; revision=565245
Diffstat (limited to 'x11/wezterm')
-rw-r--r-- | x11/wezterm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 50867dbed9bc..2714c52e7370 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -2,6 +2,7 @@ PORTNAME= wezterm DISTVERSION= 20210203-095643-70a364eb +PORTREVISION= 1 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |