Hey Edd and ports@ Looks like a new Neovim minor release came out a few days ago.
https://github.com/neovim/neovim/releases/tag/v0.4.4 It's a trivial version bump and it builds and works fine for me. Built on the latest snapshot with llvm 10. I also removed the comment about a single test failure because that is fixed now. I get a clean 'make test'. diff --git a/Makefile b/Makefile index eb913e1..67ba720 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ COMMENT = continuation and extension of Vim GH_ACCOUNT = neovim GH_PROJECT = neovim -GH_TAGNAME = v0.4.3 +GH_TAGNAME = v0.4.4 CATEGORIES = editors devel HOMEPAGE = https://neovim.io @@ -101,9 +101,6 @@ pre-configure: # These are the "old tests". There is also a new suite, but we would need the # "busted" test suite for Lua, which is not yet ported. -# -# There is currently one (minor) test failure: -# https://github.com/neovim/neovim/issues/10420 do-test: cd ${WRKSRC}/src/nvim/testdir && ${SETENV} LC_CTYPE=en_US.UTF-8 \ ${MAKE_PROGRAM} NVIM_PRG=${WRKBUILD}/bin/nvim ${MAKE_FLAGS} diff --git a/distinfo b/distinfo index 1c1e58a..9375c6b 100644 --- a/distinfo +++ b/distinfo @@ -1,4 +1,4 @@ SHA256 (luv-1.30.1-1.tar.gz) = Tih77W9R/VDOA7p/qMwz2E4bnLhpEcSBK7H0eh4+0So= -SHA256 (neovim-0.4.3.tar.gz) = kaC10yIEqCG/QUaQ5rSM9pIk0ZYdNxWMKzg/amz4VNI= +SHA256 (neovim-0.4.4.tar.gz) = L3aqxZNjZ383WS6FOrLAYVHMqIMNSz/kZ1tKUtQfxCw= SIZE (luv-1.30.1-1.tar.gz) = 1354232 -SIZE (neovim-0.4.3.tar.gz) = 9556199 +SIZE (neovim-0.4.4.tar.gz) = 9558246
