svn commit: r475435 - in head/editors/neovim: . files

Adam Weinberger adamw at FreeBSD.org
Fri Jul 27 12:45:30 UTC 2018


Author: adamw
Date: Fri Jul 27 12:45:29 2018
New Revision: 475435
URL: https://svnweb.freebsd.org/changeset/ports/475435

Log:
  Teach the syntax highlighter about the UseBlacklist command in sshd_config
  
  PR:		230074
  Submitted by:	Samy Mahmoudi

Added:
  head/editors/neovim/files/patch-sshdconfig-UseBlacklist   (contents, props changed)
Modified:
  head/editors/neovim/Makefile

Modified: head/editors/neovim/Makefile
==============================================================================
--- head/editors/neovim/Makefile	Fri Jul 27 12:39:54 2018	(r475434)
+++ head/editors/neovim/Makefile	Fri Jul 27 12:45:29 2018	(r475435)
@@ -4,6 +4,7 @@
 PORTNAME=	neovim
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	editors
 
 MAINTAINER=	adamw at FreeBSD.org

Added: head/editors/neovim/files/patch-sshdconfig-UseBlacklist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/neovim/files/patch-sshdconfig-UseBlacklist	Fri Jul 27 12:45:29 2018	(r475435)
@@ -0,0 +1,10 @@
+--- runtime/syntax/sshdconfig.vim.orig	2018-07-26 22:51:00 UTC
++++ runtime/syntax/sshdconfig.vim
+@@ -221,6 +221,7 @@ syn keyword sshdconfigKeyword Subsystem
+ syn keyword sshdconfigKeyword SyslogFacility
+ syn keyword sshdconfigKeyword TCPKeepAlive
+ syn keyword sshdconfigKeyword TrustedUserCAKeys
++syn keyword sshdconfigKeyword UseBlacklist
+ syn keyword sshdconfigKeyword UseDNS
+ syn keyword sshdconfigKeyword UseLogin
+ syn keyword sshdconfigKeyword UsePAM


More information about the svn-ports-all mailing list