On Mon, Aug 10, 2020 at 08:59:34PM +0100, Edd Barrett wrote:
> New diff for neovim -- please test!

Something went wrong with that diff. Let's try again.


Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/neovim/Makefile,v
retrieving revision 1.20
diff -u -p -r1.20 Makefile
--- Makefile    25 Apr 2020 10:07:41 -0000      1.20
+++ Makefile    10 Aug 2020 19:55:28 -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: /cvs/ports/editors/neovim/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    20 Nov 2019 13:43:35 -0000      1.7
+++ distinfo    10 Aug 2020 18:52:17 -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
Index: patches/patch-src_nvim_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/editors/neovim/patches/patch-src_nvim_CMakeLists_txt,v
retrieving revision 1.2
diff -u -p -r1.2 patch-src_nvim_CMakeLists_txt
--- patches/patch-src_nvim_CMakeLists_txt       17 Mar 2019 13:13:40 -0000      
1.2
+++ patches/patch-src_nvim_CMakeLists_txt       10 Aug 2020 18:54:08 -0000
@@ -6,7 +6,7 @@ luajit (we use lua instead).
 Index: src/nvim/CMakeLists.txt
 --- src/nvim/CMakeLists.txt.orig
 +++ src/nvim/CMakeLists.txt
-@@ -362,10 +362,6 @@ endforeach()
+@@ -366,10 +366,6 @@ endforeach()
  
  # Our dependencies come first.
  
Index: patches/patch-src_nvim_testdir_test_python2_vim
===================================================================
RCS file: patches/patch-src_nvim_testdir_test_python2_vim
diff -N patches/patch-src_nvim_testdir_test_python2_vim
--- patches/patch-src_nvim_testdir_test_python2_vim     1 Jul 2018 14:16:29 
-0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_nvim_testdir_test_python2_vim,v 1.1 2018/07/01 14:16:29 
edd Exp $
-
-Skip a known failing test until fixed upstream:
-https://github.com/neovim/neovim/issues/8554
-
-Index: src/nvim/testdir/test_python2.vim
---- src/nvim/testdir/test_python2.vim.orig
-+++ src/nvim/testdir/test_python2.vim
-@@ -1,6 +1,8 @@
- " Test for python 2 commands.
- " TODO: move tests from test87.in here.
- 
-+finish
-+
- if !has('python')
-   finish
- endif
Index: patches/patch-src_nvim_testdir_test_python3_vim
===================================================================
RCS file: patches/patch-src_nvim_testdir_test_python3_vim
diff -N patches/patch-src_nvim_testdir_test_python3_vim
--- patches/patch-src_nvim_testdir_test_python3_vim     1 Jul 2018 14:16:29 
-0000       1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,17 +0,0 @@
-$OpenBSD: patch-src_nvim_testdir_test_python3_vim,v 1.1 2018/07/01 14:16:29 
edd Exp $
-
-Skip a known failing test until fixed upstream:
-https://github.com/neovim/neovim/issues/8554
-
-Index: src/nvim/testdir/test_python3.vim
---- src/nvim/testdir/test_python3.vim.orig
-+++ src/nvim/testdir/test_python3.vim
-@@ -1,6 +1,8 @@
- " Test for python 2 commands.
- " TODO: move tests from test88.in here.
- 
-+finish
-+
- if !has('python3')
-   finish
- endif

-- 
Best Regards
Edd Barrett

http://www.theunixzoo.co.uk

Reply via email to