diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-07-29 14:34:33 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2023-07-29 22:39:43 +0000 |
commit | 05bf34a8b179ae1f1efb6038d93419994d225b71 (patch) | |
tree | 0132a853230e1b95f79b516294e3127f7a6ae2f7 /editors/kakoune | |
parent | 0ee1d83007d6510b1103323df3c34eee405ba9be (diff) | |
download | ports-05bf34a8b179ae1f1efb6038d93419994d225b71.tar.gz ports-05bf34a8b179ae1f1efb6038d93419994d225b71.zip |
Diffstat (limited to 'editors/kakoune')
-rw-r--r-- | editors/kakoune/Makefile | 5 | ||||
-rw-r--r-- | editors/kakoune/distinfo | 6 | ||||
-rw-r--r-- | 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 |