Re: UPDATE: neovim-0.2.1

2017-11-26 Thread Edd Barrett
On Thu, Nov 16, 2017 at 08:55:57PM +, Edd Barrett wrote:
> Here's an updated diff with lua detection fixed (noticed by awolk@).

And here's an updated diff with the failing test fixed.

I've been using this for a couple of weeks now, and I'm pretty confident
with it.

Would anyone be willing to give an OK (ideally with an OK for the
py-neovim update too)?

Thanks


Index: Makefile
===
RCS file: /home/edd/source/OpenBSD-CVS/ports/editors/neovim/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile14 Nov 2017 14:55:16 -  1.4
+++ Makefile26 Nov 2017 18:55:05 -
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2017/11/14 14:55:16 bcallah Exp $
+# $OpenBSD: Makefile,v 1.3 2017/10/15 10:53:55 jasper Exp $
 
 COMMENT =  continuation and extension of Vim
 
 GH_ACCOUNT =   neovim
 GH_PROJECT =   neovim
-GH_TAGNAME =   v0.2.0
-REVISION = 2
+GH_TAGNAME =   v0.2.1
 
 CATEGORIES =   editors devel
 HOMEPAGE = http://neovim.org
@@ -14,12 +13,14 @@ MAINTAINER =Edd Barrett 

Re: UPDATE: neovim-0.2.1

2017-11-16 Thread Edd Barrett
On Sun, Nov 12, 2017 at 11:28:24AM +, Edd Barrett wrote:
> Here's a new neovim.

Here's an updated diff with lua detection fixed (noticed by awolk@).

We have also learned that awolk@ cannot repro the test failure. We need
to figure out what decides if the test passes or fails...

Index: Makefile
===
RCS file: /home/edd/source/OpenBSD-CVS/ports/editors/neovim/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile14 Nov 2017 14:55:16 -  1.4
+++ Makefile16 Nov 2017 20:42:05 -
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.4 2017/11/14 14:55:16 bcallah Exp $
+# $OpenBSD: Makefile,v 1.3 2017/10/15 10:53:55 jasper Exp $
 
 COMMENT =  continuation and extension of Vim
 
 GH_ACCOUNT =   neovim
 GH_PROJECT =   neovim
-GH_TAGNAME =   v0.2.0
-REVISION = 2
+GH_TAGNAME =   v0.2.1
 
 CATEGORIES =   editors devel
 HOMEPAGE = http://neovim.org
@@ -14,12 +13,14 @@ MAINTAINER =Edd Barrett 

UPDATE: neovim-0.2.1

2017-11-12 Thread Edd Barrett
Hi,

Here's a new neovim.

I've only tested it very lightly, but I will use it for coding next
week. Please test.

There is one test failure, which I have reported:
https://github.com/neovim/neovim/issues/7542

py-neovim update to follow in a separate thread.


Index: Makefile
===
RCS file: /home/edd/source/OpenBSD-CVS/ports/editors/neovim/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile15 Oct 2017 10:53:55 -  1.3
+++ Makefile11 Nov 2017 17:58:05 -
@@ -4,8 +4,7 @@ COMMENT =   continuation and extension of 
 
 GH_ACCOUNT =   neovim
 GH_PROJECT =   neovim
-GH_TAGNAME =   v0.2.0
-REVISION = 1
+GH_TAGNAME =   v0.2.1
 
 CATEGORIES =   editors devel
 HOMEPAGE = http://neovim.org
@@ -14,12 +13,13 @@ MAINTAINER =Edd Barrett