diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-09 13:36:53 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-09 13:38:16 +0200 |
commit | e1d1045bc7a57cb26a07750a25c7b8bdd94b7175 (patch) | |
tree | 863958373c572b992b08e55055272272628ac5e0 /misc/arrow-datafusion | |
parent | www/firefox-esr: Fix build with rust 1.70.0 (diff) |
lang/rust: Bump revisions after 1.70.0
PR: 271797
Diffstat (limited to 'misc/arrow-datafusion')
-rw-r--r-- | misc/arrow-datafusion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index 38636c084073..675265d58f5d 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 16.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |