diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2022-10-26 10:57:43 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-10-26 10:59:31 +0000 |
| commit | 15f85ad99e9c2aef4bbc5766debe5ea537e0f4a9 (patch) | |
| tree | c6ff977d15af536e48d513d4012e07b10fded759 | |
| parent | eca1cb6bf3693126dfd5b49e383a0d0b1bac2d9d (diff) | |
| download | ports-15f85ad99e9c2aef4bbc5766debe5ea537e0f4a9.tar.gz ports-15f85ad99e9c2aef4bbc5766debe5ea537e0f4a9.zip | |
editors/neovim: Add support for UseBlocklist as a preferred alias for UseBlacklist
PR: 267354
| -rw-r--r-- | editors/neovim/Makefile | 2 | ||||
| -rw-r--r-- | editors/neovim/files/patch-runtime_syntax_sshdconfig.vim (renamed from editors/neovim/files/patch-sshdconfig-UseBlacklist) | 8 |
2 files changed, 8 insertions, 2 deletions
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index c59921b92b76..c7aa54e0af63 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -1,7 +1,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org diff --git a/editors/neovim/files/patch-sshdconfig-UseBlacklist b/editors/neovim/files/patch-runtime_syntax_sshdconfig.vim index 7523d1feb39c..add09834c402 100644 --- a/editors/neovim/files/patch-sshdconfig-UseBlacklist +++ b/editors/neovim/files/patch-runtime_syntax_sshdconfig.vim @@ -1,10 +1,16 @@ +blacklistd has been renamed to blocklistd, so UseBlocklist +is the preferred alias for UseBlacklist. + +See https://github.com/freebsd/freebsd-src/commit/e426c743 + --- runtime/syntax/sshdconfig.vim.orig 2018-07-26 22:51:00 UTC +++ runtime/syntax/sshdconfig.vim -@@ -221,6 +221,7 @@ syn keyword sshdconfigKeyword Subsystem +@@ -221,6 +221,8 @@ syn keyword sshdconfigKeyword Subsystem syn keyword sshdconfigKeyword SyslogFacility syn keyword sshdconfigKeyword TCPKeepAlive syn keyword sshdconfigKeyword TrustedUserCAKeys +syn keyword sshdconfigKeyword UseBlacklist ++syn keyword sshdconfigKeyword UseBlocklist syn keyword sshdconfigKeyword UseDNS syn keyword sshdconfigKeyword UseLogin syn keyword sshdconfigKeyword UsePAM |
