git: f4a61fe3f89d - main - editors/kakoune: Update to 2025.06.03
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 Jun 2025 07:27:10 UTC
The branch main has been updated by ashish:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f4a61fe3f89dd585ac4cac07fcdbabd2c56f6393
commit f4a61fe3f89dd585ac4cac07fcdbabd2c56f6393
Author: Oleh Hushchenkov <o.hushchenkov@gmail.com>
AuthorDate: 2025-06-07 07:16:53 +0000
Commit: Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2025-06-07 07:26:11 +0000
editors/kakoune: Update to 2025.06.03
- Switch to C++23
PR: 287275
---
editors/kakoune/Makefile | 5 ++---
editors/kakoune/distinfo | 6 +++---
editors/kakoune/pkg-plist | 9 +++++++++
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index d117caae3c0b..e332c11ab561 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,6 +1,5 @@
PORTNAME= kakoune
-DISTVERSION= 2024.05.18
-PORTREVISION= 1
+DISTVERSION= 2025.06.03
CATEGORIES= editors
MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/
@@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/UNLICENSE
# See https://github.com/mawww/kakoune/issues/2520
RUN_DEPENDS= setsid:sysutils/setsid
-USES= compiler:c++20-lang tar:bzip2
+USES= compiler:c++23-lang tar:bzip2
DATADIR= ${PREFIX}/share/kak
DOCSDIR= ${PREFIX}/share/doc/kak
diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo
index ddb97a740100..4f76e45d6672 100644
--- a/editors/kakoune/distinfo
+++ b/editors/kakoune/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1716012830
-SHA256 (kakoune-2024.05.18.tar.bz2) = dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa
-SIZE (kakoune-2024.05.18.tar.bz2) = 588347
+TIMESTAMP = 1748941545
+SHA256 (kakoune-2025.06.03.tar.bz2) = ced5941f1bdfb8ef6b0265b00bfd7389e392fb41b2bf11990cee9d6e95316499
+SIZE (kakoune-2025.06.03.tar.bz2) = 603942
diff --git a/editors/kakoune/pkg-plist b/editors/kakoune/pkg-plist
index b6a6671c296d..2436c8d269a5 100644
--- a/editors/kakoune/pkg-plist
+++ b/editors/kakoune/pkg-plist
@@ -76,12 +76,15 @@ libexec/kak/kak
%%DATADIR%%/rc/filetype/fennel.kak
%%DATADIR%%/rc/filetype/fidl.kak
%%DATADIR%%/rc/filetype/fish.kak
+%%DATADIR%%/rc/filetype/forth.kak
%%DATADIR%%/rc/filetype/fsharp.kak
%%DATADIR%%/rc/filetype/gas.kak
%%DATADIR%%/rc/filetype/gdscript.kak
%%DATADIR%%/rc/filetype/gentoo-linux.kak
%%DATADIR%%/rc/filetype/git.kak
%%DATADIR%%/rc/filetype/github.kak
+%%DATADIR%%/rc/filetype/gjs.kak
+%%DATADIR%%/rc/filetype/gleam.kak
%%DATADIR%%/rc/filetype/gluon.kak
%%DATADIR%%/rc/filetype/go.kak
%%DATADIR%%/rc/filetype/graphql.kak
@@ -122,11 +125,13 @@ libexec/kak/kak
%%DATADIR%%/rc/filetype/ocaml.kak
%%DATADIR%%/rc/filetype/odin.kak
%%DATADIR%%/rc/filetype/pascal.kak
+%%DATADIR%%/rc/filetype/perf.kak
%%DATADIR%%/rc/filetype/perl.kak
%%DATADIR%%/rc/filetype/php.kak
%%DATADIR%%/rc/filetype/pony.kak
%%DATADIR%%/rc/filetype/prolog.kak
%%DATADIR%%/rc/filetype/protobuf.kak
+%%DATADIR%%/rc/filetype/prql.kak
%%DATADIR%%/rc/filetype/pug.kak
%%DATADIR%%/rc/filetype/purescript.kak
%%DATADIR%%/rc/filetype/python.kak
@@ -150,10 +155,13 @@ libexec/kak/kak
%%DATADIR%%/rc/filetype/terraform.kak
%%DATADIR%%/rc/filetype/toml.kak
%%DATADIR%%/rc/filetype/troff.kak
+%%DATADIR%%/rc/filetype/ttl.kak
%%DATADIR%%/rc/filetype/tupfile.kak
%%DATADIR%%/rc/filetype/twig.kak
+%%DATADIR%%/rc/filetype/typst.kak
%%DATADIR%%/rc/filetype/vhdl.kak
%%DATADIR%%/rc/filetype/void-linux.kak
+%%DATADIR%%/rc/filetype/wren.kak
%%DATADIR%%/rc/filetype/yaml.kak
%%DATADIR%%/rc/filetype/zig.kak
%%DATADIR%%/rc/tools/autorestore.asciidoc
@@ -164,6 +172,7 @@ libexec/kak/kak
%%DATADIR%%/rc/tools/ctags.kak
%%DATADIR%%/rc/tools/doc.asciidoc
%%DATADIR%%/rc/tools/doc.kak
+%%DATADIR%%/rc/tools/fifo.kak
%%DATADIR%%/rc/tools/format.kak
%%DATADIR%%/rc/tools/git.kak
%%DATADIR%%/rc/tools/go/gopls.kak