Skip to content

Commit

Permalink
editors/neovim: Update to 0.9.0
Browse files Browse the repository at this point in the history
Note that gettext-runtime is required now, even when NLS is disabled.

Changes: https://github.com/neovim/neovim/blob/v0.9.0/runtime/doc/news.txt
  • Loading branch information
assistcontrol committed Apr 7, 2023
1 parent 2ab8a1e commit 1383347
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 26 deletions.
5 changes: 2 additions & 3 deletions 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
Expand All @@ -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
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
Expand Down
8 changes: 4 additions & 4 deletions 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)
Expand Down
16 changes: 0 additions & 16 deletions editors/neovim/files/patch-runtime_syntax_sshdconfig.vim

This file was deleted.

0 comments on commit 1383347

Please sign in to comment.