diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile index d52854bfa52e4..4f44b9d6057ef 100644 --- a/editors/neovim/Makefile +++ b/editors/neovim/Makefile @@ -1,6 +1,6 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.8.3 +DISTVERSION= 0.9.0 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org @@ -20,7 +20,7 @@ LIB_DEPENDS= libluv.so:devel/luv \ libuv.so:devel/libuv \ libvterm.so:devel/libvterm -USES= cmake cpe iconv lua:52,build luajit pathfix pkgconfig +USES= cmake cpe gettext iconv lua:52,build luajit pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= libmpack:libmpack:1.0.5:libmpack \ libmpack:libmpack-lua:1.0.9:libmpack_lua @@ -39,7 +39,6 @@ OPTIONS_SUB= yes PYNVIM_DESC= Enable support for plugins written in python NLS_CMAKE_BOOL= ENABLE_LIBINTL -NLS_USES= gettext PYNVIM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pynvim>=0.3.0:editors/py-pynvim@${PY_FLAVOR} PYNVIM_USES= python:run diff --git a/editors/neovim/distinfo b/editors/neovim/distinfo index 52c59cae2486e..d39b69c27f65a 100644 --- a/editors/neovim/distinfo +++ b/editors/neovim/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1675348989 -SHA256 (neovim-neovim-v0.8.3_GH0.tar.gz) = adf45ff160e1d89f519b6114732eba03485ae469beb27919b0f7a4f6b44233c1 -SIZE (neovim-neovim-v0.8.3_GH0.tar.gz) = 11406282 +TIMESTAMP = 1680886266 +SHA256 (neovim-neovim-v0.9.0_GH0.tar.gz) = 39d79107c54d2f3babcad2cd157c399241c04f6e75e98c18e8afaf2bb5e82937 +SIZE (neovim-neovim-v0.9.0_GH0.tar.gz) = 11549103 SHA256 (libmpack-libmpack-1.0.5_GH0.tar.gz) = 4ce91395d81ccea97d3ad4cb962f8540d166e59d3e2ddce8a22979b49f108956 SIZE (libmpack-libmpack-1.0.5_GH0.tar.gz) = 32966 SHA256 (libmpack-libmpack-lua-1.0.9_GH0.tar.gz) = e94d5cf95d7479dca00ff23755fe05a440f11f9d203635e862ad8842de95f40a diff --git a/editors/neovim/files/patch-CMakeLists.txt b/editors/neovim/files/patch-CMakeLists.txt index 2527c6c118785..564ac85f400b5 100644 --- a/editors/neovim/files/patch-CMakeLists.txt +++ b/editors/neovim/files/patch-CMakeLists.txt @@ -1,9 +1,9 @@ ---- CMakeLists.txt.orig 2021-07-02 16:36:49 UTC +--- CMakeLists.txt.orig 2023-04-07 16:52:01 UTC +++ CMakeLists.txt -@@ -517,9 +517,9 @@ endforeach() +@@ -163,9 +163,9 @@ foreach(CFGNAME ${CMAKE_CONFIGURATION_TYPES}) + set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${CFGNAME} ${CMAKE_BINARY_DIR}/lib) + endforeach() - # Find Lua interpreter - include(LuaHelpers) -set(LUA_DEPENDENCIES lpeg mpack bit) +set(LUA_DEPENDENCIES lpeg bit) if(NOT LUA_PRG) diff --git a/editors/neovim/files/patch-runtime_syntax_sshdconfig.vim b/editors/neovim/files/patch-runtime_syntax_sshdconfig.vim deleted file mode 100644 index add09834c4021..0000000000000 --- a/editors/neovim/files/patch-runtime_syntax_sshdconfig.vim +++ /dev/null @@ -1,16 +0,0 @@ -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,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