diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2021-02-14 23:45:10 +0800 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2021-02-14 23:45:10 +0800 |
commit | 6bebfaa8a06c3187bca906011d999c16309d24ae (patch) | |
tree | 5e766fb7e5ba1a7986d2a87601f3d0b9735dc0c8 /databases/ods2sql | |
parent | 81c9086f8e0100f8cd0dd6642ca8425958baaf12 (diff) | |
download | freebsd-ports-gnome-6bebfaa8a06c3187bca906011d999c16309d24ae.tar.gz freebsd-ports-gnome-6bebfaa8a06c3187bca906011d999c16309d24ae.tar.zst freebsd-ports-gnome-6bebfaa8a06c3187bca906011d999c16309d24ae.zip |
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
Diffstat (limited to 'databases/ods2sql')
-rw-r--r-- | databases/ods2sql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 308b7a7b1e02..508681c9d32b 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -2,7 +2,7 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org |