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 | |
parent | mail/thunderbird: Fix build with rust 1.63.0 (diff) |
lang/rust: Bump revisions after 1.63.0
Diffstat (limited to 'editors')
-rw-r--r-- | editors/amp/Makefile | 1 | ||||
-rw-r--r-- | editors/helix/Makefile | 2 | ||||
-rw-r--r-- | editors/kak-lsp/Makefile | 1 | ||||
-rw-r--r-- | editors/kibi/Makefile | 2 | ||||
-rw-r--r-- | editors/parinfer-rust/Makefile | 2 | ||||
-rw-r--r-- | editors/xi-core/Makefile | 2 | ||||
-rw-r--r-- | editors/xi-term/Makefile | 2 |
7 files changed, 7 insertions, 5 deletions
diff --git a/editors/amp/Makefile b/editors/amp/Makefile index 6ee5dd11e6cf..7543b01555c0 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,5 +1,6 @@ PORTNAME= amp DISTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 39f824739ab9..e871de5c3050 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 22.05 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecmma/tree-sitter-hare/archive/:treesitterhare DISTFILES= ${TREE_SITTER_HARE_REV}.tar.gz:treesitterhare diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index 44afba66499d..c80d1a5c6814 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 13.0.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 55e4d074d8b1..ef0e9eb6bec5 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org 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 diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index d5ed8622b114..a728f0aadaaa 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -1,7 +1,7 @@ PORTNAME= xi-core DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index 7d50fa2e00b9..e0a57e59fa5c 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -1,6 +1,6 @@ PORTNAME= xi-term DISTVERSION= g20190913 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org |