Date: Sun, 28 Apr 2019 21:08:06 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500370 - head/editors/neovim Message-ID: <201904282108.x3SL8651067240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Sun Apr 28 21:08:06 2019 New Revision: 500370 URL: https://svnweb.freebsd.org/changeset/ports/500370 Log: Update neovim to 0.3.5 Maintenance release to fix issues found in v0.3.4. options: properly reset directories on 'autochdir' Remove MSVC optimization workaround for SHM_ALL Make SHM_ALL to a variable instead of a compound literal #define doc: mention "pynvim" module rename screen: don't crash when drawing popupmenu with 'rightleft' option look-behind match may use the wrong line number :terminal : set topline based on window height :recover : Fix crash on non-existent *.swp Modified: head/editors/neovim/Makefile head/editors/neovim/distinfo Modified: head/editors/neovim/Makefile ============================================================================== --- head/editors/neovim/Makefile Sun Apr 28 20:52:48 2019 (r500369) +++ head/editors/neovim/Makefile Sun Apr 28 21:08:06 2019 (r500370) @@ -3,8 +3,7 @@ PORTNAME= neovim DISTVERSIONPREFIX= v -DISTVERSION= 0.3.4 -PORTREVISION= 1 +DISTVERSION= 0.3.5 CATEGORIES= editors MAINTAINER= adamw@FreeBSD.org Modified: head/editors/neovim/distinfo ============================================================================== --- head/editors/neovim/distinfo Sun Apr 28 20:52:48 2019 (r500369) +++ head/editors/neovim/distinfo Sun Apr 28 21:08:06 2019 (r500370) @@ -1,6 +1,6 @@ -TIMESTAMP = 1547390550 -SHA256 (neovim-neovim-v0.3.4_GH0.tar.gz) = a641108bdebfaf319844ed46b1bf35d6f7c30ef5aeadeb29ba06e19c3274bc0e -SIZE (neovim-neovim-v0.3.4_GH0.tar.gz) = 9231575 +TIMESTAMP = 1556484851 +SHA256 (neovim-neovim-v0.3.5_GH0.tar.gz) = b8b30043963133214f78901cb6361189c8f94e9f5f1b2493a7cedb4c323236d6 +SIZE (neovim-neovim-v0.3.5_GH0.tar.gz) = 9232168 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.7_GH0.tar.gz) = 2ebe9c8972c378040c9b8505f5fb40a0c64d990cd68be6a62989362b18294d0a
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904282108.x3SL8651067240>