aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2021-10-28 05:58:34 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2021-10-28 07:01:11 +0000
commit58922eb0e9f198953968a744004549957dfaed05 (patch)
tree489c8c6114be15b95f979a8b1b4ef56ab7a4a2c1 /editors
parent5390428a516077ae48fd9e077f730f156be0ab8e (diff)
downloadports-58922eb0e9f198953968a744004549957dfaed05.tar.gz
ports-58922eb0e9f198953968a744004549957dfaed05.zip
editors/kakoune: Update to 2021.10.28
Changes: https://github.com/mawww/kakoune/releases/tag/v2021.10.28 (cherry picked from commit a6c927396b1f5991267d879508d56214c250a408)
Diffstat (limited to 'editors')
-rw-r--r--editors/kakoune/Makefile2
-rw-r--r--editors/kakoune/distinfo6
-rw-r--r--editors/kakoune/files/patch-src_main.cc17
-rw-r--r--editors/kakoune/pkg-plist4
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