aboutsummaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2022-11-01 04:57:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2022-11-01 04:57:45 +0000
commit90eac1c42caf72dcb1d493c24d270d7cd4bb4864 (patch)
treeceb0bce7cd9ec29d31d4460122895be89e248cc5 /editors/vim
parent2db375ffbc2fe8ad146e0d9f49a501031b8f256d (diff)
downloadports-90eac1c42caf72dcb1d493c24d270d7cd4bb4864.tar.gz
ports-90eac1c42caf72dcb1d493c24d270d7cd4bb4864.zip
editors/vim: Update to 9.0.0823
Also, update the sshd syntax file to recognize the preferred UseBlocklist in addition to UseBlacklist. PR: 267353
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
-rw-r--r--editors/vim/distinfo6
-rw-r--r--editors/vim/files/patch-sshdconfig-UseBlacklist3
3 files changed, 6 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index dd801e44f907..4143050f5357 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,5 +1,5 @@
PORTNAME= vim
-PORTVERSION= 9.0.0735
+PORTVERSION= 9.0.0823
DISTVERSIONPREFIX= v
CATEGORIES= editors
diff --git a/editors/vim/distinfo b/editors/vim/distinfo
index 290da181f011..8e2e1638a690 100644
--- a/editors/vim/distinfo
+++ b/editors/vim/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1665619068
-SHA256 (vim-vim-v9.0.0735_GH0.tar.gz) = 8e27478fb46c7426b02e88ef6591849477ed78b5e448fa8ec5ed3b7e973cbbeb
-SIZE (vim-vim-v9.0.0735_GH0.tar.gz) = 16763105
+TIMESTAMP = 1667278531
+SHA256 (vim-vim-v9.0.0823_GH0.tar.gz) = 706ec036460a30adb2575a26162769ef40ce15bf81b4455a89007d5d92861066
+SIZE (vim-vim-v9.0.0823_GH0.tar.gz) = 16781749
diff --git a/editors/vim/files/patch-sshdconfig-UseBlacklist b/editors/vim/files/patch-sshdconfig-UseBlacklist
index 7523d1feb39c..908abd1da4b3 100644
--- a/editors/vim/files/patch-sshdconfig-UseBlacklist
+++ b/editors/vim/files/patch-sshdconfig-UseBlacklist
@@ -1,10 +1,11 @@
--- 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