diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:23:43 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-11-08 09:24:20 +0100 |
commit | ca048c2884dc9822310a87e2dfebb8b1647095e2 (patch) | |
tree | edaca38404d3f036540850ef5e98013cf3593850 /editors | |
parent | x11/clipcat: Fix build with rust 1.82.0 (diff) |
lang/rust: Bump revisions after 1.82.0
PR: 282516
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ad/Makefile | 1 | ||||
-rw-r--r-- | editors/amp/Makefile | 2 | ||||
-rw-r--r-- | editors/helix/Makefile | 2 | ||||
-rw-r--r-- | editors/kakoune-lsp/Makefile | 1 | ||||
-rw-r--r-- | editors/kibi/Makefile | 2 | ||||
-rw-r--r-- | editors/languageclient-neovim/Makefile | 2 | ||||
-rw-r--r-- | editors/lapce/Makefile | 2 | ||||
-rw-r--r-- | editors/neovim-gtk/Makefile | 2 | ||||
-rw-r--r-- | editors/ox/Makefile | 1 | ||||
-rw-r--r-- | editors/parinfer-rust/Makefile | 2 |
10 files changed, 10 insertions, 7 deletions
diff --git a/editors/ad/Makefile b/editors/ad/Makefile index 8b7da67fe790..cacf615e0abf 100644 --- a/editors/ad/Makefile +++ b/editors/ad/Makefile @@ -1,5 +1,6 @@ PORTNAME= ad DISTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/amp/Makefile b/editors/amp/Makefile index 4d6762f59b65..f6a1d7cbac5a 100644 --- a/editors/amp/Makefile +++ b/editors/amp/Makefile @@ -1,6 +1,6 @@ PORTNAME= amp DISTVERSION= 0.7.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/helix/Makefile b/editors/helix/Makefile index 86224731b88e..a2976a2254f0 100644 --- a/editors/helix/Makefile +++ b/editors/helix/Makefile @@ -1,6 +1,6 @@ PORTNAME= helix DISTVERSION= 24.07 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= https://git.sr.ht/~ecs/tree-sitter-hare/archive/:treesitterhare \ https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \ diff --git a/editors/kakoune-lsp/Makefile b/editors/kakoune-lsp/Makefile index c61fdcc33d4d..ab03e8be6c91 100644 --- a/editors/kakoune-lsp/Makefile +++ b/editors/kakoune-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kakoune-lsp DISTVERSIONPREFIX= v DISTVERSION= 18.0.3 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 0a983326312b..fa87a2d6517e 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 33 +PORTREVISION= 34 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile index c3516d5a49d6..7fc5c27685ef 100644 --- a/editors/languageclient-neovim/Makefile +++ b/editors/languageclient-neovim/Makefile @@ -1,7 +1,7 @@ PORTNAME= languageclient-neovim DISTVERSION= 0.1.161-3 DISTVERSIONSUFFIX= -gcf6dd11 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= editors MAINTAINER= yuri@FreeBSD.org diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile index 797d89f1685c..fb8e5a120e61 100644 --- a/editors/lapce/Makefile +++ b/editors/lapce/Makefile @@ -1,7 +1,7 @@ PORTNAME= lapce DISTVERSIONPREFIX= v DISTVERSION= 0.4.2 # Cargo.lock patched: `make patch cargo-crates` -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile index 9a554a4a0915..5dfcf08cbb5b 100644 --- a/editors/neovim-gtk/Makefile +++ b/editors/neovim-gtk/Makefile @@ -1,7 +1,7 @@ PORTNAME= neovim-gtk DISTVERSIONPREFIX= v DISTVERSION= 1.0.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MAINTAINER= asomers@FreeBSD.org diff --git a/editors/ox/Makefile b/editors/ox/Makefile index 5e66c094abbb..2bd99e7cccae 100644 --- a/editors/ox/Makefile +++ b/editors/ox/Makefile @@ -1,5 +1,6 @@ PORTNAME= ox DISTVERSION= 0.6.6 +PORTREVISION= 1 CATEGORIES= editors PKGNAMESUFFIX= -text-editor diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 7104c23883ef..391f483e47fd 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= 25 +PORTREVISION= 26 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org |