Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2023 22:44:51 GMT
From:      Ashish SHUKLA <ashish@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05bf34a8b179 - main - editors/kakoune: Update to 2023.07.29
Message-ID:  <202307292244.36TMipGK004435@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ashish:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05bf34a8b179ae1f1efb6038d93419994d225b71

commit 05bf34a8b179ae1f1efb6038d93419994d225b71
Author:     Ashish SHUKLA <ashish@FreeBSD.org>
AuthorDate: 2023-07-29 14:34:33 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2023-07-29 22:39:43 +0000

    editors/kakoune: Update to 2023.07.29
    
    - Switch to GCC as C++20 compiler
---
 editors/kakoune/Makefile  | 5 +++--
 editors/kakoune/distinfo  | 6 +++---
 editors/kakoune/pkg-plist | 3 +++
 3 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index a9d34ccfba5b..2fdc8090bdd4 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kakoune
-DISTVERSION=	2022.10.31
+DISTVERSION=	2023.07.29
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/
 
@@ -12,7 +12,8 @@ LICENSE_FILE=	${WRKSRC:H}/UNLICENSE
 
 RUN_DEPENDS=	setsid:sysutils/setsid
 
-USES=		compiler:c++17-lang gmake tar:bzip2
+USES=		compiler:c++20-lang gmake tar:bzip2
+USE_GCC=	yes
 DATADIR=	${PREFIX}/share/kak
 DOCSDIR=	${PREFIX}/share/doc/kak
 PATCH_WRKSRC=	${WRKSRC:H}
diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo
index 6e030625cb26..5fe2007a585b 100644
--- a/editors/kakoune/distinfo
+++ b/editors/kakoune/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1667501526
-SHA256 (kakoune-2022.10.31.tar.bz2) = fb317b62c9048ddc7567fe83dfc409c252ef85778b24bd2863be2762d4e4e58b
-SIZE (kakoune-2022.10.31.tar.bz2) = 556473
+TIMESTAMP = 1690641233
+SHA256 (kakoune-2023.07.29.tar.bz2) = 6a73782f3f791c4eede7ffbbfeec24370b3b62e519301120912736ac5bd789e2
+SIZE (kakoune-2023.07.29.tar.bz2) = 567922
diff --git a/editors/kakoune/pkg-plist b/editors/kakoune/pkg-plist
index 469cf5141116..ee3691f2a7f5 100644
--- a/editors/kakoune/pkg-plist
+++ b/editors/kakoune/pkg-plist
@@ -45,6 +45,7 @@ libexec/kak/kak
 %%DATADIR%%/rc/detection/editorconfig.kak
 %%DATADIR%%/rc/detection/file.kak
 %%DATADIR%%/rc/detection/modeline.kak
+%%DATADIR%%/rc/filetype/apl.kak
 %%DATADIR%%/rc/filetype/arch-linux.kak
 %%DATADIR%%/rc/filetype/asciidoc.kak
 %%DATADIR%%/rc/filetype/awk.kak
@@ -180,5 +181,7 @@ libexec/kak/kak
 %%DATADIR%%/rc/windowing/sway.kak
 %%DATADIR%%/rc/windowing/tmux.kak
 %%DATADIR%%/rc/windowing/wayland.kak
+%%DATADIR%%/rc/windowing/wezterm.kak
 %%DATADIR%%/rc/windowing/x11.kak
+%%DATADIR%%/rc/windowing/zellij.kak
 share/man/man1/kak.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307292244.36TMipGK004435>