summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2023-12-08 16:04:09 +0100
committerMikael Urankar <mikael@FreeBSD.org>2023-12-08 16:04:09 +0100
commitb2afd89fb26437c5d9810b131370525352e63f71 (patch)
tree022825c3e031b727b4d97471fcbbe0ef408ea6fc /editors
parentnet-mgmt/gping: Fix build with rust 1.74 (diff)
lang/rust: Bump revisions after 1.74.1
PR: 275243
Diffstat (limited to 'editors')
-rw-r--r--editors/amp/Makefile2
-rw-r--r--editors/helix/Makefile1
-rw-r--r--editors/kak-lsp/Makefile1
-rw-r--r--editors/kibi/Makefile2
-rw-r--r--editors/languageclient-neovim/Makefile2
-rw-r--r--editors/lapce/Makefile2
-rw-r--r--editors/neovim-gtk/Makefile2
-rw-r--r--editors/ox/Makefile2
-rw-r--r--editors/parinfer-rust/Makefile2
-rw-r--r--editors/xi-core/Makefile2
-rw-r--r--editors/xi-term/Makefile2
11 files changed, 11 insertions, 9 deletions
diff --git a/editors/amp/Makefile b/editors/amp/Makefile
index 7fe31d355135..fe6636671227 100644
--- a/editors/amp/Makefile
+++ b/editors/amp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= amp
DISTVERSION= 0.6.2-27
DISTVERSIONSUFFIX= -g71df483
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
diff --git a/editors/helix/Makefile b/editors/helix/Makefile
index ca03bb183b6f..727a2a8f381a 100644
--- a/editors/helix/Makefile
+++ b/editors/helix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= helix
DISTVERSION= 23.10
+PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://git.sr.ht/~ecmma/tree-sitter-hare/archive/:treesitterhare \
https://git.sr.ht/~jummit/tree-sitter-wren/archive/:treesitterwren \
diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile
index ce3400c20611..9e7813a3f07e 100644
--- a/editors/kak-lsp/Makefile
+++ b/editors/kak-lsp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= kak-lsp
DISTVERSIONPREFIX= v
DISTVERSION= 15.0.0
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= mikael@FreeBSD.org
diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile
index 692fd488ea34..8c73d1344829 100644
--- a/editors/kibi/Makefile
+++ b/editors/kibi/Makefile
@@ -1,7 +1,7 @@
PORTNAME= kibi
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.2
-PORTREVISION= 25
+PORTREVISION= 26
CATEGORIES= editors
MAINTAINER= lcook@FreeBSD.org
diff --git a/editors/languageclient-neovim/Makefile b/editors/languageclient-neovim/Makefile
index d84a11605779..c2339da00f66 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= 7
+PORTREVISION= 8
CATEGORIES= editors
MAINTAINER= yuri@FreeBSD.org
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index 5a325fbf9995..2c1fc88cb954 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -1,7 +1,7 @@
PORTNAME= lapce
DISTVERSIONPREFIX= v
DISTVERSION= 0.2.8 # remove openssl-src-* from CARGO-CRATES each update
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
diff --git a/editors/neovim-gtk/Makefile b/editors/neovim-gtk/Makefile
index f51120b3c391..1eb5dd8d598b 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= 6
+PORTREVISION= 7
CATEGORIES= editors
MAINTAINER= asomers@FreeBSD.org
diff --git a/editors/ox/Makefile b/editors/ox/Makefile
index f04c8db50388..9941136bcfb2 100644
--- a/editors/ox/Makefile
+++ b/editors/ox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ox
DISTVERSION= 0.2.7
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= editors
PKGNAMESUFFIX= -text-editor
diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile
index 4e89e1d5c5fc..69706bacbcad 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= 17
+PORTREVISION= 18
CATEGORIES= editors
MAINTAINER= mikael@FreeBSD.org
diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile
index 973c8b7e3a98..45458e08a749 100644
--- a/editors/xi-core/Makefile
+++ b/editors/xi-core/Makefile
@@ -1,7 +1,7 @@
PORTNAME= xi-core
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.0.20230412
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org
diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile
index ecc6fea0c600..80d372577ce1 100644
--- a/editors/xi-term/Makefile
+++ b/editors/xi-term/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xi-term
DISTVERSION= g20190913
-PORTREVISION= 28
+PORTREVISION= 29
CATEGORIES= editors
MAINTAINER= eduardo@FreeBSD.org