git: 58922eb0e9f1 - 2021Q4 - editors/kakoune: Update to 2021.10.28

From: Tobias Kortkamp <tobik_at_FreeBSD.org>
Date: Thu, 28 Oct 2021 07:01:30 UTC
The branch 2021Q4 has been updated by tobik:

URL: https://cgit.FreeBSD.org/ports/commit/?id=58922eb0e9f198953968a744004549957dfaed05

commit 58922eb0e9f198953968a744004549957dfaed05
Author:     Tobias Kortkamp <tobik@FreeBSD.org>
AuthorDate: 2021-10-28 05:58:34 +0000
Commit:     Tobias Kortkamp <tobik@FreeBSD.org>
CommitDate: 2021-10-28 07:01:11 +0000

    editors/kakoune: Update to 2021.10.28
    
    Changes:        https://github.com/mawww/kakoune/releases/tag/v2021.10.28
    (cherry picked from commit a6c927396b1f5991267d879508d56214c250a408)
---
 editors/kakoune/Makefile                |  2 +-
 editors/kakoune/distinfo                |  6 +++---
 editors/kakoune/files/patch-src_main.cc | 17 -----------------
 editors/kakoune/pkg-plist               |  4 +++-
 4 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index d327200edff7..ab9c7f606441 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	kakoune
-DISTVERSION=	2021.08.28
+DISTVERSION=	2021.10.28
 CATEGORIES=	editors
 MASTER_SITES=	https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/
 
diff --git a/editors/kakoune/distinfo b/editors/kakoune/distinfo
index 7def67f8db58..0eeb99a33f92 100644
--- a/editors/kakoune/distinfo
+++ b/editors/kakoune/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1630157133
-SHA256 (kakoune-2021.08.28.tar.bz2) = 6f6ed7dfd8c5723210dbd848708acf03af4b847016fd3ede96b2a89ad32276cb
-SIZE (kakoune-2021.08.28.tar.bz2) = 535791
+TIMESTAMP = 1635400713
+SHA256 (kakoune-2021.10.28.tar.bz2) = 2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126
+SIZE (kakoune-2021.10.28.tar.bz2) = 537860
diff --git a/editors/kakoune/files/patch-src_main.cc b/editors/kakoune/files/patch-src_main.cc
deleted file mode 100644
index 0c4fd9b6f327..000000000000
--- a/editors/kakoune/files/patch-src_main.cc
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/main.cc.orig	2021-10-25 11:31:24 UTC
-+++ src/main.cc
-@@ -1249,8 +1249,12 @@ int main(int argc, char* argv[])
- }
- 
- #if defined(__ELF__)
--asm(R"(
--.pushsection ".debug_gdb_scripts", "MS",@progbits,1
-+#ifdef __arm__
-+# define PROGBITS "%progbits"
-+#else
-+# define PROGBITS "@progbits"
-+#endif
-+asm(".pushsection \".debug_gdb_scripts\", \"MS\"," PROGBITS ",1" R"(
- .byte 4
- .ascii "kakoune-inline-gdb.py\n"
- .ascii "import os.path\n"
diff --git a/editors/kakoune/pkg-plist b/editors/kakoune/pkg-plist
index 82dee1642186..7966fce08031 100644
--- a/editors/kakoune/pkg-plist
+++ b/editors/kakoune/pkg-plist
@@ -7,7 +7,8 @@ libexec/kak/kak
 %%DATADIR%%/colors/desertex.kak
 %%DATADIR%%/colors/github.kak
 %%DATADIR%%/colors/greyscale.kak
-%%DATADIR%%/colors/gruvbox.kak
+%%DATADIR%%/colors/gruvbox-dark.kak
+%%DATADIR%%/colors/gruvbox-light.kak
 %%DATADIR%%/colors/kaleidoscope-dark.kak
 %%DATADIR%%/colors/kaleidoscope-light.kak
 %%DATADIR%%/colors/lucius.kak
@@ -63,6 +64,7 @@ libexec/kak/kak
 %%DATADIR%%/rc/filetype/dockerfile.kak
 %%DATADIR%%/rc/filetype/elixir.kak
 %%DATADIR%%/rc/filetype/elm.kak
+%%DATADIR%%/rc/filetype/erlang.kak
 %%DATADIR%%/rc/filetype/eruby.kak
 %%DATADIR%%/rc/filetype/etc.kak
 %%DATADIR%%/rc/filetype/exherbo.kak