diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 10:51:32 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2022-08-25 10:51:32 +0200 |
commit | c7912d97754bb7aa9a18eb33df53f91cba4cd82d (patch) | |
tree | 24ceda4636b1d1d96b8c952288f9320fcbd47a1b /editors/parinfer-rust | |
parent | mail/thunderbird: Fix build with rust 1.63.0 (diff) |
lang/rust: Bump revisions after 1.63.0
Diffstat (limited to 'editors/parinfer-rust')
-rw-r--r-- | editors/parinfer-rust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index ebb86958119e..a06d42aabe58 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3.20220110 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org |