On Sun, Aug 9, 2020, at 11:03, Travis Cole wrote:
> 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'.

Oops, here is a diff that should apply cleanly:

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/editors/neovim/Makefile,v
retrieving revision 1.20
diff -u -p -u -p -r1.20 Makefile
--- Makefile    25 Apr 2020 10:07:41 -0000      1.20
+++ Makefile    10 Aug 2020 14:55:47 -0000
@@ -4,7 +4,7 @@ COMMENT =       continuation and extension of 
 
 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}
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/editors/neovim/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo    20 Nov 2019 13:43:35 -0000      1.7
+++ distinfo    10 Aug 2020 14:55:47 -0000
@@ -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


Reply via email to